Worked perfectly for over a year, now it's flatlined #1068
-
I did the mrlt8 install a long time ago and it worked like a charm on 10 cams and the doorbell and it all worked on Synology Surveillance Stations as well. Everything was going smoothly until I decided to change a cam name. I edited the stack in portainer as I had before and it crashed the container and there seems to be no getting it back. I'm on a Synology DS723+ with the following stack and error msg. version: '2.4' failed to deploy a stack: Network wyze_default Creating Network wyze_default Created Container wyze-bridge Creating Container wyze-bridge Created Container wyze-bridge Starting Error response from daemon: driver failed programming external connectivity on endpoint wyze-bridge (4f7ac217a2b96dd0edccf8d920a98d562b351b058ed98e9d21b9b7f5390d36b2): Error starting userland proxy: listen tcp4 0.0.0.0:1935: bind: address already in use . . . and it goes on from there. I also tried the version here on GetHub, but that one threw in a few more error because of addresses already in use version: '2.4' I'd appreciate any thoughts, but I'm a novice. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Is the previous bridge still up or is something else already using those ports? you can specify a different port by changing the value before the ports:
- 1936:1935 # RTMP (changed to 1936)
- 8554:8554 # RTSP
- 8888:8888 # HLS
- 8889:8889 #WebRTC
- 8189:8189/udp # WebRTC/ICE
- 5050:5000 # WEB-UI (changed to 5050) |
Beta Was this translation helpful? Give feedback.
Is the previous bridge still up or is something else already using those ports?
you can specify a different port by changing the value before the
:
like this: