1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-29 11:00:55 +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

@ -50,7 +50,7 @@ func main() {
// Start routines
go transcoder.Init(streams, &cfg.Transcoder)
go forwarding.Serve(streams, &cfg.Forwarding)
go forwarding.Serve(streams, cfg.Forwarding)
go monitoring.Serve(&cfg.Monitoring)
go srt.Serve(streams, authBackend, &cfg.Srt)
go telnet.Serve(streams, &cfg.Telnet)