| View previous topic :: View next topic |
| Author |
Message |
Rebel Guest
|
Posted: Fri Jan 06, 2006 4:52 am Post subject: need help with icecast.xml |
|
|
hello guy's
i hav a problem with my icecast. it works very fine and good. but i can play any musik, i can't se the artist or the title of the song in the index site.
i use a installed icecast und send from winamp to the icecast server.
i used in the icecast.xml this mount
<mount>
<mount-name>/rebel.ogg</mount-name>
<stream-name>My audio stream</stream-name>
<stream-description>My audio description</stream-description>
<stream-url>http://some.place.com</stream-url>
<genre>classical</genre>
<bitrate>64</bitrate>
</mount>
but i can't see anything on the page about the playing title or artists.
i hope anybody can help me.
sorry for my very bad english  |
|
| Back to top |
|
 |
Guest
|
Posted: Fri Jan 06, 2006 4:57 am Post subject: |
|
|
ps. i have a screenshot.
this info's i will change.
pls help me  |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Jan 06, 2006 2:57 pm Post subject: |
|
|
The information about artist and title is contained within the stream data, in the case of ogg it's actually part of the comments that appear at the start of a track, in mp3, the player has to request this information and extract it before decoding the audio. Either way, your source client should deal with it as that has the information required.
karl. |
|
| Back to top |
|
 |
|