适用于嵌入式设备的视频会议堆栈

发布于 2024-09-19 07:42:02 字数 85 浏览 7 评论 0原文

我正在寻找可以在嵌入式设备上运行的视频会议堆栈。摄像头将通过 USB、硬件视频加速和以太网连接。我们正在运行 linux &直接fb。有什么建议吗?

I am looking for a video conferencing stack that I can run on an embedded device. Cam will be connected through USB, hw video acceleration and ethernet is available. We are running linux & directfb. Any suggestions?

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

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

发布评论

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

评论(1

万劫不复 2024-09-26 07:42:02

Gstreamer 可能是一个选择。它是一个 C 堆栈,并且在嵌入式硬件上用于类似的目的(我认为),即 TI的达芬奇处理器。

我不知道它在这样的硬件上有效使用或可用的程度如何。然而,Gstreamer 实际上拥有视频和音频所需的所有组件
混合和流媒体。

由于它是一个管道/模块化方法,您可以在任何阶段插入 gstreamer,即将视频采集/压缩保留为自定义代码,并且仅将应用程序的 RTP 端用于 gstreamer。或者您可以编写一个自定义压缩插件,并将“标准”gstreamer 应用程序与您的自定义硬件加速硬件一起使用。

Gstreamer might be an option. It is a C stack, and it is used for a similar purpose (I think) on embedded hardware, ie TI's davinci processor.

I don't know to which extent it is effectively used or useable on such hardware. However, Gstreamer effectively has all the component needed for video and audio
muxing and streaming.

Since it is a pipelined / modular approch, you can plug into gstreamer at any stage, ie keep the video acquisition / compression as custom code, and only use the RTP side of your app to gstreamer.Or you can write a custom compression plugin, and use "standard" gstreamer apps with your custom hardware accelerated hardware.

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