Init
This commit is contained in:
17
constant/constant.go
Normal file
17
constant/constant.go
Normal file
@@ -0,0 +1,17 @@
|
||||
package constant
|
||||
|
||||
var SupportedStreamingFormats = []string{
|
||||
"mp4",
|
||||
"flv",
|
||||
"mkv",
|
||||
"ts",
|
||||
"webm",
|
||||
"avi",
|
||||
"mov",
|
||||
"wmv",
|
||||
"ogg",
|
||||
"m3u8",
|
||||
"mpd",
|
||||
"rtmp",
|
||||
"srt",
|
||||
}
|
||||
Reference in New Issue
Block a user