diff --git a/static/js/services/constraints.js b/static/js/services/constraints.js index eefb8c5a..99dbc27d 100644 --- a/static/js/services/constraints.js +++ b/static/js/services/constraints.js @@ -202,6 +202,7 @@ hdVideo: isChrome || (isFirefox && version >= 38), // Chrome supports this on Windows only. renderToAssociatedSink: isChrome && $window.navigator.platform.indexOf("Win") === 0, + vp9: isChrome && version >= 48, chrome: isChrome, firefox: isFirefox, edge: isEdge diff --git a/static/partials/settings.html b/static/partials/settings.html index 38983798..e2588b98 100644 --- a/static/partials/settings.html +++ b/static/partials/settings.html @@ -270,7 +270,7 @@ -