| View previous topic :: View next topic |
| Author |
Message |
ropic Guest
|
Posted: Tue Jul 12, 2005 1:24 am Post subject: HTTP request parsing failed |
|
|
It seems icecast is working well, using sam2 since my windows machine works fine, but i need a linux streamer in the same server where icecast resides, i have tried with shout, muse ... and i always getting in icecast log error
EROR connection/_handle_connection HTTP request parsing failed |
|
| Back to top |
|
 |
ropic Guest
|
Posted: Tue Jul 12, 2005 4:23 am Post subject: it seems the parameters are not passed |
|
|
connecting since linux to my windows workstation with icecast, i get
[2005-07-11 23:22:10] INFO connection/connection.c Source logging in at mountpoint "/"
[2005-07-11 23:22:10] INFO connection/connection.c Source (/) attempted to login with invalid or missing password |
|
| Back to top |
|
 |
Palinair Guest
|
Posted: Tue Sep 20, 2005 5:53 pm Post subject: Same problem |
|
|
| Same problem, only Ices works to me |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Fri May 11, 2007 7:48 pm Post subject: |
|
|
Hate to dig up a thread thats almost 2 years old but I'm having this same problem using the perl Shout library to connect to Icecast 2.3.1. Using ices is not an option for me since I've already written a rather elaborate source script that works great with the Shoutcast server (sc_serv). I'm wanting to switch to Icecast because I'm wanting to have multiple mount points.
perl Shout.pm setup:
| Code: |
my $streamer = new Shout
host => "localhost",
port => 8000,
mount => "/test",
icy_compat => "0",
user => "source",
password => "testing",
format => SHOUT_FORMAT_MP3,
protocol => SHOUT_PROTOCOL_HTTP; |
Relevant icecast config options:
| Code: |
<mount>
<mount-name>/test</mount-name>
<username>source</username>
<password>testing</password>
<max-listeners>1</max-listeners>
<dump-file>/tmp/dump-example1.ogg</dump-file>
<burst-size>65536</burst-size>
<fallback-mount>/example2.ogg</fallback-mount>
<fallback-override>1</fallback-override>
<hidden>1</hidden>
<no-yp>1</no-yp>
<authentication type="htpasswd">
<option name="filename" value="myauth"/>
<option name="allow_duplicate_users" value="0"/>
</authentication>
</mount> |
Shout.pm error:
| Code: |
| couldn't connect: Socket error |
Icecast error log:
| Code: |
[2007-05-11 15:41:58] EROR connection/_handle_connection HTTP request parsing failed
[2007-05-11 15:41:58] DBUG stats/modify_node_event update node clients (1)
[2007-05-11 15:41:58] DBUG stats/modify_node_event update node connections (2)
[2007-05-11 15:41:58] DBUG stats/modify_node_event update node clients (0) |
Any help would be greatly appreciated. Thanks. |
|
| 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
|