1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-27 19:12:07 +02:00

Configure and test transcoder

This commit is contained in:
Alexandre Iooss
2020-10-18 11:06:54 +02:00
parent 23b6eeaa05
commit 09a3422d06
7 changed files with 28 additions and 13 deletions

View File

@ -25,6 +25,7 @@ type Config struct {
Monitoring monitoring.Options
Srt srt.Options
Telnet telnet.Options
Transcoder transcoder.Options
Web web.Options
WebRTC webrtc.Options
}