etianen / html5media

Enables <video> and <audio> tags in all major browsers.
http://html5media.info/
GNU General Public License v3.0
1.28k stars 384 forks source link

mobile video cant played (os ios) #66

Closed panlita closed 8 years ago

panlita commented 8 years ago

video src like this www.xxx.com/video/video123456; (some thing strange is that video file with no suffix). window chrome /fire fox/IE & android chrome could worked fine.

but on ios phone/ipad video cant played. help maybe.

thanks.

etianen commented 8 years ago

Have you worked through this: https://github.com/etianen/html5media/wiki/Embedding-video#providing-a-version-for-mobile-phones

fanfavorite commented 8 years ago

This is an iOS issue and not script related. iOS is weird when it comes to video URL's without the extension. If you can include the extension, do so, otherwise try to search for iOS bugs related to this on the web. There are workarounds that might work for you.

etianen commented 8 years ago

Closed, after @fanfavorite explains things!