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. _______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel
