restore webm with firefox

This commit is contained in:
Luke Pulverenti 2016-01-28 13:29:24 -05:00
parent 8bd4ab4e0c
commit 73e6734e7d

View File

@ -569,7 +569,7 @@
// viblast can help us here
//return true;
return window.MediaSource != null;
return window.MediaSource != null && !browserInfo.firefox;
};
self.changeStream = function (ticks, params) {