From 73e6734e7d91fd102613268a5f7d4a7b9d3bb817 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 28 Jan 2016 13:29:24 -0500 Subject: [PATCH] restore webm with firefox --- dashboard-ui/scripts/mediaplayer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/mediaplayer.js b/dashboard-ui/scripts/mediaplayer.js index 4e76c35244..86cc1cabee 100644 --- a/dashboard-ui/scripts/mediaplayer.js +++ b/dashboard-ui/scripts/mediaplayer.js @@ -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) {