fregante / iphone-inline-video

📱 Make videos playable inline on the iPhone (prevents automatic fullscreen)
https://npm.im/iphone-inline-video
MIT License
2.06k stars 298 forks source link

Small issue with loading #80

Closed maltejanosch closed 7 years ago

maltejanosch commented 7 years ago

I have everything set up and the video does play inline. The problem, that I have now, is that the audio plays fine, but the video isn't running smooth. It looks like it's trying to buffer, even though the video is fully loaded.

Example: [https://www.ohraacties.nl/ohra2/welkomstvideo/test.html]

Has anyone encountered this issue before, or has an idea where the problem could be?

hugohow commented 7 years ago

I have the same problem with VideoJS

maltejanosch commented 7 years ago

I found a little Hack solution to fix the problem.

I just disabled the "buffer circle" animation and it fixed the issue. This isn't completely fixing the issue, but at least it is working for me now!

fregante commented 7 years ago

Thanks for reporting back! I've been quite busy to investigate this issue further 😅

maltejanosch commented 7 years ago

No Problem, have you seen the issue before? I am not sure if the problem is connected to my code or to yours. But because turning off the buffer wheel fixed the issue for me, I believe it was my code that had a problem!

fregante commented 7 years ago

No but IIV doesn't cover the entire HTMLMediaElement API that VideoJS might depend on to work correctly.