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

Make telnet output configurable

This commit is contained in:
Yohann D'ANELLO
2020-10-13 00:15:23 +02:00
parent e640450d98
commit 61ae490a5d
5 changed files with 75 additions and 17 deletions

View File

@ -68,6 +68,23 @@ srt:
# Max number of active SRT connections
#maxClients: 64
## Telnet server ##
# The telnet server receive the stream and emit the stream as ASCII-art.
telnet:
# By default, this easter egg is disabled.
# You must enable it to use it.
#enable: false
#listenAddress: :4242
# Size is in characters. It is recommended to keep a 16x9 format.
#width: 80
#height: 45
# Time in milliseconds that we should sleep between two images. By default, 20 FPS. Displaying text takes time...
#delay: 50
## Web server ##
# The web server serves a WebRTC player.
web: