Add a comment, fix linting

This commit is contained in:
Yohann D'ANELLO 2020-09-30 08:50:54 +02:00
parent 5efbe309ac
commit 4024ed5b2a
1 changed files with 2 additions and 0 deletions

View File

@ -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
}