Yes this headline is a mouthful! But I stumbled across a great solution for Wyze camera users who want to keep their cameras up to date yet still use them via RTSP to their own security NVRs. Setting this process up is the subject of my latest “how to” video.
With Wyze pulling their official RTSP firmware some super smart community members figured out a way to build a “bridge” that takes video out of the Wyze cameras and makes that video available as an RTSP, RTMP or HLS stream that can be used by any compatible security DVR/NVR. It does this through the use of a Docker container that can run on just about any compatible Linux based device.
Once installed and logged into your Wyze account, any compatible camera on the same network as the computer hosting the container will be available. Your security NVR will connect to the stream on the container which will in turn bridge the video from the camera. Since this process mostly passes a relatively low bandwidth video stream it’s not very resource intensive and even a Raspberry Pi can get the job done.
As of the time of this writing it’s compatible with most Wyze cameras with the exception of their new “OG” cameras and their Video Doorbell Pro. It’s likely Wyze is disabling whatever loophole existed in their older hardware to prevent this circumvention around their subscription services on newer devices. You can learn more about their push to subscriptions in my recent video on the topic.
In my Docker how to video we connected my cameras to Synology’s Surveillance Station – a pretty robust NVR that’s included with most Synology NAS devices. I did a tutorial series a few years ago on it. But this should work with just about anything including some of the popular open source projects.
Docker is something I’ve been learning about over the last year or two and this is a great first project to play with if you’re interested in dipping your toes into containerizing applications. Synology has a great graphical Docker interface that helped me wrap my head around how it all works.
If you’d like to learn more about Docker I found this video from Networkchuck to be a great summation of its power and potential.