If the server is not writting anything to the socket,
then it was not able to open the song, or your client
is just disconnecting. Make sure the server
has acess to read all the songs in your playlist. The
playlist should have one song per line, with the
absolute path (ie /usr/lcoal/share/music/mysong.mp3 or something
like that).
If that doesnt help, then what is your actuall error. It
could be a problem with your mp3 client. I assume you can play
music with the client without the server?
If you cant resolve your problem, provide a more exact
description of the problems. Or try to step through it
with the debugger.
You can always telnet to the server (assuming it is running on port 8000) and see the file contents
being written to you.
telnet localhost 8000
This will cause the server to spew out the file contents.
If no random characters appear on your screen, then the server
was not able to open any files in you playlist.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.