RTP/RTSP直播在网页上显示
在 Web 应用程序(类似 VideoWall)中显示来自监控摄像头的多个实时流(因此需要低延迟)的最佳解决方案是什么?
就我个人而言,我正在考虑两种可能的解决方案,但我无法在它们之间进行选择: 1) 开发一个自定义的 Firefox 插件,使用 ffmpeg 获取和解码视频流 2) 依靠 HTML5 在摄像机和 Web 应用程序之间插入一个层来转码/重新传输视频流(可能使用 http 实时流)
要求与 RTSP 上的 H.264 和 RTP 上的 Mpeg-4 兼容,当然,低延迟且不损失视频质量。
谢谢 安德里亚
What is the best solution to display multiple live streams from a surveillance camera (so low latency is a requirement) in a web application (VideoWall-like)?
Personally I'm thinking about two possible solutions, but I can't choose between them:
1) Develop a custom Firefox plugin that uses ffmpeg to acquire and decode the video streams
2) Rely on HTML5 inserting a layer between the cameras and the web application that transcodes/restreams the video streams (probably using http live streaming)
The requirements are compatibility with H.264 over RTSP and Mpeg-4 over RTP and, of course, low latency and no loss on video quality.
Thanks
Andrea
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论