You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm answering myself. After a few more tests I figured out there is metadata on the ssl stream.
My first tests were done with VLC which seems not being able to decode metadata within icecast SSL stream.
I've just installed POT Player and voila. the metadata is there.
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) ?
The text was updated successfully, but these errors were encountered: