diff --git a/stream/multicast/muticast.go b/stream/multicast/muticast.go index 1502d70..5b1d96c 100644 --- a/stream/multicast/muticast.go +++ b/stream/multicast/muticast.go @@ -7,6 +7,8 @@ import ( "os/exec" ) +// Options to configure the multicast: +//for each stream key, we can have several additional stream URL where the main stream is redirected to type Options struct { Outputs map[string][]string }