Is it posible to listen and play rtp, rtsp, udp protocols with QMediaPlayer?
-
Hello friends , i can show my local video in Qt app with class QMediaPlayer.
i even can show youtube video from Qurl. in Debian jessie
now when i test for udp or rtp or rtsp it can get the frame but can not show in video player!!
but you can show in application output i received hex rtp stream but can not show in video player!
my question is:
is it posible to Listen and play to rtp,rtsp,udp with QMediaPlayer?
best regards stackprogramer -
i only stream video in Applicaion output,but player yet can not show
can anyone help? -
Hello! Better try a VLC wrapper.
-
thanks @wieland But after creating successfully in debian os i want to convey my app to raspberry pi 3. in raspberry pi os vlc can not show good video because vlc has internal software codec.i want to reduce dependency as possible .
-
thanks @wieland But after creating successfully in debian os i want to convey my app to raspberry pi 3. in raspberry pi os vlc can not show good video because vlc has internal software codec.i want to reduce dependency as possible .
finally i used vlc-qt it can show RTP protocols:
it is favorite library.........
https://github.com/vlc-qt/vlc-qt
but for raspberry i think it can not used.............................
best regards stackprogramer