【发布时间】:2021-12-10 22:48:39
【问题描述】:
我编写了一个 gstreamer c 程序来接收 h264 编码的 rtp 流,然后更改 h264 视频的 pts 和 dts。我可以对 opus 编码流执行相同的操作吗? opus编码有pts和dts吗?
【问题讨论】:
标签: encoding gstreamer h.264 rtp opus
我编写了一个 gstreamer c 程序来接收 h264 编码的 rtp 流,然后更改 h264 视频的 pts 和 dts。我可以对 opus 编码流执行相同的操作吗? opus编码有pts和dts吗?
【问题讨论】:
标签: encoding gstreamer h.264 rtp opus
我为 opus 运行了相同的代码,它可以工作。
【讨论】: