Hi guys,
I run an Internet TV station, and im using a piece of software on the server to stream content to the shoutcast server. This all works fine. But what is getting at me is the fact that if i want to kill the process so i can broadcast from my local machine i have to log in via ssh and kill them manually.
I already know the php commands to kill a process and also to list the running processes, but i was wondering if it was possible to get the php code to store the PID of the program upon starting so that when the "kill" button is pressed, it reads the string from the database/text file etc. and kills that process only.
Any help would be really appreciated 🙂
Thank you very much guys
Davey