Installing docker-wyze-bridge on Raspberry pi Portainer container

author

Lets Try

. 1 min read

Follow

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 Developerbook

Install Premium URL Shortener in DigitalOcean Cloud Server

Install Premium URL Shortener in DigitalOcean Cloud Server

How To Import and Export Large Database files in MySQL or MariaDB

How To Import and Export Large Database files in MySQL or MariaDB

How to setup Erlang on windows environment

How to setup Erlang on windows environment

How to configure eclipse plug-in for erlang

How to configure eclipse plug-in for erlang

Isolation concept for transaction

Isolation concept for transaction