firefox transcoding fix

This commit is contained in:
Luke Pulverenti 2015-02-20 10:27:33 -05:00
parent 54c2b1871a
commit 6c957303fd

View File

@ -114,6 +114,9 @@
if ($.browser.chrome) {
return '.webm';
}
// Firefox suddenly having trouble with our webm
return '.webm';
}
return '.mp4';