无论如何使用 GStreamer 发送 Linear PCM +网络上的元数据?
我能够使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论