Re: [Live-devel] MPEGTS encapsulation

2015-05-14 Thread Ross Finlayson
> 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?

[Live-devel] MPEGTS encapsulation

2015-05-13 Thread Anthony Clark
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 p