[FFmpeg-user] Anyone know why this MP4 video doesn't display on iPad?

Jonathan Isom jeisom at gmail.com
Wed Aug 1 01:03:58 CEST 2012


On Tue, Jul 31, 2012 at 5:11 PM, Orbisoft Support
<inbox.mirror.orbisoft at gmail.com> wrote:
> The following page video I have works on my PC (Chrome) but not on an iPad.
>
> http://www.gertes.com/t/test001.aspx http://www.gertes.com/t/test001.aspx
>
> It has the following HTML5 video tag:
>
> <video autoplay="autoplay">
>   <source src="video.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'
> />
> <video>
>
> Anyone know why the movie doesn't play?
>
I don't think mobile safari supports the autoplay option. I got it to
play if I change it to

 <video controls="controls" autoplay="autoplay" >

and tapped the video play button.


Later

Jonathan

>
>
> --
> View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Anyone-know-why-this-MP4-video-doesn-t-display-on-iPad-tp4652192.html
> Sent from the FFmpeg-users mailing list archive at Nabble.com.
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user


More information about the ffmpeg-user mailing list