mrlt8 / docker-wyze-bridge

WebRTC/RTSP/RTMP/LL-HLS bridge for Wyze cams in a docker container
GNU Affero General Public License v3.0
2.64k stars 162 forks source link

Lan Mode - RTSP Stream #28

Closed cdn4lf closed 3 years ago

cdn4lf commented 3 years ago

I tried to enable LAN mode on a Synology DSM. The container started up and all the streams were published, however I was unable to connect to the streams with motioneye.

What should the RTSP stream be when in LAN mode as all the ports are being commented out?

mrlt8 commented 3 years ago

URI ports should remain the same.

cdn4lf commented 3 years ago

rtsp://localhost:8554/kitchen-cam no longer shows an image in motioneye with `services: wyze-bridge: restart: always network_mode: host

ports:

  #      - 1935:1935
  #      - 8554:8554
  #      - 8888:8888
    build: 
        context: ./app
        # dockerfile: Dockerfile.arm`

in the yml.

mrlt8 commented 3 years ago

can you open the stream in vlc?

hmm, could be a udp issue..?

could you try pulling the latest changes and rebuild with :

environment:
    - WYZE_EMAIL=
    - WYZE_PASSWORD=
    - RTSP_PROTOCOLS=tcp
cdn4lf commented 3 years ago

Got it going. The cameras went offline at the same time.