SvenVD / rpisurv

Raspberry Pi surveillance
https://community.rpisurv.net
GNU General Public License v2.0
610 stars 101 forks source link

RTSPS Support? #144

Closed gavzzorz closed 2 years ago

gavzzorz commented 2 years ago

Hi, Sorry to log this under Issues as its more of a query...

Does RPISurv support RTSPS? we have been using it for years and its been dead reliable but have had to upgrade our CCTV from Unifi Video to Unifi Protect and have now found that Standard RTSP isn't an option anymore and the only option is RTSPS.

I have tried the link by editing the original config and replacing the URL's but it causes RPISurv service to crash on startup. At first i thought this was a config issue as i have known this to happen before when the config has a typo or a space somewhere but sadly that isn't the case this time :(.

This is the RTSPS address Protect is giving me... rtsps://...:7441/nNc25veoEF3RZEzD?enableSrtp

Hope thats fine.

Thanks

moonlightjames commented 2 years ago

We had ran into the same issue with the Unifi Protect,

But on our system, it offers the RTSPS, and standard un-authenticated RTSP image

We are running a couple Pi's connecting to the RTSP, and not been able to get RTSPS to work with several other pi-based viewers,

gavzzorz commented 2 years ago

Found that you can change the port to to 7447 and remove the end then works fine still on the latest version of protect.

Original rtsps://...:7441/nNc25veoEF3RZEzD?enableSrtp

Changed to... rtsp://...:7447/nNc25veoEF3RZEzD

SvenVD commented 2 years ago

It seems vlc has issues with rtsps https://community.ui.com/questions/Help-streaming-via-RTSPS-from-UniFi-Protect-NVR/43db6df6-27e4-49bd-baf9-d96652f89047

Anyways, it seems you have found a workaround.