Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Re: MP3 server with IO::Socket

by Anonymous Monk
on Apr 16, 2003 at 03:00 UTC ( [id://250765]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            print $socket "ICY 200 OK\r\n";
            print $socket "Content-Type: audio/mpeg \r\n";
            print $socket "Cache-Control: no-cache \r\n";
    ...
            print $socket "icy-notice1:This stream requires Winamp \r\n";
            print $socket "icy-notice2:Perl Streamer v0.1a \r\n";
            print $socket "icy-metadata: 1 \r\n\r\n";
    
  2. or download this
    print $socket "icy-metaint:8192\r\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://250765]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-03-19 10:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found