Re: WARN connection/source_startup Mountpoint /radio in use

Thomas Schmidt <[email protected]> Thu, 21 Nov 2024 16:14:58 +0100
Newsgroups gmane.comp.audio.icecast.general
Message-ID <CAGOm_d6bFo=TSEoNVkjZ1L2-2d-9WuPOrUHp+eWU90ULwm3jwg@mail.gmail.com>
Hi!

I finally found the trigger of the issue but still have no clue how to fix it.

I removed the SSL line here:

<listen-socket>
  <port>8000</port>
  <ssl>1</ssl>
</listen-socket>

And I removed this path:

<ssl-certificate>/etc/icecast2/cert/stream.pem</ssl-certificate>

Without SSL, the Mountpoints vanish after stopping the stream as they
should. Seems something keeps the Mounts open if SSL is activated.

Thomas