Back to All Guides
softwareAugust 13, 20266 min readRTSPLink Dev Team

Docker-Wyze-Bridge: Convert Cloud Wyze Cams to Local RTSP Feeds

Expose local RTSP, WebRTC, and HLS video streams from standard Wyze Cam v2, v3, v4 without flashing custom firmware.

#Docker Wyze Bridge#Wyze Cam#Docker#Home Automation
Live Stream Workbench

Need a live RTSP stream link right now to test this setup in VLC or OpenCV?

Test Live Stream

#1Docker-Wyze-Bridge Compose Config

Deploy the bridge container with your Wyze credentials:

docker-compose.yml
version: '3.8'
services:
  wyze-bridge:
    container_name: wyze-bridge
    image: mrlt8/wyze-bridge:latest
    restart: unless-stopped
    ports:
      - 8554:8554 # RTSP
      - 8888:8888 # HLS
      - 8889:8889 # WebRTC
    environment:
      - WYZE_EMAIL=user@example.com
      - WYZE_PASSWORD=secretpassword

Ready to test your live RTSP video stream?

Generate free authenticated RTSP links with unlimited bandwidth and inspect frame timestamps in seconds.

Generate Free RTSP Link

Related Tutorials & Setup Guides

View all 100+ guides