karlheyes / icecast-kh

KH branch of icecast
GNU General Public License v2.0
297 stars 105 forks source link

What is the command I use for an http request to reload the icecast, without having to take it down? #443

Open VitorVDomingos opened 6 months ago

VitorVDomingos commented 6 months ago

Hello, I'm facing a problem where I can't find the command to reload the icecast, some button, page, htpp request, I need to somehow reload the icecast, without dropping it

DECEiFER commented 3 months ago

I believe it's: "icecast reload" or "icecast2 reload" depending on your binary filename (usually icecast2 if installed on Debian or Ubuntu from the package manager)

rustyhodge commented 2 months ago

Or kill -HUP

Get the PID by pgrep icecast (or icecast2 if yours is named that way)