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:
Accessing the same file hosted on IIS7 works fine from Safari on IOS.
链接地址: http://www.djcxy.com/p/64352.html