Felix Ding
Joined: 18 Dec 2009 Posts: 3 Location: Shanghai, China
|
Posted: Fri Apr 30, 2010 3:23 am Post subject: Failed to specify a charset in icecast.xml. |
|
|
Hi all, I checked out the latest source code from SVN Trunk and successfully setup my Icecast server on a Debian linux machine.
However I don't know how to specify a charset in http://localhost:8000/admin/stats.xml . By default, there is no chaset in this XML, open it in Firefox I can see this:
| Code: |
<?xml version="1.0"?>
<icestats><admin>icemaster@localhost</admin>
...
|
While what I'm expecting is something like this:
| Code: |
<?xml version="1.0" encoding="UTF-8"?>
<icestats><admin>icemaster@localhost</admin>
...
|
I tried to edit icecast.xml, added a <charset>UTF-8</charset> in <mount>, restart Icecast using /etc/init.d/icecast but I still got the same output.
Besides, I have seached a lot in this forum and through Google but I got no clue, can somebody help? Thanks  |
|