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

Unraid webui #621

Open critterskins opened 2 years ago

critterskins commented 2 years ago

I set the webui to port 5000 but It will not load. The rtsp, hls,and other streams work fine in vlc and shinobipro but I wanted to turn on audio. The documentation says I have to do it in the port 5000 but I cannot get that port working.

mrlt8 commented 2 years ago

Is port 5000 already being used by another service?

Can you select an alternate port for the bridge's WebUI in unraid?

thrunkmo commented 2 years ago

I'm also having this issue--I can't figure out how to access the webgui though the logs look fine. I haven't been able to connect this with HomeBridge yet (still figuring out how everything fits together). The log says it's running on "http://[127.0.0.1](http://127.0.0.1:5000/):5000/" but there is nothing at that address when I navigate to it. Edit: I was able to review the webgui by navigating to:

http://192.168.1.2:5000

elmasryahmed commented 1 year ago

@mrlt8 I've a similar issue, I can see all my cams are connected from the log, but can't get past the sign in credentials in webui, I tried every possible username &password combination including my WYZE account but can't log on.

Screen Shot 2022-12-05 at 02 41 39
mrlt8 commented 1 year ago

Is that the edge build? Haven't had a chance to update the documentation yet, but it should have the ability to set authentication for the webUI with WEB_AUTH=true/false

Default username and password is your wyze credentials and can be customized with WEB_USERNAME and WEB_PASSWORD.