-
Notifications
You must be signed in to change notification settings - Fork 55
Description
I’m facing multiple bugs in the latest build:
A. Loading circle not showing at all during starting a file or seeking( as it used to).
B. Seekbar does not show the cached portion, only the playback position.
C. Whenever I open any video, HW is getting selected automatically now (previously HW+ used to be there).
D. If I close a video at a timestamp (e.g., 8:20) and then open a different new video, it open on the same timestamp (8:20) before resetting to its default timestamp.
Picture for cache portion not being showed -
Expected behavior
Loading circle should appear during starting a video or big url file and seeking( like it used too).
Seekbar should display cached/buffered portion.
Decoder automatically selection should remember and remain as before (HW+).
Each new video should start at its own default position, not opening on the timestamp from previous video and then resetting.
Actual behavior
No loading circle shown when starting or seeking files.
Seekbar shows only playback position, no cached/bufferd collected part.
HW is being auto-selected instead of HW+.
New video inherits previous video’s timestamp briefly before resetting.
Additional info-
Device: [ Realme XT ]
Android version: [ 11 ]
App Version: [ Nightly v0.1.6-292 (run/17021737259) ]
Extra Additional info-
This is the latest version i am using:-
https://github.com/abdallahmehiz/mpvKt/actions/runs/17021737259
It was working fine till this version (except for color discoloration):-
https://github.com/abdallahmehiz/mpvKt/actions/runs/16545146718
One good thing is that the 'color discoloration' issue I reported earlier is no longer happening.
Its not happening in all other builds there are after this one-
https://github.com/abdallahmehiz/mpvKt/actions/runs/16545146718
This is the issue i reported- #258