0

Is there any library that sequences images and audio playback? I'm guessing that's the only way this could work..

Which picture formats would work best? I'm guessing that pictures wouldn't be as compressed as a video, but this example loads instantly for me:

Demo: Autoplay Inline Video iOS

Planning to just convert the video with ffmpeg. Any knowledge and advice would be great before I get started. Thanks

neaumusic
  • 10,027
  • 9
  • 55
  • 83

1 Answers1

0

I believe that since iOS 6.1 you can no longer autoplay videos.

Referring to this stackoverflow post

"Apple has made the decision to disable the automatic playing of video on iOS devices, through both script and attribute implementations.

In Safari, on iOS (for all devices, including iPad), where the user may be on a cellular network and be charged per data unit, preload and auto-play are disabled. No data is loaded until the user initiates it." - Apple documentation.

Community
  • 1
  • 1
  • Yea but there are workarounds, somehow. I worked in ad tech and we were thinking to sequence images. The link I sent shows working video – neaumusic May 31 '16 at 02:45