Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 GStreamer 解析 MPEG 流..?我只需要处理 MPEG 流的关键帧(不是 P 帧)的所有用户数据字段。
MPEG 流来自 rtp 协议。我可以使用 GStreamer 管道显示视频,但是,我的最终要求是解析所有关键帧的 userdata 字段并将该信息覆盖到显示视频中。
在管道中使用 fakesink 并添加处理回调函数