Quantcast

Anyone know why this MP4 video doesn't display on iPad?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Anyone know why this MP4 video doesn't display on iPad?

Orbisoft Support
The following page video I have works on my PC (Chrome) but not on an iPad.

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?
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Anyone know why this MP4 video doesn't display on iPad?

Jonathan Isom
On Tue, Jul 31, 2012 at 5:11 PM, Orbisoft Support
<[hidden email]> 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
> [hidden email]
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
_______________________________________________
ffmpeg-user mailing list
[hidden email]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Anyone know why this MP4 video doesn't display on iPad?

Orbisoft Support
Thanks Jonathan.

I got http://www.gertes.com/t/test002.aspx to work by doing what you said.

Loading...