Videos not working on iphone / ipad

Hi,

can anybody tell me why this video is not working on iphone / ipad?

http://www.mischalluch.com/eng/detalle_video.php?seccion=&id_multimedia=192

any idea how can I fix it?

thanks very much.

Hi websalacarta ,

refer this link http://www.w3schools.com/html5/tag_video.asp it will help to solve your problem

Sorry, I´m not sure how can that help me.

On my site, I have 3 different formats for each video: .mov, .3gp, .m4v

must I choose one if it´s a computer and another one if it´s an iphone/ipad?
how could I do that?

thanks

You only really need one format, mp4 encoded using the h.264 codec. You need to restrict the h.264 encoding to baseline/ level 3.0 to remain compatible.

First you check your video format. Which video format support your iPhone. Then downlown this format video. You can play it.

If you are going to be using HTML5 video tag for the video (Which I do suggest). Then you do need all the different video formats. As android plays .mp4, iOS .mov. But it might also play .mp4 if I remember correctly. But firefox does not support .mp4 and it will need to be .webm.

iOS (and most 'droids) play h.264 encoded content; .mp4 and .mov are just container formats. AFAIK they both are handled properly so long as you are using a supported encode.

is it possible to play all type of format like .avi,.mov,.mp4 in iphone,android. which player support this all format.

is it possible to integrate into my site with real player

No, real player is flash, so it will not work on iOS. You will need to do it with html5 to make sure it works on both

is it possible to play video on a page itself without take it to the full screen?

Tip#
When posting links for mobile devices use a QR code.
It saves a lot of fiddly typing and is much quicker.

![](upload://qd3628NNm3QCQse2JdMpdXboNRs.png)

Please check out the great blog post http://www.sitepoint.com/how-to-embed-video-using-html5/

This discusses many of the issues with codecs and graceful degradation.

It may prove to be helpful.

Regards,
Steve

No, the device is hard-wired to play a video fullscreen. Perhaps it can be done in a iFrame, but I’m not sure…

You need to get it working on the web site in the first place. I don’t see the video in Firefox, for instance. Google Chrome developer tools returned this error message:

Failed to load resource: the server responded with a status of 403 (Forbidden) http://www.mischalluch.com/videos

If videos not working on your iPad or iPhone then it is clear that your device doesn’t support the video file format. In order to make them playable on your iPad device you need to convert them to iPad supportable format. For this purpose you need any effective third-party iPad Video Converter which could convert your videos to iPad compatible formats so that you could execute the videos on your iPad. With the help of third-party converter you can also edit your videos while converting and can also extract audio form video.

<snip>Links to products/services not allowed</snip>

Yes some great tools to do this are FFMPEG and Handbrake you can find these in google and they are completely free and powerful converters.