Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*SOLVED* - rtsp streams not displaying #121

Open
richard-mccaslin opened this issue Feb 20, 2023 · 0 comments
Open

*SOLVED* - rtsp streams not displaying #121

richard-mccaslin opened this issue Feb 20, 2023 · 0 comments

Comments

@richard-mccaslin
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant