Page 1 of 1

How to control an already open instance of VLC

Posted: 16 Feb 2022 01:55
by Takuza
So I am a complete noob to all of this, sorry if my terminology is off.

I'm generating and opening a playlist via lua script. Then I would like to use a python script to just control the volume of the already open instance of vlc. Is there a way to do this? seems like the commands in the python package only let you control instances you generate in the python script

Re: How to control an already open instance of VLC

Posted: 21 Feb 2022 08:44
by mfkl
Hi,

Maybe try with the VLC http interface. This seems interesting https://pypi.org/project/python-vlc-http/