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
I'm encountering an issue with replaying a video after it reaches the end. When the video finishes and I try to replay it by calling the controller's togglePlayPause or play methods, the video does not start playing again.
I have also tried using the videoSeekTo(Duration.zero) method, which successfully sets the video's position to the beginning (0), but the video still refuses to start playing.
I am using a custom overlayBuilder for the player, which works correctly in all other scenarios except for this one.
Any guidance on how to resolve this issue would be appreciated.
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
I'm encountering an issue with replaying a video after it reaches the end. When the video finishes and I try to replay it by calling the controller's togglePlayPause or play methods, the video does not start playing again.
I have also tried using the videoSeekTo(Duration.zero) method, which successfully sets the video's position to the beginning (0), but the video still refuses to start playing.
I am using a custom overlayBuilder for the player, which works correctly in all other scenarios except for this one.
Any guidance on how to resolve this issue would be appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: