hls.js icon indicating copy to clipboard operation
hls.js copied to clipboard

Playback stalling at @59.598812 due to low buffer

Open arikadiusz opened this issue 3 years ago • 1 comments

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
        }}
      />

arikadiusz avatar May 17 '22 09:05 arikadiusz

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.

robwalch avatar Jul 14 '22 17:07 robwalch

Closing due to inactivity. Please use the bug report template if you would like to reopen the issue.

robwalch avatar Jan 06 '23 03:01 robwalch