-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VLC hang and need a reboot to play video #31
Comments
This is the output that I normally have when playing a video vile using cvlc:
this is the output I have once vlc randomly crash:
|
I've managed to considerably make my script more stable by adding Edit: never-mind I just crashed again |
I can confirm that I'm only having issue with Raspberry I've tested this across multiple Pi 4 and the result is consistent. I have little hope to get this fixed and I've now switched back my projects to Pi 3B+ architecture. |
Hi @SebDominguez , you may want to try Curious if this helps. |
Thank you I'll try this ASAP. |
I was brought here because I thought that my problems with OMXplayer were due to the fact that this player was depreciated for the new raspberry pi architecture. But now vlc is crashing similarly.
I'm running a python script using python-vlc and sometimes vlc just crash without anyway to kill it (no output on
ps -aux | grep vlc
).I have to reboot the Pi4 and I can't reproduce this crash consistently, it just happened randomly. I don't know where would be located any useful logs to troubleshoot this.
here is a simplified version of my script
The text was updated successfully, but these errors were encountered: