Untitled

mail@pastecode.io avatar
unknown
plain_text
19 days ago
677 B
12
Indexable
Never
wyze-bridge:
    container_name: wyze-bridge
    restart: unless-stopped
    image: ghcr.io/mrlt8/docker-wyze-bridge:latest
    ports:
      - 1935:1935 # RTMP
      - 8554:8554 # RTSP
      - 8888:8888 # HLS
      - 8889:8889 #WebRTC
      - 8189:8189/udp # WebRTC/ICE
      - 5000:5000 # WEB-UI
    environment:
      # [REQUIRED] Fill the following two lines:
      - WYZE_EMAIL=<my_email_address>
      - WYZE_PASSWORD=<my_Password>
      # [OPTIONAL] IP Address of the host to enable WebRTC e.g.,:
      - WB_IP=192.168.0.206
      # [OPTIONAL] Wyze API credentials:
      - API_ID=<my_api_id>
      - API_KEY=<my_api_key>
      - ENABLE_AUDIO=True
      - SNAPSHOT=RTSP30
Leave a Comment