Turns out low frame rate was not the root cause, as the problem randomly cropped again. I've narrowed down the problem to a bug with the stop() method used on a vlc list player. Workaround is not to use stop() before a play(). Also used a media player instead of list player.
No longer freezes after hours of tests and videos play as expected. Using media player, you don't need to call stop() before playing a new video but you lose the looping available with list player. Better than a hang I suppose, have to be grateful for small mercies.
No longer freezes after hours of tests and videos play as expected. Using media player, you don't need to call stop() before playing a new video but you lose the looping available with list player. Better than a hang I suppose, have to be grateful for small mercies.
Statistics: Posted by alw1746 — Thu Jun 12, 2025 1:15 am