-
Notifications
You must be signed in to change notification settings - Fork 39
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
Player pauses when trying to play Video in iOS #36
Comments
I'll take a look! |
@ysulyma did you get time to look into the issue? it would be very helpful if you could check the issue as fast as possible. |
@anishg-cn not yet, will attempt to fix tomorrow evening |
@anishg-cn does your video have audio? If so, it is impossible to have it start playing without a user interaction (e.g. clicking), due to the Web Autoplay Policy. The recommended solution is to remove the audio track from the video and merge it with whatever |
@ysulyma but it works in android and pc, only issue in iOS? |
@ysulyma also user interacts by clicking the play button in the player, so shouldn't it work after that? |
Also note iOS can only play one channel of audio at a time so you'd need to do the audio extraction trick anyway. It may be possible to work around this using the Web Audio API, however that is complex and I haven't tried it yet. See the following: |
The scenario is, there is a Video element which starts at, let's say, 5 second. So, the video plays fine for 5 seconds and suddenly it pauses and never starts again, until manually played again.
This happens in iOS Chrome (and maybe Safari as well).
I think the issue might be the following:
@ysulyma can you please let me know how to fix this?
The text was updated successfully, but these errors were encountered: