xiph / Icecast-Server

Icecast streaming media server (Mirror) - Please report bugs at https://gitlab.xiph.org/xiph/icecast-server/issues
https://icecast.org
GNU General Public License v2.0
465 stars 127 forks source link

icecast2 - with ssl no metadata, without ssl metadata ok. #68

Open daenix opened 10 months ago

daenix commented 10 months ago

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 :

\1\

Here is now the problem: only the stream without ssl have metadata, the one with ssl does not output any metadata.

\ \9001 \

\ \9002 \1 \

Any ideas why I dont have metadata on the stream on port 9002 (ssl) ?

daenix commented 10 months ago

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.

I also found some related discussion here: https://code.videolan.org/videolan/vlc/-/issues/21057