[Live-devel] Understanding testOnDemandRTSP

Kumar Bala (DSP-Weuffen GmbH) kumar.bala at DSP-Weuffen.de
Tue Jun 17 09:38:35 PDT 2008


Hi,
I am trying to understand and modify one of the testProgs - testOnDemandRTSP
Below is how I understand the flow (pardon my lack of OOD understanding)

  testOnDemandRTSPServer ->  ServerMediaSession ->   
MPEG4VideoFileServerMediaSubsession ->    FileServerMediaSubsession->   
ByteStreamFileSource

Instead of using a file as an input source I would like to use the
output of a "blocking function", which gives one output MPEG4 frame
every call. This function captures a V4L2 frame from a capture device
and encodes it into a MPEG4 frame. Which is the right point where I
should insert this blocking function ?

Did I tell you I am new to OOD :P

Thanks.




More information about the live-devel mailing list