This commit is contained in:
2024-10-23 04:39:10 +08:00
commit 60fca41864
9 changed files with 589 additions and 0 deletions

17
constant/constant.go Normal file
View File

@@ -0,0 +1,17 @@
package constant
var SupportedStreamingFormats = []string{
"mp4",
"flv",
"mkv",
"ts",
"webm",
"avi",
"mov",
"wmv",
"ogg",
"m3u8",
"mpd",
"rtmp",
"srt",
}