Hi Felix,
I am doing a similar project. My approach has been exactly as you
described it.
The documentation notes that Live555 runs in a single a thread and
library calls should not be done from multiple threads, so I have the
BasicTaskScheduler running in its own thread and hogging it. Jus
> 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 separ
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 thre