18 lines
168 B
Go
Executable File
18 lines
168 B
Go
Executable File
package constant
|
|
|
|
var SupportedStreamingFormats = []string{
|
|
"mp4",
|
|
"flv",
|
|
"mkv",
|
|
"ts",
|
|
"webm",
|
|
"avi",
|
|
"mov",
|
|
"wmv",
|
|
"ogg",
|
|
"m3u8",
|
|
"mpd",
|
|
"rtmp",
|
|
"srt",
|
|
}
|