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.
我正在通过网络(rtp)流式传输视频,该视频在另一侧使用 x264 和 ffmpeg 的 h264。只要没有丢包,一切都很好。当有丢包时,它会在关键帧到达时修复。而不是立即刷新,它需要大约 1-1.5 秒,它看起来像是一条“清除”错误的扫描线。
有没有办法让关键帧立即修复错误?
设置 x264_param_t 的 b_intra_refresh = 0 可以解决问题。