【解决方案】FFmpeg推流速度过快
104 字
1 分钟
【解决方案】FFmpeg推流速度过快
FFmpeg使用视频源进行推流时,处理速度往往会快于实际帧率,而默认设置下处理完了一段就直接上传,因此速度会过快
解决方法:使用-re参数
ref: https://stackoverflow.com/questions/48479141/understanding-ffmpeg-re-parameter
It’s useful for real-time output when ffmpeg is able to process a source at a speed faster than real-time. In that scenario, ffmpeg may send output at that faster rate and the receiver may not be able to or want to buffer and queue its input.
支持与分享
如果这篇文章对你有帮助,欢迎分享给更多人或打赏支持!
【解决方案】FFmpeg推流速度过快
https://blog.truebigsand.top/posts/ffmpeg-streaming-speed/
真-大沙子