From ceac6adc9bebacf87fe5f36afc6d62fac80adb73 Mon Sep 17 00:00:00 2001 From: David Colburn Date: Tue, 23 Jul 2024 01:23:59 -0400 Subject: [PATCH] add ws schemes to output type map --- pkg/types/types.go | 2 ++ 1 file changed, 2 insertions(+) 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, } )