You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Exo-Player video resumes from resumed position and i click on Previous control in Media Player then instead of directly playing previous video it seeks current video to 0 milliseconds and at that time when i click previous it goes to previous video.
What i want is if i am in the middle of video then on clicking on previous it should directly playing previous video instead of resetting current video to start position.
The text was updated successfully, but these errors were encountered:
ojw28
changed the title
How to play previous video on clicking previous in Exoplayer instead of resetting to playbackposition to 0 of same video
UI components: Allow customization of previous/next behavior
Jan 30, 2020
ojw28
changed the title
UI components: Allow customization of previous/next behavior
UI components: Customize previous / next
Jan 30, 2020
This is supported in dev-v2 by the ability to pass a custom ControlDispatcher into UI components, which can do something different than DefaultControlDispatcher which is what now contains the logic for seeking to the start of the current piece of media rather than the start of the previous one.
In the Exo-Player video resumes from resumed position and i click on Previous control in Media Player then instead of directly playing previous video it seeks current video to 0 milliseconds and at that time when i click previous it goes to previous video.
What i want is if i am in the middle of video then on clicking on previous it should directly playing previous video instead of resetting current video to start position.
The text was updated successfully, but these errors were encountered: