MP4 plays on Safari 4 (desktop) but not on Safari Mobile (iphone)
- by deb
I'm encoding the video with ffmpeg and displaying it using the HTML 5 video tag. It works fine on Firefox (i'm also providing a ogg version) and Safari 4. However, when I try to open it on the iphone I get a "Cannot Play Movie" error.
Here is the ffmpeg command I'm using:
ffmpeg -y -i movie.mov -acodec libfaac -ar 44100 -ab 96k -vcodec libx264…