问题描述
b
HTML5是否支持直播视频?如果是,支持什么格式。
我可以像下面这样使用
<视频控制> < source src =" http://live-streaming-url/video.ogv"类型= QUOT;视频/ OGG"> < source src =" http://live-streaming-url/video.mp4"类型= QUOT;视频/ MP4">视频不支持< / video>
$
是否正确方法我搜索了很多网站我没有得到答案。请给我答案
Hi,
HTML5 will support Live streaming video or not? If yes what supports what the format.
can i use like below
<video controls> <source src="http://live-streaming-url/video.ogv" type="video/ogg"> <source src="http://live-streaming-url/video.mp4" type="video/mp4"> video not supported </video>
Is it Corrrect Method i search many sites i am not get answer.please give me the answer
推荐答案
请详细说明您网站页面或mashup的链接...我们需要查看您的完整标记/脚本给出一个明确的答案(你可能正在使用第三方垫片或有标记错误)。
Please give details of link to your website page or a mashup...we need to see your full markup/scripting to give a definate answer (you may be using third-party shims or have markup errors).
视频支持详情可以在本论坛顶部提供的链接中找到
video support details can be found in the links provided at the top of this forum
帮助自己...
MP4容器,H.264视频,基线,主要和高配置文件 - AAC或MP3中的音频
MP4 container, H.264 video, Baseline, Main, and High profiles—audio in AAC or MP3
WebM视频,如果你安装了VP8编解码器
WebM video, if you have the VP8 codec installed
它可能是"Internet选项"的"高级"选项卡上的设置,也可能是IE安全设置....
it may be a setting on the Advanced tab of Internet Options, or your IE Security settings....
这些是公共论坛......
these are public forums...
这篇关于HTML5支持直播视频?如果是什么格式请提供详细信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!