Skip to content

Commit

Permalink
Minor clarification of exactly what occurs at initialLiveManifestSize.
Browse files Browse the repository at this point in the history
Co-authored-by: Rob Walch <[email protected]>
  • Loading branch information
itsjamie and robwalch authored Oct 2, 2020
1 parent f922721 commit cb5ebdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ If sampling rate is less or equal than 22050 Hz, then hls.js assumes it is HE-AA

(default 1)

number of segments needed to start a playback of Live stream. Playback will begin after N chunks regardless of ```liveSyncDurationCount``` - if you want playback to be ```liveSyncDurationCount``` chunks from the live edge at the beginning of a stream, set this to ```liveSyncDurationCount``` or higher.
number of segments needed to start a playback of Live stream. Buffering will begin after N chunks are available in the current playlist. If you want playback to begin `liveSyncDurationCount` chunks from the live edge at the beginning of a stream, set `initialLiveManifestSize` to `liveSyncDurationCount` or higher.

### `maxBufferLength`

Expand Down

0 comments on commit cb5ebdf

Please sign in to comment.