Andrew Pam
Andrew Pam
shining:~$ grep -e "listening-ip" /etc/turnserver.conf #listening-ip=172.17.19.101 #listening-ip=10.207.21.238 #listening-ip=2607:f0d0:1002:51::4 (Using the default, which is all available interface addresses) ``` bbb:~$ host turn.glasswings.com.au turn.glasswings.com.au has address 178.63.21.144 turn.glasswings.com.au has IPv6 address 2a01:4f8:141:4401::2...
The same TURN server seems to work OK with another BBB installation that is not using NAT. And the same BBB installation that is using NAT does not work at...
So if I understand correctly, BBB does not support TURN servers on any port other than 443? That's annoying. It means there is no way to operate a BBB server...
I also have this issue - need to pass options to ditaa.
Yes, I also like \r"..."
If you don't want to modify the Python packages, you can just add this to autoflashgui.py instead: ``` import werkzeug werkzeug.cached_property = werkzeug.utils.cached_property ```
On 22/09/15 22:40, Øystein Torget wrote: > How do you install it? > > Through Eclipse Marketplace or some other way? By adding the update site http://datacoalition.org/yedit which is also...
On 23/09/15 02:46, Øystein Torget wrote: > Ok, so the update sites still works for Luna, but not in Mars? > > I will test it and see if can...
In Ubuntu 20.04 with Python 3 you need to install the `python3-gv` package and then run `pip3 install ansible-roles-graph`