Installing docker-wyze-bridge on Raspberry pi Portainer container

people

Lets Try

. 0 min read

Docker-wyze-bridge makes wyze cam Accessible on NVR or NAS or Blueiris or ispyconnect or VLC or Network.

Establish a local WebRTC, RTSP, RTMP, or HLS/Low-Latency HLS stream for a wide range of Wyze cameras, including the outdoor, doorbell, and 2K models.

https://github.com/mrlt8/docker-wyze-bridge

Nothing Needed - Just Setup the docker container in Portainer.

https://raw.githubusercontent.com/mrlt8/docker-wyze-bridge/main/docker-compose.sample.yml

version: '2.4'
services:
    wyze-bridge:
        container_name: wyze-bridge
        restart: unless-stopped
        image: mrlt8/wyze-bridge:latest
        ports:
            - 1935:1935 # RTMP
            - 8554:8554 # RTSP
            - 8888:8888 # HLS
            - 8889:8889 #WebRTC
            - 8189:8189/udp # WebRTC/ICE
            - 5050:5000 # WEB-UI - you can change
        environment:
            # [OPTIONAL] (Can be set in the WebUI):
            - WYZE_EMAIL= your@email.com
            - WYZE_PASSWORD= YourPass
            # [OPTIONAL] IP Address of the host to enable WebRTC e.g.,:
            # - WB_IP=192.168.1.122
            # [OPTIONAL] Wyze API credentials:
            # - API_ID=
            # - API_KEY= 






More Stories from

Lets Try
Lets Try.1 min read

Deploy Tailscale in Portainer docker container Raspberry pi

A comprehensive guide on deploying Tailscale through Portainer in Raspberry pi. lets integrate Tailscale into your existing Docker setup.

Lets Try
Lets Try.1 min read

Nginx Proxy for s3 compatible storage & buckets

Nginx can be used as a reverse proxy for S3 compatible storage and buckets. This is useful in many scenarios, including adding authentication, security or custom routing to S3-compatible solutions. 

Dev
Dev.2 min read

Window Server 2025 Contabo VPS Install Guide

Window server in contabo is very costly but you can deploy your license key with custom image.

Dev
Dev.1 min read

Setting up SSH keys to a Ubuntu Server with Mac

Generating SSH keys on a Mac for use with an Ubuntu server is a straightforward process. Here’s a step-by-step guide: Generate the SSH Key Pair

.
Dev
Dev.1 min read

Git/Github Clone Private Repository on Ubuntu Server 24.04

GitHub is a free platform that provides repository hosting and We will guide you to install Git on Ubuntu 24.04, adding and cloning a repository from GitHub to your Ubuntu VPS server.

.
Built on Koows