restore webm with firefox
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user