Browse Source

Add bandwidth option to README (#1082)

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

9
README.md

@ -33,6 +33,7 @@ Maintenance Status: Stable
- [useCueTags](#usecuetags)
- [overrideNative](#overridenative)
- [blacklistDuration](#blacklistduration)
- [bandwidth](#bandwidth)
- [Runtime Properties](#runtime-properties)
- [hls.playlists.master](#hlsplaylistsmaster)
- [hls.playlists.media](#hlsplaylistsmedia)
@ -290,6 +291,14 @@ 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.
##### bandwidth
* Type: `number`
* can be used as an initialization option
When the `bandwidth` property is set (bits per second), it will be used in
the calculation for initial playlist selection, before more bandwidth
information is seen by the player.
### 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