I've got 2 IPC-HDW5231R-ZE cameras running firmware:
V2.800.0000015.0.R, Build Date: 2020-04-30
I'm trying to get their SubStream configured. I'm using ffplay on my linux laptop to view the substream. Here is a command line that works, giving me a 1920x1080 stream, according to ffplay:
Here are the settings for my SubStream:


They're both enabled as you can see. But every combo of URL I've tried in ffplay and VLC give me:
Server returned 404 Not Found
Here are the services running:

What am I doing wrong here? Thanks for your help!
V2.800.0000015.0.R, Build Date: 2020-04-30
I'm trying to get their SubStream configured. I'm using ffplay on my linux laptop to view the substream. Here is a command line that works, giving me a 1920x1080 stream, according to ffplay:
Code:
ffplay -an rtsp:/viewuser:PASSNOSPECIALCHARS@10.0.11.182:554
Here are the settings for my SubStream:


They're both enabled as you can see. But every combo of URL I've tried in ffplay and VLC give me:
Server returned 404 Not Found
Code:
ffplay -an rtsp:/viewuser:PASSNOSPECIALCHARS@10.0.11.182:554/cam/realmonitor?channel=1&subtype=2
Here are the services running:

What am I doing wrong here? Thanks for your help!