Skip to content

Commit

Permalink
add ws schemes to output type map
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Jul 23, 2024
1 parent 0d61559 commit ceac6ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ var (
"mux": OutputTypeRTMP,
"twitch": OutputTypeRTMP,
"srt": OutputTypeSRT,
"ws": OutputTypeRaw,
"wss": OutputTypeRaw,
}
)

Expand Down

0 comments on commit ceac6ad

Please sign in to comment.