Open rahul-sysquare opened 3 months ago
IIRC ExoPlayer tells developer to simply seek the Video to the starting point and call play
again. Please try that.
How we can seek in your library? can you share code snippet?
Given that you have the Playback
instance, calling playback.rewind()
should do it.
Hi,
I am showing a "play again UI" after the video ends. I want to replay video on tap of play again button. How I can do that?
I'm using tag and when video ends the state is not resetting so I'm not able to replay video.