2011/9/21 Martin Konečný <martin.kone...@sourcefabric.org>:
> http://dev.sourcefabric.org/browse/CC-2840

I have played with this. It looks like icecast assumes that MP3
metadata is latin1. So you should just not set the encoding to UTF-8.
We'll consider changing the default, and/or warning the user about
that.

More details. I ran the following two tests, and got the encoding
problem only with the first one:

  liquidsoap 
'output.icecast(%mp3,mount="test",encoding="UTF-8",fallible=true,map_metadata(fun(m)->[("title","héhé")],playlist("~/media/audio")))'

  liquidsoap 
'output.icecast(%mp3,mount="test",encoding="ISO-8859-1",fallible=true,map_metadata(fun(m)->[("title","héhé")],playlist("~/media/audio")))'

By the way, my first attempt was to write "utf8" and "latin1", which
are not recognized by camomile (this shows up in the logs).

Cheers,

David

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to