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
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel