GNOME Bugzilla – Bug 724010
mpegtsmux,tsdemux: add support for private data
Last modified: 2014-02-20 15:29:49 UTC
Created attachment 268647 [details] [review] patch file This is a change request. This modification allow to mux/demux private data. Patch file is attached.
Created attachment 268694 [details] [review] new version of patch.
Created attachment 269790 [details] [review] MPEGTS mux patch. split previous patch in two part : -> MPEGTS mux -> MPEGTS demux
Created attachment 269791 [details] [review] MPEGTS demux patch.
Doesn't apply cleanly on current master (We only accept patches on master branch). Where does this 0x8e come from ? Private data stream_type can be anything between 0x80 and 0xff according to mpeg-ts specs.
Sorry, I have made my patch on version 1.2.2, I will provide an another one on master. In addition, we have to recognize the stream type "application/data" and it must be associate to an identifier in order to call tsmux_create_stream. Do you see an another solution ?
Ok. I will think about a new solution.