iphone - java后台输出MP4视频文件,但在IOS中无法用html5播放,其他的设备上都没有问题
怪我咯
怪我咯 2017-04-17 14:19:54
0
3
1200

后台总是包括,提示终端连接

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(3)
黄舟

Tomcat must implement breakpoint resumption

PHPzhong

This needs to be looked at in detail. Generally speaking, the encoding of MP4 should be MPEG or H.264 encoding. Specifically, it depends on whether the IOS system supports it. Although HTML5 adds many features to browsers, the degree of support for it varies on different devices. Need to look at it in detail.

Ty80

Just add two headers

context.Response.Headers.Add("Accept-Ranges", "bytes");
context.Response.Headers.Add("ETag", HashUtil.QuickComputeHash(target));

Reference: http://onoffswitch.net/streaming-video-ios-device-custom-httphandler-asp-net/

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template