Hi all,
I’m attempting to use the camera substreams to conserve bandwidth on the monitoring station. I’m attempting to use the substream path. The mainstream path works fine, but there seems to be a problem with accessing the substream.
Here’s the main stream path: /cam/realmonitor?channel=1&subtype=0&unicast=true&proto=Onvif
Here’s the substream path: /cam/realmonitor?channel=1&subtype=1&unicast=true&proto=Onvif
RTSP Port: 554
IP: 172.16.10.87
substream setting: 640x480, H.264, CBR 512Kbps
On my BC client I’m seeing:
Error
Open Error: Server returned 404 not found
I took the substream path and plugged it into VLC and after entering the username and password for the camera, the substream came up as it should. Any thoughts why the substream would be visible with the full path ( rtsp://172.16.10.87:554/cam/realmonitor?channel=1&subtype=1&unicast=true&proto=Onvif
) in VLC but BlueCherry can’t access it?
If I turn off substream viewing, the BC client shows the main stream without a problem.