如何使用VideoMixinRenderer9合并实时视频流?

发布于 2024-08-31 17:06:54 字数 133 浏览 3 评论 0原文

我想将多个直播流合并为一个流。所以我的代码将采用多个流作为输入&组合后它将提供单个流作为输出。

我创建了一个应用程序,它将多个视频文件作为输入和输出。在单个视频中展示它们。

等待回复。

-沙申克

I want to combine multiple live streams in single stream. So my code will take multiple streams as input & after combining it will provide single stream as output.

I have created an application which takes multiple video files as input & shows them in single video.

Waiting for reply.

-Shashank

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

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

发布评论

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

评论(1

古镇旧梦 2024-09-07 17:06:54

从 VMR 获得混合输出的唯一方法是实现自定义分配器/呈现器。然后您将可以访问包含用于输出的混合图像的表面。

The only way you can get mixed output from the VMR is to implement a custom allocator/presenter. Then you will get access to the surface containing the mixed image for output.

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