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

@ -65,7 +65,7 @@ func handleViewer(s *srtgo.SrtSocket, streams map[string]*stream.Stream, name st
}
// Register new output
c := make(chan []byte, 128)
c := make(chan []byte, 1024)
st.Register(c)
st.IncrementClientCount()