IISExpress HTML5 Video IOS

Can anyone confirm whether there is a bug in IISExpress serving html5 video to IOS devices?

The following example markup:

<video width="320" height="240" controls="">
 <source src="/videos/example.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
</video>

I have:

  • Added the MP4 MIME type
  • opened the port for cross network access
  • confirmed the video will play on any other device/browser apart from Safari on IOS.
  • Accessing the same file hosted on IIS7 works fine from Safari on IOS.

    链接地址: http://www.djcxy.com/p/64352.html

    上一篇: 停止在三星设备上的cordova webview无限缓冲html5视频

    下一篇: IISExpress HTML5视频IOS