aniyomi-mpv-beta icon indicating copy to clipboard operation
aniyomi-mpv-beta copied to clipboard

player is downloading whole video in its buffer

Open himanshu8443 opened this issue 2 years ago • 2 comments

The player is downloading the whole episodes in buffer it consumed all of my data

himanshu8443 avatar Jul 24 '22 12:07 himanshu8443

the player definitely shouldn't buffer the whole video... the player chaches 64MB on newer android devices, 32 MB otherwise: https://github.com/jmir1/aniyomi-mpv-lib/blob/master/app/src/main/java/is/xyz/mpv/MPVView.kt#L110

jmir1 avatar Jul 24 '22 14:07 jmir1

The player is downloading the whole episodes in buffer it consumed all of my data

Actually what's really happening is that the progress bar and animation for same is not working for some reason.

Though it looks like buffering the episode is actually downloading and it also gets completed if you wait for an appropriate amount of time i.e. the amount of time based on your connection speed.

sinnghabhay80 avatar Jul 26 '22 20:07 sinnghabhay80