如何通过HTML5流式传输视频? [英] How to stream videos through HTML5?

查看:366
本文介绍了如何通过HTML5流式传输视频?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要通过HTML5流式传输视频。这可能吗,有没有任何免费资源可以尝试进入我自己的应用程序?
谢谢!

I need to stream videos through HTML5. Is that possible, are there any free sources to try that into my own application? Thanks!

推荐答案

如果你的意思是只提供像Youtube或任何其他视频网站的视频,你只需使用< video> 元素来传递它。它非常像显示图像(JPEG)。它只是逐步下载到用户的浏览器。有关潜入HTML5视频的更多详情。

If you mean just deliver video like Youtube or any other video site, you just use the <video> element to deliver it. Its pretty much like displaying an image (JPEG). Its just progressively downloaded to the user's browser. More details about Video at Dive into HTML5.

但是,如果您的意思是实时流或流式传输给用户,以至于它没有真正下载,我相信如果不使用像Flash Player客户端和流媒体服务器后端这样的解决方案,目前还没有办法做到这一点 - Flash Media服务器,WowzaMedia,Red5等等。

However, if you mean live-stream or streamed to a user such that its not really downloaded, I'm sure there are no way so far to do that without using a solution like a Flash Player client with a streaming server back-end - Flash Media Server, WowzaMedia, Red5, etc, etc.

这篇关于如何通过HTML5流式传输视频?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆