Icecast Streaming Media Server Forum Index Icecast Streaming Media Server
Icecast is a Xiph Foundation Project
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

HTTP request parsing failed

 
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Source Clients
View previous topic :: View next topic  
Author Message
ropic
Guest





PostPosted: Tue Jul 12, 2005 1:24 am    Post subject: HTTP request parsing failed Reply with quote

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





PostPosted: Tue Jul 12, 2005 4:23 am    Post subject: it seems the parameters are not passed Reply with quote

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





PostPosted: Tue Sep 20, 2005 5:53 pm    Post subject: Same problem Reply with quote

Same problem, only Ices works to me
Back to top
Anonymous
Guest





PostPosted: Fri May 11, 2007 7:48 pm    Post subject: Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Source Clients All times are GMT
Page 1 of 1

 
Jump to:  
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