On Tue Jun 24 20:56:25 2025 +0000, Nikolay Sivov wrote:
This makes sense. Have you checked if media session itself does similar kind of throttling on Windows?
I did yes. I made multiple calls to `IMFMediaSession::Start` in a row and found they all reached the `IMFMediaSource`. But if I called `IMFMediaEngine::SetCurrentTime` multiple times in a row, only the first and last made it to the `IMFMediaSource`.