QMediaPlayer and rtsp camera
-
Hi, I'm using QMediaPlayer to watch a rtsp camera. QMediaPlayer stops the stream after a while. Is there a way to make a persistent connection to the rtsp camera?
Implemnt a play command on end event seems to be not a nice solution.@mrdebug said in QMediaPlayer and rtsp camera:
Hello!
- What Qt version are you using?
Apart from that, you can perhaps create your own MediaPlayer by inheriting from QMediaPlayer as seen in this example: