如何在GStreamer中同时播放音频和视频?
除了 playbin/playbin2 之外,如何在 GStreamer 应用程序中一起播放音频和视频?
解复用后如何在音频接收器中播放音频并在视频接收器中播放视频?
请回复。如果可能请给出一个代码示例。 提前致谢。
How I can play audio and video together in GStreamer application except playbin/playbin2 ?
after demuxing how I can play audio in audio sink and video in video sink ?
Please reply.If possible please give one code example.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是 ogg 文件的示例
Here's an example of an ogg file
使用 C 语言对我来说效果很好:
使用命令编译:
执行:
有关此代码的更多信息,请参阅本文:
<一href="https://poemdear.com/2019/08/13/%E5%8C%85%E5%90%AB%E9%9F%B3%E9%A2%91%E5%92%8C%E8% A7%86%E 9%A2%91%E7%9A%84ogg%E6%96%87%E4%BB%B6%E7%9A%84%E6%92%AD%E6%94%BE-gstreamer%E5%AE%9E% E7%8E%B0/" rel="nofollow noreferrer">点我
It works fine for me by using C language:
Compile with command:
Execute:
More information about this code in this article:
click me