On Tue, Mar 30, 2021 at 10:58:40AM -0700, 'Wolfgang Pein' via BigBlueButton-dev wrote:
Hi Wolfgang,
> Today I tried to install a fresh Coturn Server on Ubuntu 20.04 with the
> bbb-install.sh script but failed initially.
>
> Because there is no Ubuntu 20.04 *minimal* as recommended I used the
> standard Ubuntu 20.04 server ISO.
FWIW: Not sure about bbb-install.sh, but I prefer to have a coturn
instance, which doesn't get "destroyed" by bbb or depends on bbb (or
anything else). So I use
http://iks.cs.ovgu.de/~elkner/tmp/bbb/coturn-install.sh to install it
wherever I want to (usually in a minimal lxc container of course) and
can use whatever Ubuntu release I want (and relax wrt. getting security
bugs fixed in time by relying on vendor packages ;-)).
The "downside" is, that you need to adjust related freeswitch/bbb
settings manually. So check:
coturn: /etc/turnserver.conf
Freeswitch: /etc/freeswitch/vars.xml
- /include/X-PRE-PROCESS@set@data "local_ip_v4=${freeswitchServerIP}"
(default: "local_ip_v4=10.0.3.66")
- /include/X-PRE-PROCESS@set@data
"external_rtp_ip=stun:${stunServerIP:port}"
(default: "external_rtp_ip=stun:
stun.freeswitch.org")
- /include/X-PRE-PROCESS@set@data
"external_sip_ip=stun:${stunServerIP:port}"
(default: "external_sip_ip=stun:
stun.freeswitch.org")
BBB: /usr/share/bbb-web/WEB-INF/classes/spring/turn-stun-servers.xml
Have fun,
jel.
--
Otto-von-Guericke University
http://www.cs.uni-magdeburg.de/
Department of Computer Science Geb. 29 R 027, Universitaetsplatz 2
39106 Magdeburg, Germany Tel:
+49 391 67 52768