From ed51ea3c370d9d2f201099e075aa97edb3f9c0a5 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 1 Nov 2021 10:51:34 -0700 Subject: [PATCH] tweak tweak --- ogv.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/ogv.html b/ogv.html index 7e08159..51fb41d 100644 --- a/ogv.html +++ b/ogv.html @@ -141,12 +141,14 @@ var mse = vp9 && (opus || mp3); if (mse) { // enable streaming plugin - playerConfig.html5.vhs = { - overrideNative: true, - useDevicePixelRatio: true + playerConfig.html5 = { + vhs: { + overrideNative: true, + useDevicePixelRatio: true + }, + nativeAudioTracks: false, + nativeVideoTracks: false }; - playerConfig.html5.featuresNativeVideoTracks = true; - playerConfig.html5.featuresNativeAudioTracks = true; console.log('will do mse'); } else { console.log('wont do mse');