First, thanks to Anonymousdog for the work on the original project.
Was having zero luck for a couple days. Troubleshooting led me down the road of investigating the individual streams. I had previously created a playlist document in VLC with each of the individual rtsp streams, so I knew the streams were up and working.
Resolution:
Enabling RTSP streams in the UDM Pro yields a URL such as this:
rtsps://10.1.1.1:7441/aZUIFJodW9hcL2eU?enableSrtp
3 separate edits are required to make this URL work in VLC or the displaycameras.conf.default file:
- change rtsps to rtsp
- change port from 7441 to 7447
- delete suffix ?enableSrtp
Therefore:
rtsps://10.1.1.1:7441/aZUIFJodW9hcL2eU?enableSrtp
becomes:
rtsp://10.1.1.1:7447/aZUIFJodW9hcL2eU
#Boom
First, thanks to Anonymousdog for the work on the original project.
Was having zero luck for a couple days. Troubleshooting led me down the road of investigating the individual streams. I had previously created a playlist document in VLC with each of the individual rtsp streams, so I knew the streams were up and working.
Resolution:
Enabling RTSP streams in the UDM Pro yields a URL such as this:
rtsps://10.1.1.1:7441/aZUIFJodW9hcL2eU?enableSrtp
3 separate edits are required to make this URL work in VLC or the displaycameras.conf.default file:
Therefore:
rtsps://10.1.1.1:7441/aZUIFJodW9hcL2eU?enableSrtp
becomes:
rtsp://10.1.1.1:7447/aZUIFJodW9hcL2eU
#Boom