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

Artist, title and album all together #57

Closed roughnecks closed 1 year ago

roughnecks commented 1 year ago

Hello,

sorry if I can't explain this very well but when I'm listening to my Icecast stream in foobar2000, metadata is all in the title section, so I get artist, title and album all together under title.

I'm streaming to the server using ezstream and I tried searching for clues but I just don't know who the fault is and if is there a fix..

Thanks

phschafft commented 1 year ago

This sounds like you're using a legacy format like MP3 or AAC. Those formats simply do not support anything else but "StreamTitle". All other formats support full metadata.

Please confirm which format you are using. If it is MP3 or AAC there is simply nothing that can be done about it as it is a limitation of those formats, not of Icecast.

roughnecks commented 1 year ago

Yeah, using MP3. Thanks