html - 微信端video标签播放mp4视频,安卓端提示视频解析错误
PHP中文网
PHP中文网 2017-04-17 15:15:50
0
2
1742

微信端video标签播放mp4视频,安卓端提示视频解析错误

PHP中文网
PHP中文网

认证0级讲师

reply all(2)
伊谢尔伦

I have encountered this before. The reason at that time was that I was using the test version of tbs, and the parsing failed for no reason. Not only H5, but also the video in the image and text failed to parse, so I suggest you rule out this reason first. (You can try another machine or go to the pictures and texts with embedded videos to see it); if it is a tbs problem, you can go to http://debugtbs.qq.com/ to change the kernel and try again (make sure to open it with WeChat, then clear the TBS kernel + clear DebugTbs Plug-in and restart, then it will exit and restart, then come in and click Install Online TBS Kernel).

If you are sure that it is not the cause of the TBS kernel, please post the code and have a look~

PHPzhong

Excuse me, why are WeChat videos playing on Android phones always parsing exceptions
<video width="90%" height="auto" controls="controls" class="video-bt" style="margin-left: 5%;margin-top:20px;">
<source src="video/didi.mp4" type="video/mp4">
<source src="video/didi.ogv " type="video/ogg">
<source src="video/didi.webm" type="video/webm">
</video>
Developers on WeChat The platform can be used, but when playing on an Android phone, an exception occurs

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