the movie automatically start when loading #1328
Unanswered
YasuakiHaraP
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Steps to reproduce
I want to stop playback when I load an HLS (MPEG-TS) Playlist with better_player.
Expected results
Player display the frame of Duration.zero.
Player is PAUSE state.
Actual results
If the video is less than one minute long, the player will stop playback after running setupDataSource.
However, if the video is long, the player will automatically start playing after running setupDataSource.
Similarly, long videos will automatically start playing when seeking.
This phenomenon only occurs on iOS, not Android.
How can I prevent a long video from automatically playing when seeking when loading it on iOS?
Code sample
Beta Was this translation helpful? Give feedback.
All reactions