diff --git a/stream/srt/srt.go b/stream/srt/srt.go index 69345ba..354a92d 100644 --- a/stream/srt/srt.go +++ b/stream/srt/srt.go @@ -2,14 +2,16 @@ package srt // #include import "C" + import ( - "github.com/haivision/srtgo" "gitlab.crans.org/nounous/ghostream/auth" "gitlab.crans.org/nounous/ghostream/auth/bypass" "log" "net" "strconv" "strings" + + "github.com/haivision/srtgo" ) // Options holds web package configuration