Merge pull request #1859 from webtorrent/add_m2ts_video_container
Add m2ts video container support
This commit is contained in:
@@ -5,7 +5,7 @@ const mediaExtensions = {
|
||||
'.ogg', '.opus', '.spx', '.wma', '.wav', '.wv', '.wvp'],
|
||||
video: [
|
||||
'.avi', '.mp4', '.m4v', '.webm', '.mov', '.mkv', '.mpg', '.mpeg',
|
||||
'.ogv', '.webm', '.wmv'],
|
||||
'.ogv', '.webm', '.wmv', '.m2ts'],
|
||||
image: ['.gif', '.jpg', '.jpeg', '.png']
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user