Anonymous Guest
|
Posted: Sun Sep 03, 2006 11:43 pm Post subject: ezstream problem: ogg playlists: no songinfo |
|
|
when i stream ogg playlists in ezstream it can't load the song info.
Songinfo: <>
the problem is that the listeners can't see any file name.
although i don't think the xml's will be the reason i better post them.
my ezstream_vorbis.xml:
| Code: |
<ezstream>
<url>xxx</url>
<sourcepassword>xxx</sourcepassword>
<format>VORBIS</format>
<filename>stream.m3u</filename>
<svrinfoname>xxx</svrinfoname>
<svrinfourl>http://www.oddsock.org</svrinfourl>
<svrinfogenre>xxx</svrinfogenre>
<svrinfodescription>Replay. Now:</svrinfodescription>
<svrinfobitrate></svrinfobitrate>
<svrinfoquality></svrinfoquality>
<svrinfochannels>2</svrinfochannels>
<svrinfosamplerate>44100</svrinfosamplerate>
<svrinfopublic>1</svrinfopublic>
</ezstream> |
my icecast.xml:
| Code: |
...
<mount>
<mount-name>/xxx.ogg</mount-name>
<password>xxx</password>
<burst-size>65536</burst-size>
<hidden>0</hidden>
<no-yp>0</no-yp>
<on-connect>/home/icecast/bin/stream-start</on-connect>
<on-disconnect>/home/icecast/bin/stream-stop</on-disconnect>
</mount>
... |
btw: i also found a (maybe known) bug: when the ogg files include two dots (like "XXX Vol. 1.ogg") it streams, but you can't connect. |
|