[Live-devel] Integrating live555 RTSP client

Felix Radensky felix at embedded-sol.com
Thu May 31 03:24:12 PDT 2012


Hi,

I have to integrate live555 RTSP client into an existing application
that decodes H.264 video and sends it to display. The application
is multithreaded,  with separate threads for decoding and display
tasks.

I was thinking of using testRTSPClient code as a base, putting
it into separate thread, and notifying decoding thread when next
frame is ready. My idea was to use condition variable embedded into
DummySink object and waiting on condvar in another thread. Does that
sound reasonable ?

Thanks a lot.

Felix.






More information about the live-devel mailing list