Video by rtsp
Mobile and Embedded
2
Posts
1
Posters
2.1k
Views
1
Watching
-
hi
i am useing following code to play video which is in device.
@
QDesktopServices::openUrl(QUrl(pathforvideo));
@it work fine.
but when i want to play video by RTSP i am useing this
@
QDesktopServices::openUrl(QUrl("rtsp://example/video/Beyonce.3gp"));
@in this case i am getting a msg in device
"unable to use network phone is currently in offline mode".i am using wifi connection ,i am using "N95 8gb" .
rtsp url is working with wifi in J2me application.but this is not working with Qt.
plz help me.....[EDIT: code formatting, Volker]