1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-27 04:18:45 +02:00

Restructure projet and add webrtc settings

This commit is contained in:
Alexandre Iooss
2020-09-29 17:04:23 +02:00
parent 29eeb2c0fd
commit 1c98754624
5 changed files with 39 additions and 18 deletions

View File

@ -21,7 +21,14 @@ auth:
monitoring:
listenAddress: 127.0.0.1:2112
# Customize web server
# Configure SRT server
srt:
listenAddress: 127.0.0.1:9710
# Max number of active SRT connections
maxClients: 64
# Configure web server
web:
listenAddress: 127.0.0.1:8080
name: Demo
@ -29,8 +36,8 @@ web:
favicon: https://www.crans.org/images/favicon.ico
widgetURL: https://example.com/
srt:
listenAddress: 127.0.0.1:9710
# Max number of active SRT connections
maxClients: 64
# Configure WebRTC server
webrtc:
# UDP port range used to stream
minPortUDP: 10000
maxPortUDP: 10005