hls.js
hls.js copied to clipboard
Playback stalling at @59.598812 due to low buffer
What do you want to do with Hls.js?
I see this error while attempting to play live stream from cctv camera.
Playback stalling at @59.598812 due to low buffer (buffer=0.4007879999999986)
What have you tried so far?
<ReactHlsPlayer
src="http://10.0.4.201/video.m3u8"
autoPlay={true}
controls={true}
width="600px"
height="500px"
playerRef={playerRef}
hlsConfig={{
liveDurationInfinity: true,
maxBufferHole: 0.7,
debug: true
}}
/>
Please fill out the Bug Report Template as part of your issue, making sure to include:
- Test stream/page (if possible)
- Steps to reproduce
- Expected behavior
- Actual behavior
If the issue is related to your stream, and you cannot share the stream, please include all the information we would need to reproduce the issue. This includes how to generate a stream that reproduces the issue.
Closing due to inactivity. Please use the bug report template if you would like to reopen the issue.