devcshort / react-hls

Simple React component for playing hls/rtmp live streams.
https://www.npmjs.com/package/react-hls-player
MIT License
118 stars 48 forks source link

Playback stalling at @59.598812 due to low buffer #38

Closed arikadiusz closed 2 years ago

arikadiusz commented 2 years ago

I see this error when streaming live cctv cam. It buffers first 50s or so then fails.

Playback stalling at @59.598812 due to low buffer

 <ReactHlsPlayer
        src="http://10.0.4.201/video.m3u8"
        autoPlay={true}
        controls={true}
        width="600px"
        height="500px"
        playerRef={playerRef}
        hlsConfig={{
          liveDurationInfinity: true,
          debug: true
        }}
      />

image