PDA

View Full Version : JavaHMO V2.3 - cannot get one stream to work


goony
03-11-2006, 05:50 PM
I've tried making both .m3u and .pls playlists... but I cannot get them to work when added as a Playlist under JavaHMO V2.3 - I always get the 'station unavailable' notice. All of my other streaming audio entries are working for me... any ideas what is wrong with this one??


#radio.m3u
#EXTM3U
#EXTINF:-1,Allegheny College WARC
http://141.195.230.59:8000/listen.pls

#radio.pls
[playlist]
File1=http://141.195.230.59:8000/listen.pls
Title1=WARC Radio
Length1=-1
NumberOfEntries=1
Version=2


I used the info at http://www.scvi.net/pls.htm for the formatting of the lists.

My JavaHMO is running on a Linux server and I can make an outbound connection just fine to the server:


# telnet 141.195.230.59 8000
Trying 141.195.230.59...
Connected to bentv59.allegheny.edu (141.195.230.59).
Escape character is '^]'.
GET /listen.pls HTTP/1.0

HTTP/1.0 200 OK
content-type:audio/x-scpls
Connection: close

[playlist]
NumberOfEntries=1
File1=http://:8000/
Connection closed by foreign host.
#