I have been running into some issues with a python script I wrote that uses python-vlc and tkinter. The code works fine on a laptop, but on a desktop (8 core CPU, 32GB RAM, 3080 GPU) it crashes with memory access violation errors. The laptop is all lower spec than the desktop. I just saw
https://forum.videolan.org/viewtopic.php?f=2&t=156428 and am curious if I should be limiting the number of cores that python-vlc can use, different output options, or disabling hardware acceleration (I think I've already tried this). Where would I be able to find the documentation on what options are available through python-vlc? For more specifics on the issue I have a post here
https://stackoverflow.com/questions/778 ... t-machines