Skip to main content

All Questions

0 votes
2 answers
589 views

Difference between Windows GUI red cross and taskkill command (need proper process exit)

I started VLC (with NDI plugin) in the command line using this Python code: vlc = sp.Popen(["vlc", "-", "--aout", "NDI", "--vout", "NDI", url], shell=True) (NDI is a video streaming network ...
luddite478's user avatar