Re: [Live-devel] Sink for live H264/openRTSP questions

2009-04-21 Thread Ross Finlayson
I see for H.264 streams, openRTSP defaults to the H264VideoFileSink, which is based on FileSink, which is based on MediaSink. I don't want to write the video out to a file; I want the video exposed as a live stream to the rest of my application. To me, it seems like I need to write my own "si

[Live-devel] Sink for live H264/openRTSP questions

2009-04-21 Thread Jeremy Noring
I see for H.264 streams, openRTSP defaults to the H264VideoFileSink, which is based on FileSink, which is based on MediaSink. I don't want to write the video out to a file; I want the video exposed as a live stream to the rest of my application. To me, it seems like I need to write my own "sink,"