ffpyplayer icon indicating copy to clipboard operation
ffpyplayer copied to clipboard

Catch-up time-lapse buffering and lag issues while working with FFpyplayer frames and QPixmap with a UDP stream in MPEG-TS format

Open kyrlon opened this issue 1 year ago • 1 comments

I made a more detailed post here on StackOverflow, but I can post more info if requested here regarding my peculiar issue with pyqt6 and ffpyplayer.

I am experiencing catch-up time-lapse buffering and lag issues while working with FFpyplayer frames and QPixmap with a UDP stream in MPEG-TS format. I have noticed a speed-up effect in video playback followed by a return to normal speed, as well as stutter or lag on some videos. The issue seems to arise when retrieving and displaying frames using PyQt's QPixmap. I have shared sample code snippets showcasing the problem, one using FFpyplayer and PyQt and the other utilizing FFpyplayer and OpenCV, with the latter working flawlessly without any issues.

I am looking for guidance on adjusting settings or parameters within FFpyplayer and/or PyQt to resolve the catch-up time-lapse buffering effect.

kyrlon avatar Jul 19 '24 04:07 kyrlon

Is ffpyplayer thread safe?

kyrlon avatar Jul 21 '24 00:07 kyrlon