Fixed flash priorities for embed. RTMP > FLV > HDS

This commit is contained in:
Balder 2016-10-10 16:29:21 +02:00
parent bbcf178e7f
commit 1d2dbd1be0

View file

@ -1,6 +1,6 @@
mistplayers.flash_strobe = {
name: 'Strobe Flash Media Playback',
mimes: ['flash/11','flash/10','flash/7'],
mimes: ['flash/10','flash/11','flash/7'],
priority: Object.keys(mistplayers).length + 1,
isMimeSupported: function (mimetype) {
return (this.mimes.indexOf(mimetype) == -1 ? false : true);