Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8052

Python • Re: VLC window freezes after 10 mins of playing videos

$
0
0
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.

Statistics: Posted by alw1746 — Thu Jun 12, 2025 1:15 am



Viewing all articles
Browse latest Browse all 8052

Trending Articles