1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-27 05:28:44 +02:00

Make STUN server configurable

This commit is contained in:
Alexandre Iooss
2020-09-29 17:27:19 +02:00
parent 1c98754624
commit 95f4b81f01
6 changed files with 24 additions and 15 deletions

View File

@ -10,7 +10,7 @@ auth:
# Example to bypass login, dangerous!
#backend: bypass
#
# Example of LDAP server login
#backend: ldap
#ldap:
@ -41,3 +41,7 @@ webrtc:
# UDP port range used to stream
minPortUDP: 10000
maxPortUDP: 10005
# STUN servers, you should host your own Coturn instance
STUNServers:
- stun:stun.l.google.com:19302