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

Docker stops working #626

Open bernimemo opened 1 year ago

bernimemo commented 1 year ago

I have a mac, and i just installed docker desktop and coded wyze bridge. I'm able to see my wyze cameras but just for a few seconds after 30 secs or so docker desktop stops. I'm lost on what to do here.

instantdreams commented 1 year ago

You might want to look at the Docker Daemon logs: https://devconnected.com/docker-logs-complete-guide/#Docker_Daemon_Logs

This will tell you why Docker Desktop might be stalling out.

rkrueger11 commented 1 year ago

Same issue. I've used the default image and also attempted to build my own and both end up crashing docker.

mrlt8 commented 1 year ago

I was having some issues with the latest version of docker desktop on my Mac as well. I ended up having to downgrade to 4.12.0.

You should be able to find older versions of docker desktop here: https://docs.docker.com/desktop/release-notes/

cheme75 commented 1 year ago

Some weeks ago, on win pc, I went for the docker update and it immediately caused connection problems. Uninstalled it, reinstalled 4.12 and all was fine, at least until the hd finally gave up the ghost after several months of chkdsk repairs upon reboots. I’m not going to bother restoring to a new drive, pc is just too old to bother. Planning to wait until after we relocate then get a RPi.

instantdreams commented 1 year ago

You might have better luck running the Docker Engine from the Windows for Linux Subsystem (WLS) rather than Docker Desktop.

KevinBodwell commented 1 year ago

I can confirm rolling back to 4.12.0 on Mac resolved this issue for me as well, thanks @mrlt8 for that tip.