Hi, I'm experiencing the following issue:
I've setup icecast-2.4.4 with ssl support. I have now 2 streams running ok; one with ssl and the other without ssl.
I've configured the server with :
<relay-shoutcast-metadata>1</relay-shoutcast-metadata>
Here is now the problem:
only the stream without ssl have metadata, the one with ssl does not output any metadata.
<listen-socket>
<port>9001
</listen-socket>
<listen-socket>
<port>9002
<ssl>1
</listen-socket>
Any ideas why I dont have metadata on the stream on port 9002 (ssl) ?