We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814615a commit 1ae16b6Copy full SHA for 1ae16b6
static/js/services/constraints.js
@@ -202,6 +202,7 @@
202
hdVideo: isChrome || (isFirefox && version >= 38),
203
// Chrome supports this on Windows only.
204
renderToAssociatedSink: isChrome && $window.navigator.platform.indexOf("Win") === 0,
205
+ vp9: isChrome && version >= 48,
206
chrome: isChrome,
207
firefox: isFirefox,
208
edge: isEdge
static/partials/settings.html
@@ -270,7 +270,7 @@
270
</div>
271
272
273
- <div class="form-group">
+ <div class="form-group" ng-show="supported.constraints.vp9">
274
<label class="col-xs-4 control-label">{{_('Prefer VP9 video codec')}}</label>
275
<div class="col-xs-8">
276
<div class="checkbox">
0 commit comments