mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2024-12-22 09:12:19 +00:00
If there is no forwarding, drop forwarding channels
This commit is contained in:
parent
7325301574
commit
defba52569
@ -18,7 +18,9 @@ type Options map[string][]string
|
||||
func Serve(inputChannel chan srt.Packet, cfg Options) {
|
||||
if len(cfg) < 1 {
|
||||
// No forwarding, ignore
|
||||
return
|
||||
for {
|
||||
<-inputChannel // Clear input channel
|
||||
}
|
||||
}
|
||||
|
||||
log.Printf("Stream forwarding initialized")
|
||||
|
Loading…
Reference in New Issue
Block a user