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

Load SRT host and port from configuration

This commit is contained in:
Alexandre Iooss
2020-09-29 16:49:30 +02:00
parent c905eadc78
commit 29eeb2c0fd
3 changed files with 28 additions and 6 deletions

View File

@ -30,4 +30,7 @@ web:
widgetURL: https://example.com/
srt:
listenAddress: 127.0.0.1:9710
listenAddress: 127.0.0.1:9710
# Max number of active SRT connections
maxClients: 64