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
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,"