anilbeesetti / nextplayer

An Android native video player
GNU General Public License v3.0
1.31k stars 60 forks source link

Performance not optimal for certain videos #525

Open xd003 opened 11 months ago

xd003 commented 11 months ago

There are some inherent issues affecting the overall performance of the app

The very first issue that i noticed is that, when i playback and video and try seeking forward, it literally loads for whole 1- 2 seconds before playing the video. i wonder why this is happening, its not network stream but pure local videos, it should be super instant. Its more apparent in certain videos than the others

Secondly, i noticed that 4k 60 fps video captured from my device's camera is very laggy, jittery, playing at a very low fps for some reason. It plays fine in other video players for reference. I don't really know if any codec issue or something.

anilbeesetti commented 11 months ago

Thank you @xd003 for reporting. I'll work on improving the mentioned issues soon