Buffering m3u8 in advance #8992
Unanswered
jmalbarracin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to ensure that, when I programmatically jump to a specific position in my KVS HLS (m3u8) stream, the player buffers at least 5 seconds ahead. So far, I haven’t been able to make this work. Could anyone point me in the right direction?
html5: {
vhs: {
GOAL_BUFFER_LENGTH: 15,
BUFFER_LOW_WATER_LINE: 5,
BUFFER_LOW_WATER_LINE_RATE: 1.5,
BUFFER_HIGH_WATER_LINE: 10,
},
}
Also saw that if video is paused right after paying, it starts buffering, but by default wanted to make sure that when paused, 5s in advanced are loaded.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions