Live streaming from IP camera
-
Hi All,
I would like to build a desktop tool which allows me to watch IP cameras in my home.
Is there a qt class to support live streaming from IP camera ?
Such a class should accept ip, port, user/password...Any ideas ?
Thanks
-
You can do this as well in QML as in Widgets.
Create the MediaPlayer object and set the source to your URL.
For a axis-WEB-Cam with rtsp the url is:
rtsp://username: password@camera_ip:554/axis-media/media.amp?videocodec=h264&streamprofile=low
1/2