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:
@ -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:
|
||||
|
Reference in New Issue
Block a user