Anonymousdog / displaycameras

System for displaying RTSP feeds from IP cameras on the Raspberry Pi
Apache License 2.0
565 stars 112 forks source link

*SOLVED* - rtsp streams not displaying #121

Open richard-mccaslin opened 1 year ago

richard-mccaslin commented 1 year ago

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