Browse Source

Move blacklistDuration README entry (#1081)

pull/6/head
Garrett 8 years ago
committed by GitHub
parent
commit
c6fc5529a3
  1. 18
      README.md

18
README.md

@ -274,15 +274,6 @@ is true, if the platform supports Media Source Extensions
videojs-contrib-hls will take over HLS playback to provide a more
consistent experience.
##### blacklistDuration
* Type: `Number`
* can be used as an initialization option
When the `blacklistDuration` property is set to a time duration in seconds,
if a playlist is blacklisted, it will be blacklisted for a period of that
customized duration. This enables the blacklist duration to be configurable
by the user.
__NOTE__: If you use this option, you must also set
`videojs.options.html5.nativeAudioTracks` and
`videojs.options.html5.nativeVideoTracks` to
@ -290,6 +281,15 @@ __NOTE__: If you use this option, you must also set
streams with alternate audio and requires additional capabilities only
supported by non-native tracks in video.js.
##### blacklistDuration
* Type: `number`
* can be used as an initialization option
When the `blacklistDuration` property is set to a time duration in seconds,
if a playlist is blacklisted, it will be blacklisted for a period of that
customized duration. This enables the blacklist duration to be configured
by the user.
### Runtime Properties
Runtime properties are attached to the tech object when HLS is in
use. You can get a reference to the HLS source handler like this:

Loading…
Cancel
Save