[Live-devel] MPEGTS encapsulation
Anthony Clark
aclark at bbn.com
Wed May 13 12:27:40 PDT 2015
Hey all,
I currently have ffmpeg spitting out some MPEGTS data via its encoder.
If I dump this out to a file, I get a valid MPEGTS file in which all
streams are accessible and work as expected.
I'm interested in creating an RTSP server around this MPEGTS stream. To
be clear, my data source provides some amount encoded MPEGTS packets.
Should I simply write my packetized data to a `DeviceSource`
implementation, or do I need to subclass MPEGTransportStreamFramer or
something else? It's a little unclear if I need a `filter` or a `framer`
in this case.
Any advice is much appreciated and I'd gladly share my solution here.
Thanks!
-ac
More information about the live-devel
mailing list