I want to show streaming media (rtsp) through QML Video element.
I tried to write:
source: “rtsp://10.1.30.244:554/rtpvideo1.sdp” but the error string is: “Resource not found”.
What do I have to write on the ‘source’ property in order to show rtsp ?
↧