MpegTs Muxer and Demuxer

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

MpegTs Muxer and Demuxer

Baby Octopus
Administrator
As everyone knows, these TSelements are probably the most used "bad" plugins. Was wondering if it makes sense to migrate code pertaining to TS muxing and demuxing from VLC and create two new elements(now that most of VLC come under LGPL) So any inputs and suggestion on this?

~BO
Reply | Threaded
Open this post in threaded view
|

Re: MpegTs Muxer and Demuxer

rland
I am also very concerned about you mentioned,
on your advice, you know there is any progress Well?
Reply | Threaded
Open this post in threaded view
|

Re: MpegTs Muxer and Demuxer

Baby Octopus
Administrator
There hasn't been any work on this. You can consider bringing in some timing related algorithm from VLC

mpegtsmux has issues in terms of PCR accuracy, maintaining CBR rate etc. I haven't been able to decode the stream generated by mpegtsmux in any STB. That was long back. But I dont think anything has changed in that plugin significantly apart from supporting more codecs
Reply | Threaded
Open this post in threaded view
|

Re: MpegTs Muxer and Demuxer

Sebastian Dröge-3
On Fri, 2017-03-31 at 03:20 -0700, Baby Octopus wrote:
> There hasn't been any work on this. You can consider bringing in some timing
> related algorithm from VLC
>
> mpegtsmux has issues in terms of PCR accuracy, maintaining CBR rate etc. I
> haven't been able to decode the stream generated by mpegtsmux in any STB.
> That was long back. But I dont think anything has changed in that plugin
> significantly apart from supporting more codecs 

Yes these problems with mpegtsmux are well-known, and also the solution
to them. It just needs someone to actually care enough to get it
implemented :)


For the demuxer, there shouldn't be any problems but if there are
please file a bug in Bugzilla.

--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (981 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: MpegTs Muxer and Demuxer

rland
Sebastian Dröge-3 wrote
For the demuxer, there shouldn't be any problems but if there are
please file a bug in Bugzilla.
For some files,
Tsdemuxer seems to have a particularly high requirement for the accuracy of pcr?

Sorry, not sure, just
I am now blocked on this issues, hoping to have tsdemuxer experts, give some advice.