What I mean is that the camera has also a third stream which can be get by rtmp:
rtmp://ipaddress/bcs/channel0_ext.bcs?channel=0&stream=2&user=admin&password=123456
and I was wondering if it is also available by the RTSP.
Real Time Messaging Protocol (RTMP) is not RTSP. RTMP was specified by Adobe Systems.
Type of rtsp streams
-
hi,
I have a rlc-411 and I look for the rtsp equivalent streams
short example:
rtmp://ipaddress/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&password=123456
rtsp://ipaddress:554/h264Preview_01_main
rtmp://ipaddress/bcs/channel0_sub.bcs?channel=0&stream=1&user=admin&password=123456
rtsp://ipaddress:554/h264Preview_01_sub
rtmp://ipaddress/bcs/channel0_ext.bcs?channel=0&stream=2&user=admin&password=123456
rtsp://ipaddress:554/?
Is the last rtmp stream also available with the rtsp protocol?
Thanks in advance
Phil -
Does this command still work since you are now recording in MP4?
-
I confirmed that the two rtsp streams work with the upgraded firmware on the RL-410WS (Version: 1168_16070803). The format of the URL that works for me is (given above):
rtsp://(user name):(password)@(ip address):554//h264Preview_01_main (1920x1090 H264)
rtsp://(user name):(password)@(ip address):554//h264Preview_01_sub (640x354 H264)
It only seems to work with admin accounts. The other account I have on my camera doesn't work. I get mp4 files though the ftp export. - 13 days later
-
What I mean is that the camera has also a third stream which can be get by rtmp:
rtmp://ipaddress/bcs/channel0_ext.bcs?channel=0&stream=2&user=admin&password=123456
and I was wondering if it is also available by the RTSP.
Real Time Messaging Protocol (RTMP) is not RTSP. RTMP was specified by Adobe Systems.