码迷,mamicode.com
首页 > Web开发 > 详细

html5中video视频只有声音没有图像

时间:2017-05-17 11:46:49      阅读:321      评论:0      收藏:0      [点我收藏+]

标签:image   csharp   highlight   ide   .com   har   声音   html5   logs   

解决方案:

1、使用视频标签;

<video width="352" height="264" controls autobuffer>
    <source src="video/hjh.mp4" type=‘video/mp4; codecs="avc1.42E01E, mp4a.40.2"‘></source>
</video>

 

2、使用格式工厂更改视频编码格式 为H264。

技术分享

改成如下:

技术分享

<video width="352" height="264" controls autobuffer>
    <source src="video/hjh.mp4" type=‘video/mp4; codecs="avc1.42E01E, mp4a.40.2"‘></source>
</video>

html5中video视频只有声音没有图像

标签:image   csharp   highlight   ide   .com   har   声音   html5   logs   

原文地址:http://www.cnblogs.com/xiaobudong/p/6866378.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!