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
197 stars 31 forks source link

macos seek gets stuck or seek is delayed #130

Closed abdelaziz-mahdy closed 3 months ago

abdelaziz-mahdy commented 3 months ago

Describe the bug sometimes multiple seeks gets stuck i think, like if requested alot of seeks it waits for sometime then seeks and sometime audio is out of sync and video is stuck

maybe related to this one https://github.com/wang-bin/fvp/issues/117

i was able to produce it on macos, dont know if happens on other platforms or not Expected behavior seeks without a problem and maybe ignore same seek ?

Log https://justpaste.it/ehi4k

wang-bin commented 3 months ago

if seeking can completed after a few seconds, it's not a bug, maybe download speed is low

abdelaziz-mahdy commented 3 months ago

will recheck and let you know if its really a problem