You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set up wyze-bridge (docker compose) last week and had Scrypted configured to pull data from it. At some point, I shut down wyze-bridge as I was going to try Scrypted directly (then changed my mind as the RTSP plugin seems meh). Now, ever since I brought wyze-bridge back up, I get momentary connection to the camera - enough to get an image - then it "hangs"
Log is full of "IOTC_ER_FAIL_CREATE_SOCKET" for each of my four cams. Wyze app works fine (i.e., not a wifi or cam issue). I can connect to the wyze-bridge GUI without issue.
I have three other containers running on this server, all in host mode, and they other three work fine for what they do.
This is my docker-compose.yml:
services: wyze-bridge: container_name: wyze-bridge restart: unless-stopped image: mrlt8/wyze-bridge:latest network_mode: host ports: - 1935:1935 # RTMP - 8554:8554 # RTSP - 8888:8888 # HLS - 8889:8889 #687 - 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=*********************** - WYZE_PASSWORD=*************************** - API_ID=****************************** - API_KEY=********************************* - [OPTIONAL] IP Address of the host to enable WebRTC e.g.,: - WB_IP= # WebUI and Stream authentication: - WB_AUTH=True # Set to false to disable web and stream auth. - WB_USERNAME=************** - WB_PASSWORD=***************
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I set up wyze-bridge (docker compose) last week and had Scrypted configured to pull data from it. At some point, I shut down wyze-bridge as I was going to try Scrypted directly (then changed my mind as the RTSP plugin seems meh). Now, ever since I brought wyze-bridge back up, I get momentary connection to the camera - enough to get an image - then it "hangs"
Log is full of "IOTC_ER_FAIL_CREATE_SOCKET" for each of my four cams. Wyze app works fine (i.e., not a wifi or cam issue). I can connect to the wyze-bridge GUI without issue.
I have three other containers running on this server, all in host mode, and they other three work fine for what they do.
This is my docker-compose.yml:
services: wyze-bridge: container_name: wyze-bridge restart: unless-stopped image: mrlt8/wyze-bridge:latest network_mode: host ports: - 1935:1935 # RTMP - 8554:8554 # RTSP - 8888:8888 # HLS - 8889:8889 #687 - 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=*********************** - WYZE_PASSWORD=*************************** - API_ID=****************************** - API_KEY=********************************* - [OPTIONAL] IP Address of the host to enable WebRTC e.g.,: - WB_IP= # WebUI and Stream authentication: - WB_AUTH=True # Set to false to disable web and stream auth. - WB_USERNAME=************** - WB_PASSWORD=***************
Thanks, in advance!
Beta Was this translation helpful? Give feedback.
All reactions