自定义视频流到网页

发布于 2024-09-25 06:32:04 字数 229 浏览 6 评论 0原文

我们有一个定制摄像机,可以将本质上是 jpeg 图像的帧率以 12 fps 传输到我们的软件。我想做的是以尽可能少的努力在网页上显示这个“视频”。

我目前的想法是将图像写出来,让网页收集它们,缓冲几秒钟,然后将一张图像替换为下一张图像,以创建视频的错觉。我不确定这会表现如何。

还有更好的选择吗?它需要免费并且相当快地实施! 我们的核心解码器软件是用 C++ 编写的,我们可以选择使用大多数客户端 Web 技术。

We have a custom video camera that streams what is essentially jpeg images to our software at 12fps. What I would like to do is display this "video" on a web page with as minimal effort as possible.

My current thinking is to write the images out and have the web page collect them, buffer up a few seconds worth then essentially swap one image for the next to create the illusion of video. I'm not sure how well this will perform though.

Are there any better options out there? It needs to be free and fairly quick to implement!
Our core decoder software is written in C++ and we have the option of using most client side web technologies.

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

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

发布评论

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

评论(1

っ〆星空下的拥抱 2024-10-02 06:32:04

Had a similar problem an found this : http://sourceforge.net/projects/mjpg-streamer/, it should do what you are looking for.

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