HTML5 流媒体视频 - 这可能吗?
是否可以使用 HTML5 的 video 标签并将其连接到 RMTP 流?谢谢。
Is it possible to use HTML5's video tag and connect it to an RMTP stream? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不可以。虽然 HTML5 视频规范没有定义应使用哪些编解码器,但目前浏览器仅支持 H.264 和 WebM。
RTMP 使用不同的编解码器,因此截至 2010 年 3 季度,任何浏览器都不支持它。 (此外,RTSP 是一种在 HTTP 旁边工作的协议,而不是在 HTTP 之上工作。RTSPT(“RTSP over HTTP”)理论上可以在未来得到支持,或者通过某种插件得到支持,但这不太可能发生)
No. Although the HTML5 video specs don't define what codecs should be used, currently browsers only support H.264 and WebM.
RTMP uses a different codec, so no, it's not supported by any browser, as of 3Q/2010. (also, RTSP is a protocol that works beside HTTP, not on top of it. RTSPT ("RTSP over HTTP") could be theoretically supported in the future or through some sort of plugin, but it's unlikely to happen)