| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Mon Oct 23, 2006 12:15 pm Post subject: non UTF-8 encoded metadata (support patch) |
|
|
Allows to set metadata encoding and logfile output encoding.
For example, in config file:
<icecast>
<metadataenc>CP1251</metadataenc>
...
<logging>
...
<logenc>KOI8-R</logenc>
...
</logging>
</icecast>
http://defan.zenon.net/freebsd/patch-icecast2-encoding |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Oct 23, 2006 1:48 pm Post subject: |
|
|
While contributions are certainly welcome, I do have something similar working in my branch that allows you to specify a <charset> setting per-mount which will convert to UTF-8 for stats/logging. Don't forget you may have multiple sources connected using different charsets.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Mon Oct 23, 2006 5:43 pm Post subject: |
|
|
It was fast solution for my needs. :)
I'll do this better soon.
(now I'm working with ezstream, there is a link in other post in "icecast clients"...)
BTW, where can I see list of differences between official icecast and your branch? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Oct 23, 2006 6:56 pm Post subject: |
|
|
I try to keep the NEWS file updated.
karl. |
|
| Back to top |
|
 |
|