embed exclude for IE/FF fix

This commit is contained in:
cat 2015-10-19 16:47:52 +02:00
parent 2a7a714aad
commit 718d009f9f
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ function mistembed(streamname) {
var support = false;
if (type == 'mp4') {
if (type == 'video/mp4') {
if (navigator.userAgent.indexOf('Firefox') > -1) {
//firefox claims to support MP4 but doesn't
return false;