Skip to content

Commit

Permalink
config defaults: set maxBufferHole to 15 second
Browse files Browse the repository at this point in the history
(otherwise we can not assume to pass the test on the approx 10 sec hole
in one of the test-streams https://s3.amazonaws.com/bob.jwplayer.com/%7Ealex/123633/new_master.m3u8)
  • Loading branch information
tchakabam authored and Rob Walch committed Nov 27, 2019
1 parent d38666c commit d1492c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export const hlsDefaultConfig: HlsConfig = {
initialLiveManifestSize: 1, // used by stream-controller
maxBufferLength: 30, // used by stream-controller
maxBufferSize: 60 * 1000 * 1000, // used by stream-controller
maxBufferHole: 0.5, // used by stream-controller
maxBufferHole: 15, // used by stream-controller

lowBufferWatchdogPeriod: 0.5, // used by stream-controller
highBufferWatchdogPeriod: 3, // used by stream-controller
Expand Down

0 comments on commit d1492c5

Please sign in to comment.