docker-wyze-bridge is a Docker container that bridges Wyze cameras to multiple streaming protocols.
The tool solves the problem of integrating Wyze cameras into home automation and NVR systems by translating their proprietary protocol into standard streaming formats. It runs as a containerized service that accepts connections from Wyze cameras and exposes them via WebRTC, RTSP, RTMP, and LL-HLS protocols. This approach allows Wyze cameras to work with any system that understands these standard protocols, rather than requiring proprietary Wyze software.
The project suits users running Home Assistant, Portainer, or other home automation platforms who want to incorporate Wyze cameras without vendor lock-in. It works well for those building custom NVR setups or integrating cameras with MQTT-based home systems. The tool is distributed as a Docker image and Home Assistant add-on, making deployment straightforward for users already operating containerized infrastructure.
Development activity shows consistent engagement with the codebase. The project receives regular updates addressing user-reported issues and adding refinements to streaming protocol support. Pull requests are reviewed and merged at a steady pace, indicating active maintenance. The maintainer responds to issues and incorporates community feedback into the tool's evolution. Documentation is kept current alongside code changes, reflecting an organized approach to project stewardship.