abdelaziz-mahdy / flutter_meedu_videoplayer

Cross-Platform Video Player for flutter
https://abdelaziz-mahdy.github.io/flutter_meedu_videoplayer/
MIT License
132 stars 69 forks source link

The default displayed progress bar and the position after starting playback are inconsistent! #165

Closed AnonymHK closed 10 months ago

AnonymHK commented 10 months ago

The playback progress bar will move its position after starting playback! I tried to find the problem, but failed! The issue with the playback progress bar at the bottom of the M3u8 with qualities example is very obvious! When the video content is within 15 seconds, the progress bar becomes a dot by dot interval.... Please help correct it!

abdelaziz-mahdy commented 10 months ago

Are you using latest version? The dot by dot should be fixed

Also on what platform?

AnonymHK commented 10 months ago

Yes, I am using the latest version. I discovered this issue a long time ago, but I overlooked it. Now, some users have reported this issue, so I am trying to fix it! On the Android platform, you can see an example of running m3u8 directly!

The following is my adjusted effect, the original player has a larger range of movement! But I still couldn't handle it properly!

GIF 2023-8-21 星期一 4-01-36

abdelaziz-mahdy commented 10 months ago

Yes, I am using the latest version. I discovered this issue a long time ago, but I overlooked it. Now, some users have reported this issue, so I am trying to fix it! On the Android platform, you can see an example of running m3u8 directly!

GIF 2023-8-21 星期一 4-01-36

Ok I get it now, I will see what causes the shifting

AnonymHK commented 10 months ago

I suggest that the progress bar in the middle be displayed by default! Otherwise it would be a bit abrupt! After obtaining the video duration information, update the left and right duration information!

abdelaziz-mahdy commented 10 months ago

Yes I think that's the cause of the shifting it self since that is the only thing not rendered in the above video, you can make a pr if you would like, and if not I will try to do it next weekend

AnonymHK commented 10 months ago

I'm trying to fix it!

abdelaziz-mahdy commented 10 months ago

new release is fixed in it