| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Mon May 01, 2006 12:49 pm Post subject: problem with playlist |
|
|
I ru Icecast 2.2.0 on debian, the Icecast 2.2.0 woks fine (almost:), the problem is then i try to play the music from my colection it gives me an error
[2006-05-01 14:48:08] EROR connection/_handle_connection HTTP request parsing failed
[2006-05-01 14:48:08] DBUG stats/modify_node_event update node connections (1)
how i understand the probliam is in file naming. If where is a spaces in file it gives me error, if not it's ok. I have two ways:
1) to change all files names (~ 4000)
2) ask for help:)
what do you say? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon May 01, 2006 2:32 pm Post subject: |
|
|
Firstly 2.3.1 is latest, secondly you didn't mention your source client or configuration, and thirdly, filenames are not something that passes down a stream so the question of whether there are spaces in the filename is unrelated to a failed client connection.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Tue May 02, 2006 8:16 pm Post subject: |
|
|
| karlH wrote: |
Firstly 2.3.1 is latest, secondly you didn't mention your source client or configuration, and thirdly, filenames are not something that passes down a stream so the question of whether there are spaces in the filename is unrelated to a failed client connection.
karl. |
Firstly i use winamp 2.9 for listining, i have just a playlist put in webroot with files, so i can pick what i wont, i made the play list with mocp and it looks like this:
#EXTINF:273,28 London Elektricity - Main Ingredient (21st Century Drum And Bass Vol)
http://192.168.0.1:8000/music/301-london_elektricity-main_ingredient-esc.mp3
#EXTINF:226,Ace of Base - Life Is A Flower
http://192.168.0.1:8000/music/Ace Of Base/Ace Of Base - life is a flower.mp3
#EXTINF:207,Ace_Of_Base_-_C'est_La_Vie.Mp3
http://192.168.0.1:8000/music/Ace Of Base/Ace_Of_Base_-_C'est_La_Vie.Mp3
#EXTINF:316,9 Aerosmith - Crazy (Young Lust - The Aerosmith Ant)
http://192.168.0.1:8000/music/Aerosmith/Aerosmith - Crazy.mp3
#EXTINF:308,8 Aerosmith - Cryin' (Young Lust - The Aerosmith Ant)
http://192.168.0.1:8000/music/Aerosmith/Aerosmith - Cryin'.mp3
or my config file looks like default only webroot if diffrent.
<paths>
<!-- basedir is only used if chroot is enabled -->
<basedir>/usr/share/icecast2</basedir>
<!-- Note that if <chroot> is turned on below, these paths must both
be relative to the new root, not the original root -->
<logdir>/var/log/icecast2</logdir>
<webroot>/mnt/ftp/incoming</webroot>
<adminroot>/usr/share/icecast2/admin</adminroot>
<!-- <pidfile>/usr/share/icecast2/icecast.pid</pidfile> -->
<!-- Aliases: treat requests for 'source' path as being for 'dest' path
May be made specific to a port or bound address using the "port"
and "bind-address" attributes.
-->
<!--
<alias source="/foo" dest="/bar"/>
-->
<!-- Aliases: can also be used for simple redirections as well,
this example will redirect all requests for http://server:port/ to
the status page
-->
<alias source="/" dest="/status.xsl"/>
</paths> |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2002 phpBB Group subRebel style by ktauber
|