Is there a way to live stream with the IPM-721?
Thanks
Jon
Live stream to youtube with IPM-721
Re: Live stream to youtube with IPM-721
Hello lawsonland ,
I am including the codes to get the stream of the camera using MJPG and RTSP. There might be a way to stream it to youtube and you might need these commands.
RTSP
rtsp://user:pwd@ip:port/cam/realmonitor?channel=1&subtype=0
MJPEG
http://user:Pwd@ip:port/cgi-bin/mjpg/video.cgi?[channel=<channelno>]&subtype=1
Below is what you need to replace the codes with;
user=username of the camera
pwd=password of the camera
ip: ip address of the camera (Public ip or ddns is using remotely)
port: http port for MJPEG and rtsp port RTSP stream
I am including the codes to get the stream of the camera using MJPG and RTSP. There might be a way to stream it to youtube and you might need these commands.
RTSP
rtsp://user:pwd@ip:port/cam/realmonitor?channel=1&subtype=0
MJPEG
http://user:Pwd@ip:port/cgi-bin/mjpg/video.cgi?[channel=<channelno>]&subtype=1
Below is what you need to replace the codes with;
user=username of the camera
pwd=password of the camera
ip: ip address of the camera (Public ip or ddns is using remotely)
port: http port for MJPEG and rtsp port RTSP stream
-
- Posts: 3
- Joined: Thu Nov 10, 2016 6:35 pm
Re: Live stream to youtube with IPM-721
Do I need an special configuration in my cam to access the rtso stream?