如何使用VideoMixinRenderer9合并实时视频流?
我想将多个直播流合并为一个流。所以我的代码将采用多个流作为输入&组合后它将提供单个流作为输出。
我创建了一个应用程序,它将多个视频文件作为输入和输出。在单个视频中展示它们。
等待回复。
-沙申克
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从 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.