-
-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvements to fast forward and rewind #581
Conversation
Seeking in not transcoded files works fine but transcoded files don't, (exoplayer) Below is a "Horrible seeking fix" that seeking works for transcoded files, but when seeking "seek bar" doesn't update until after seeking. I don't understand the logic to make this work, need a smart pill or some help.
libVLC seeking is shit still... |
Please open an issue or pull request instead of commenting on old (closed) issues/pull requests/commits |
But I would like to revert this specific commit as it introduced fancy contiguous fast-forward in the detriment of "not working, bad logic".
I would never do it if it would impede the software improvement. I only comment on old issues when they are wrongly closed so as other devs don't go into the rabbit hole unnecessarily. I'm sorry, if you still consider I need to open a new issue no problem at all. Also thanks to you and every dev working on this project. |
Yeah we prefer new issues, you can link to the old issues/prs/commits that are relevant but it's easier to discuss in new issues. |
Changes
Todo
Issues
Test and see if the FF/Rewind buttons need to increment faster while holding
I believe between this and the player overlay redesign issue #146 could be considered satisfied.
Also I believe issue #18 should be resolved now also.