bbb-install
bbb-install copied to clipboard
Install and use coTURN during BBB installation
The docs suggest the following steps to install BBB with coTURN:
- Install BBB without using coTURN
- Install coTURN
- Reinstall BBB using coTURN
I guess this would also be possible:
- Install coTURN
- Install BBB using coTURN
As 2.5 is using Ubuntu 20.04, I assume we don't need another machine to run coTURN. Therefore it would be great to combine these steps into one simple call:
- Install BBB and coTURN
Oh, would coTURN and nginx on one server even be possible? I just saw that turnserver
binds on https
/443
. I always thought we needed a separate machine only because BBB needed Ubuntu 18.04 while coTURN needed Ubuntu 20.04 😅
If I’m not mistaken, this was fixed in December 2022 in the following commits: 34f1805a mainly, and 5c71501a, d1e45726, 5e9e5377, 46eefaa9, cc6f5e44, 4e69eaa0, acb1e181, and it is available in version 2.7 under Ubuntu 20.04.
That's correct!