html5(非直播)真正的流媒体/点播

发布于 2024-11-09 14:21:18 字数 593 浏览 0 评论 0原文

我了解您可以提供 HTML5

太棒了!现在如何设置流呢?

需要明确的是,我不想流式传输实时视频,只是对现有媒体/视频文件进行编码和流式传输。想想 Flash Media Server(我已经有一个 Flash 路由的工作示例)。我想知道如何设置流媒体服务器后端,以便在所有不同的浏览器(H.264/Ogg/WebM)中为 HTML5 视频提供所有正确的编解码器,

我正在寻找 FFServer?或者可能是 VLC 的新 VOD 功能,用于通过 RTSP 以 H.264(Safari、Flash)进行流式传输。可能是 Ogg 视频的 Icecast 服务器?这可能吗?目前是否有此类 html5 VOD 真实流媒体的工作示例?

I understand you can feed the HTML5 <video> element RTP/RTSP video streams.
Streaming via RTSP or RTP in HTML5

Great! Now how would one go about setting up the stream?

To be clear, I'm not looking to stream live video, just encode and stream existing media/video files. Think Flash Media Server (I have a working example of the Flash route already). I'm wondering how to approach setting up the streaming server backend to serve up all the right codecs for HTML5 video in all different browsers (H.264/Ogg/WebM)

I'm looking at maybe FFServer? Or possibly the new VOD feature for VLC for streaming in H.264 (Safari, Flash) over RTSP. Possibly Icecast server for the Ogg video? Is this even possible? Are there currently any working examples of this type of html5 VOD true streaming in the wild?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦途 2024-11-16 14:21:19

这不是答案,但我建议尝试一次解决一个问题。

示例:

问:我可以通过 HTML 5“视频”标签从 Flash Media Server 进行流传输吗?

答:不可以,但可以进行渐进式下载。 (参考:http://forums.adobe.com/thread/855764

This is no answer, however I would suggest trying to solve one problem at a time.

Example:

Q: Can I stream from Flash Media Server via HTML 5 "video" tag?

A: No, but progressive download is possible. (Reference: http://forums.adobe.com/thread/855764)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文