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

Entirely Internet/Cloud free operation possible? #783

Open was2 opened 1 year ago

was2 commented 1 year ago

I have several older WyzeCams (pan v1, some regular v2s) and 3 outdoor v1s. I would like them to run entirely without internet access on an isolated vlan. Router is pfSense/OPNSense, can configure most any needed workaround (ntp, dns remapping, etc).

I've tested running docker-wyze-bridge on the same vlan as the cameras with NET_MODE=LAN, cameras have persistent IPs. Initially, cameras have internet access, all is well. When I disable internet access for cameras at the router, docker-wyze-bridge eventually stops being able to initiate streams, even though docker-wyze-bridge itself is not blocked and cameras are still online w/same IP.

Is this expected behavior? I had hoped this project would make air-tight use of wyze hardware possible.

mrlt8 commented 1 year ago

This is the expected behavior and firmware level modification would be required to get around this limitation see: https://github.com/gtxaspec/wz_mini_hacks#self-hosted--isolated-mode

xl0garithm commented 1 year ago

Hello, so this cannot be done then on the Pan V3 correct? Is there an alternative firmware option that’s more recently updated than w_mini_hacks that works for those cams?