itszechs / DriveStream

Stream video files from Google drive
Apache License 2.0
283 stars 29 forks source link

Bug in save last position #90

Closed Learner00100 closed 1 year ago

Learner00100 commented 1 year ago

From recent code. If we play a movie using exoplayer and exit in half runtime, then again playing the same using exoplayer it start from beginning, as exoplayer not saving the last position properly.

But if we play a movie 1st using mpv, then exit at half runtime, then it resume from that position in both mpv also exoplayer.

itszechs commented 1 year ago

Hey, thanks for reporting this bug. It has been fixed, can you try patch-remember-playback branch and confirm?

Learner00100 commented 1 year ago

@itszechs I'm away from my pc, will complie and tell later If need to test urgent , you may share apk of that branch,so that test now and tell

itszechs commented 1 year ago

No worries, will be waiting for your response. Thank you.

Learner00100 commented 1 year ago

No worries, will be waiting for your response. Thank you.

Checked the bug is cleared. Thanks You can merge with main branch.

itszechs commented 1 year ago

Thanks mate!