Merge pull request #1859 from webtorrent/add_m2ts_video_container

Add m2ts video container support
This commit is contained in:
Julen Garcia Leunda
2020-08-17 21:58:32 +02:00
committed by GitHub

View File

@@ -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']
}