What audio file types (e.g., mp3, ogg) are supported by Mobile Safari and HTML5 iOS web apps?

天涯浪子 提交于 2020-01-02 07:57:09

问题


There are many SO questions about playing audio files on Mobile Safari, but searching on SO and Google doesn't yield a comprehensive, updated list of audio files supported on Mobile Safari.

Anyone know what the current list of supported audio files is?

We're building a web app for the iPhone.

Thanks!


回答1:


Here's the most recent list of supported media types, last updated in July 2011:

Safari on the desktop supports any media the installed version of QuickTime can play. This includes media encoded using codecs QuickTime does not natively support, provided the codecs are installed on the user’s computer as QuickTime codec components.

Safari on iOS (including iPad) currently supports uncompressed WAV and AIF audio, MP3 audio, and AAC-LC or HE-AAC audio. HE-AAC is the preferred format.

Safari on iOS (including iPad) currently supports MPEG-4 video (Baseline profile) and QuickTime movies encoded with H.264 video (Baseline profile) and one of the supported audio types.

iPad and iPhone 3G and later support H.264 Baseline profile 3.1. Earlier versions of iPhone support H.264 Baseline profile 3.0.

Found here:

http://developer.apple.com/library/safari/#documentation/AudioVideo/Conceptual/Using_HTML5_Audio_Video/Device-SpecificConsiderations/Device-SpecificConsiderations.html#//apple_ref/doc/uid/TP40009523-CH5-SW1




回答2:


Apple has an excellant documentation about web apps and iOS : http://developer.apple.com/library/IOS/#documentation/AppleApplications/Reference/SafariWebContent/CreatingContentforSafarioniPhone/CreatingContentforSafarioniPhone.html => Use Supported iOS Rich Media MIME Types



来源:https://stackoverflow.com/questions/7780282/what-audio-file-types-e-g-mp3-ogg-are-supported-by-mobile-safari-and-html5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!