It's been two weeks since i battle with VLC on raspberry pi 3B to find a command to put in an exec node in order to close this application.
After searching the Raspberry, Debian, Ubuntu ... and VLC (!) forums, as well as this one, I still cannot close VLC other than with "killall vlc" when I would like to be able to close one by one my 2 simultaneous instances of VLC (one for TV, the other for radio).
In fact, I have two problems:
-1- The vlc: // quit command given by VLC does not work or I do not know how to use it.
-2- I found on the forum a way to raise the pid of each instance in the flow to send it as an argument to the closing exec node, but I have the impression that I don't know how to write the right command.
Here is what I do in this Exec node but it doesn't work:
Comand: kill vlc
Argument: PID
Input : SIGKILL, SIGTERM, SIGHUP
To tell you the truth, I don't know anything about programming and I'm new to Nodered.
Any help will be a thousand times welcome and thank you to the leaders of this forum who help newbie like me to progress!