mrlt8 / docker-wyze-bridge

WebRTC/RTSP/RTMP/LL-HLS bridge for Wyze cams in a docker container
GNU Affero General Public License v3.0
2.45k stars 151 forks source link

Wyze Bridge in Unraid shows cams, but now RTSP needs auth? Cams disappeared in Spy DVR. #1211

Closed dev464 closed 1 month ago

dev464 commented 1 month ago

RTSP locked 401 Unauth

Describe the bug

Noticed Cams weren't displaying in Agent-DVR unraid docker. Looks like a username password is now needed to open RTSP streams? I had updated my API key a couple months ago and everything was working fine. Tried opening the RTSP stream in VLC player and was also prompted for a username and password, tried my Wyze credentials which didn't work.

Environment (if applicable)

mrlt8 commented 1 month ago

The username for the stream is wb and the password should be unique API Key displayed at the bottom of your WebUI like this:

random key

You can change the API key by setting the WB_API ENV variable.

If you're running the bridge 100% local, then you can probably set WB_AUTH=False to disable authentication and run it like it was before.

Please see the release log for more info: https://github.com/mrlt8/docker-wyze-bridge/releases/tag/v2.9.0

dev464 commented 1 month ago

Ahh back online. Not sure what I messed up exactly but it's good now. Thank you for the help!