Skip to content

*SOLVED* - rtsp streams not displaying #121

@richard-mccaslin

Description

@richard-mccaslin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions