Radek Dutkiewicz

Results 276 comments of Radek Dutkiewicz

I've checked it on the PC and the audio is now properly synced. Maybe RPI is just too slow to decode 640x480 at 60fps

Could you share the example video that's not syncing with audio please?

Thanks. This is a tricky one. The container shows ``` MPEG4 Video (H264) 1280x720 239.998fps 870kbps [V: h264 main L3.1, yuv420p, 1280x720, 870 kb/s] ``` The stream shows: ```Frame rate...

I've just rebased the commit. This will not fix AV synchronisation issues on the RPI when there is not enough CPU power to handle the decoding. Current implementation takes over...

My fork has it merged so you can try if you have means to build it yourself.

It does fix the desync, but I'm not a fan of that fixed hardcoded 8ms offset. We should rely on the refresh rate of the monitor which SFML does not...

Also part of the code is irrelevant as forced update is covered by the power saving commit. We should keep this opened until we figure out what to do with...

This delay should be around half the frame time, so for 144hz displays it's way too much. I really wish we could implement the refresh getter it would finally solve...

I will finally be able to push forward this PR as soon as the new refresh rate detection is merged. Needs one line change still.