html5(非直播)真正的流媒体/点播
我了解您可以提供 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是答案,但我建议尝试一次解决一个问题。
示例:
问:我可以通过 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)