diff --git a/pkg/types/types.go b/pkg/types/types.go index f3da4c91..21a777aa 100644 --- a/pkg/types/types.go +++ b/pkg/types/types.go @@ -207,6 +207,8 @@ var ( "mux": OutputTypeRTMP, "twitch": OutputTypeRTMP, "srt": OutputTypeSRT, + "ws": OutputTypeRaw, + "wss": OutputTypeRaw, } )