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.47k stars 151 forks source link

Login Page loops on credentials #1012

Closed praveenvj1979 closed 8 months ago

praveenvj1979 commented 8 months ago

I installed this as a container on my QNAP NAS. The container loads successfully, detects the Wyze camera as well. But when I try to open the browser on http://IP Address:5000, it prompts for the login name and password and that goes on in a loop. I tried both my NAS Admin credentials, WYZE credentials, but nothing works.

mrlt8 commented 8 months ago

hmm, that's strange. Are you passing the credentials at startup via docker-compose.yml or docker run?

Can you post an warnings or errors from the logs?

praveenvj1979 commented 8 months ago

Finally figured it. Found that QNAP was using port 5000 for WebDav. I disabled that and then got it working fine. Thanks a lot for your prompt response.