Fixed flash priorities for embed. RTMP > FLV > HDS
This commit is contained in:
parent
bbcf178e7f
commit
1d2dbd1be0
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
mistplayers.flash_strobe = {
|
mistplayers.flash_strobe = {
|
||||||
name: 'Strobe Flash Media Playback',
|
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,
|
priority: Object.keys(mistplayers).length + 1,
|
||||||
isMimeSupported: function (mimetype) {
|
isMimeSupported: function (mimetype) {
|
||||||
return (this.mimes.indexOf(mimetype) == -1 ? false : true);
|
return (this.mimes.indexOf(mimetype) == -1 ? false : true);
|
||||||
|
|
Loading…
Add table
Reference in a new issue