Sanit93

Results 2 comments of Sanit93

try add to compose.yml ports like this: `- 0.0.0.0:50000-50009:50000-50009/udp` and add min max webRTC ports into config.json ``` "webrtc_port_max": 50009, "webrtc_port_min": 50000 ``` example compose.yml: ``` services: RTSPtoWeb: image: ghcr.io/deepch/rtsptoweb...

Try to restart container after change in confing.json. Even that, I recommend using mode type "host".