Skip to content

Commit

Permalink
New: Add ts and flv formats to MediaLoader.js (#226)
Browse files Browse the repository at this point in the history
These are now supported like all other videos in Box
  • Loading branch information
bhh1988 authored Jul 18, 2017
1 parent 78423ac commit be35a75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/viewers/media/MediaLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const VIDEO_FORMATS = [
'3g2',
'3gp',
'avi',
'flv',
'm2v',
'm2ts',
'm4v',
Expand All @@ -17,9 +18,10 @@ const VIDEO_FORMATS = [
'mp4',
'mpeg',
'mpg',
'ogg',
'mts',
'ogg',
'qt',
'ts',
'wmv'
];

Expand Down

0 comments on commit be35a75

Please sign in to comment.