无论如何使用 GStreamer 发送 Linear PCM +网络上的元数据?

发布于 2025-01-10 21:32:06 字数 305 浏览 0 评论 0原文

我能够使用 GStreamer RTP lib 的 gst_rtp_buffer_add_extension_twobytes_header() 通过 H264 发送元数据。 rtph264pay 是 RFC 3984 确实支持这一点。

但它不适用于 PCM。在附加 rtpL16pay 或 rtpstreampay 的探针中调用 gst_rtp_buffer_add_extension_twobytes_header() 不起作用。可能是因为 RFC 3551 或 RFC4571 不支持标头扩展。

是否有其他方法可以通过 UDP/网络向 PCM 添加任意元数据?

I was able to send metadata with H264 using GStreamer RTP lib's gst_rtp_buffer_add_extension_twobytes_header(). The rtph264pay is RFC 3984 has does support this.

But it does not work for PCM. Calling gst_rtp_buffer_add_extension_twobytes_header() in probes attached either rtpL16pay or rtpstreampay does not work. Likely because RFC 3551 or RFC4571 does not support header extensions.

Is there any other way to add arbitrary metadata to PCM over UDP/Network?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文