High CPU usage when extracting I-frames from an RTSP stream

Yes indeed that was something that I also didn't understand in the beginning. But in one of the above posts I have tried to explain why that happens.

If I understood correctly fps_mode is the successor of vsync. The vsync is obsolete and will be removed in the future. In the ffmpeg docs you can see that you can even pass the old vsync numeric values to the new fps_mode parameter if you like:

But you can also pass the new string values ('passthrough', 'cf', 'vfr', ...) to the new fps_mode parameter... They should offer the same behaviour.

Yes, but since you have it working, maybe you can check when you find time(slot)?
:wink:

And BTW, it seems the same image is sent multiple times when using r option

Oh yes, I see now, it is copying the same by design. So means if you just want one sngle copy, use vsync (or maybe fps_mode)

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.