mirror of
https://github.com/samsonjs/media.git
synced 2026-04-16 13:05:46 +00:00
Infer TYPE_SS for .isml.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=120119973
This commit is contained in:
parent
5e93c0b6e4
commit
4161dc8d62
1 changed files with 1 additions and 1 deletions
|
|
@ -802,7 +802,7 @@ public final class Util {
|
|||
return TYPE_OTHER;
|
||||
} else if (fileName.endsWith(".mpd")) {
|
||||
return TYPE_DASH;
|
||||
} else if (fileName.endsWith(".ism")) {
|
||||
} else if (fileName.endsWith(".ism") || fileName.endsWith(".isml")) {
|
||||
return TYPE_SS;
|
||||
} else if (fileName.endsWith(".m3u8")) {
|
||||
return TYPE_HLS;
|
||||
|
|
|
|||
Loading…
Reference in a new issue