RTSP with Phonon / QtNetwork
-
Hi,
There is a support for RTSP and works flawlessly using Phonon. All you have to do is start playing a URL like the code below:
@setCurrentSource(QUrl("rtsp://rtsp-channel/.."));@
This worked very well on Symbian, and should work also on Desktop systems.
If that doesn't work, let me know, I might be able to help, because I faced the similar issue, then I created a very simple youtube app where I used their RTSP protocol for streaming videos to Symbian.
-
Also you can use "VLC-QT":http://qt-apps.org/content/show.php?content=133649 without Phonon.