Skip to content

BUG: Cameras screenshot loads but dont play #1435

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Boundzero opened this issue Feb 22, 2025 · 9 comments
Open

BUG: Cameras screenshot loads but dont play #1435

Boundzero opened this issue Feb 22, 2025 · 9 comments
Labels
bug Something isn't working

Comments

@Boundzero
Copy link

Describe the bug

Im not sure what happened but my Wyze bridge used to load my video automatically and play. Now they just spin the loading symbol and never play. If i look at the one of the cameras information I see it says connected = false. Whats going wrong? Any ideas?

Affected Bridge Version

Latesat

Bridge type

Docker Run/Compose

Affected Camera(s)

No response

Affected Camera Firmware

No response

docker-compose or config (if applicable)

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
            - 5000:5000 # WEB-UI
        environment:
            # [OPTIONAL] Credentials can be set in the WebUI
            # API Key and ID can be obtained from the wyze dev portal: 
            # https://developer-api-console.wyze.com/#/apikey/view
            - WYZE_EMAIL=REMOVED
            - WYZE_PASSWORD=REMOVED 
            - API_ID=REMOVED
            - API_KEY= REMOVED
            # [OPTIONAL] IP Address of the host to enable WebRTC e.g.,:
            # - WB_IP=192.168.1.122
            # WebUI and Stream authentication:
            - WB_AUTH=True # Set to false to disable web and stream auth.
            # WB_USERNAME=
            # WB_PASSWORD=
@Boundzero Boundzero added the bug Something isn't working label Feb 22, 2025
@Boundzero
Copy link
Author

Resolved it by changing from bridge to host

@StoneLegion
Copy link

StoneLegion commented Feb 22, 2025

Edit: Just add network_mode: host

Example:

    wyze-bridge:
        container_name: wyze-bridge
        restart: unless-stopped
        network_mode: host
        image: mrlt8/wyze-bridge:dev

@swamprat96
Copy link

swamprat96 commented Feb 23, 2025

same issue here but in Home Assistant. Any idea where I need to add this entry?

@Raul-7-7
Copy link

same issue here but in Home Assistant. Any idea where I need to add this entry?

#1432 (comment)

@swamprat96
Copy link

same issue here but in Home Assistant. Any idea where I need to add this entry?

#1432 (comment)

Legend- sorted and thanks

@kentnek
Copy link

kentnek commented Feb 24, 2025

setting network_mode: host works for me! wyzecam v3 firmware 4.36.13.0416

@jplwoodward
Copy link

jplwoodward commented Feb 24, 2025

How do I set network_mode on a docker run cmmand?

I tried --network host but got "WARNING: Published ports are discarded when using host network mode", and ther gui will hot even load without the proper ports.

@CaptSchu
Copy link

I'm getting the same warning about ports as well. Not sure what I'm missing.... yet....

@MrBryan
Copy link

MrBryan commented Mar 13, 2025

How do I set network_mode on a docker run cmmand?

I tried --network host but got "WARNING: Published ports are discarded when using host network mode", and ther gui will hot even load without the proper ports.

just fyi you erase the specified ports in you yml file to fix this... but the host mode fix isn't working for me anyways

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

8 participants