Browse Source

Use useNetworkInformationApi in playback.

pull/1822/head
Gabe Kangas 4 years ago committed by GitHub
parent
commit
1199532e18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      webroot/js/components/player.js

1
webroot/js/components/player.js

@ -28,6 +28,7 @@ const VIDEO_OPTIONS = { @@ -28,6 +28,7 @@ const VIDEO_OPTIONS = {
// used to select the lowest bitrate playlist initially. This helps to decrease playback start time. This setting is false by default.
enableLowInitialPlaylist: true,
experimentalBufferBasedABR: true,
useNetworkInformationApi: true,
maxPlaylistRetries: 30,
},
},

Loading…
Cancel
Save