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');