mister-ben / videojs-flvjs

Video.js tech using flv.js for FLV playback
https://mister-ben.github.io/videojs-flvjs/
Other
125 stars 31 forks source link

Fast forward video no option request. #28

Closed mazili closed 2 years ago

mazili commented 2 years ago

When i fast forward the video about 5 minutes,the video is always loading. The flvjs document says that an option request will be sent when fast forward video , i used in my demo but it didn't send a request.Is it a question?Looking forward to reply.Thanks!

mister-ben commented 2 years ago

Hi, the actual seekingis handled by flv.js, you should ask there instead. Video.js just passes on the requested currentTime to the video element, and flv.js responds to that.