bigbluebutton / bbb-install

BASH script to install BigBlueButton in 30 minutes.
GNU Lesser General Public License v3.0
618 stars 538 forks source link

Coturn - turnserver not running #332

Closed rnrkrft closed 3 years ago

rnrkrft commented 3 years ago

Since 2.2.31 update on my server, the turnserver is not running. First I found a hint in Coturn - without cli-password turnserver refuses to start. ERROR: Please set a non empty cli-password... Audio is running - but still no video. WebRTC: STUN-CLIENT(relay(IP4:192.168.178.25:0/TCP|xxx.xx:443)::TURN): Timed out TURN(relay(IP4:192.168.178.25:0/TCP|xxx.xx:443)): mode 20, nr_turn_client_error_cb TURN(relay(IP4:192.168.178.25:0/TCP|xxx.xx:443)) failed TURN(relay(IP4:192.168.178.25:0/TCP|xxx.xx:443)): cancelling ICE-CANDIDATE(relay(IP4:192.168.178.25:0/TCP|xxx.xx:443)): nr_turn_allocated_cb called with state 4 ICE-CANDIDATE(relay(IP4:192.168.178.25:0/TCP|xxx.xx:443)): nr_turn_allocated_cb failed ICE(PC:1610653755550309 (id=10737418259 url=https://xxx.xx/html5client/join?sessionToken=zgpbl00m2upawtfi))/CAND(relay(IP4:192.168.178.25:0/TCP|rkraft.de:443)): failed to initialize, 7 remaining

rnrkrft commented 3 years ago

Add AmbientCapabilities=CAP_NET_BIND_SERVICE to the [Service] section and it runs smooth again... [https://github.com/coturn/coturn/issues/635]