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

How to start the player from a given location? #41

Closed nmalancea closed 2 years ago

nmalancea commented 2 years ago

What is the right way to start the player from a given location in the video?

nmalancea commented 2 years ago

I think I found the answer. This seems to work:

playerRef.current.currentTime = 10