wang-bin / fvp

Flutter video player plugin for all desktop+mobile platforms. download prebuilt examples from github actions. https://pub.dev/packages/fvp
BSD 3-Clause "New" or "Revised" License
126 stars 20 forks source link

m3u8 seeking/reseeking issue #35

Closed hungryemon closed 8 months ago

hungryemon commented 9 months ago

.m3u8 videos once seeked, can't reseek until previous seekpoint video fully loads. the seekslider goes to previous point always.

wang-bin commented 9 months ago

try the latest code. finally will go to the last seek position.

hungryemon commented 9 months ago

still a bit buggy in seekbar

wang-bin commented 9 months ago

not all seek requests will be dropped, for example an executing seek request. so the seek bar progress will go to a previous position. if it's not a network stream, the result pretty good. what behavior do you expect?

wang-bin commented 8 months ago

fixed in the latest version