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

Player start playing from start every time there is a state update with useSate #45

Open piyushmani opened 1 year ago

mikhail-fedosenko commented 1 year ago

I suppose it's because new playerRef is created each time the component is rendered, which spoils React optimization... Found just looking the source code: https://github.com/devcshort/react-hls/blob/master/src/index.tsx#L13