Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
daenix opened this issue Aug 31, 2023 · 1 comment
Open

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

daenix opened this issue Aug 31, 2023 · 1 comment

Comments

@daenix
Copy link

daenix commented Aug 31, 2023

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) ?

@daenix
Copy link
Author

daenix commented Sep 1, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant