Re: [Live-devel] OpenRTSP Qt integration for video rendering

2012-07-16 Thread Ross Finlayson
As we clearly note in the "openRTSP" documentation (web page), and the "openRTSP" source code itself, we don't recommend using the "openRTSP" code as a model for your own RTSP client application. Instead, you should use the "testRTSPClient" application code as a model. Ross Finlayson Live Netw

[Live-devel] OpenRTSP Qt integration for video rendering

2012-07-16 Thread Saurabh Gandhi
Hello everyone, I was trying to use Qt for playing live video for which Qt provides a phonon class. However, the limitation with this is that it is not capable of decoding RTSP packets on windows (since phonon uses Directshow on windows platform). In order to make it capable of doing this, I am p