Anthony's Apache::MP3 problem

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Anthony Hologounis
Date:  
Subject: Anthony's Apache::MP3 problem
Bryce C wrote:

>Also, what is this ix.hogleg.zone? It doesn't resolve. I think that's
>the greater problem.
>
>On Sat, 2002-10-26 at 19:07, Matt Alexander wrote:
>
>
>>Anthony,
>>I deleted your email and then found the answer to your problem. Your .m3u
>>playlist files are using port 80.
>>~M
>>
>>-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>>PLUG-discuss mailing list -
>>To subscribe, unsubscribe, or to change you mail settings:
>>http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>>
>>
>>
>>
>>

Right,

I made this change

#For the MP3's
<Location /Tunes/>
        SetHandler perl-script
        PerlHandler Apache::MP3
PerlSetVar StreamBase http://68.3.86.33:8002
#PerlSetVar StreamBase http://localhost
#PerlSetVar AllowStream yes
#PerlSetVar AllowDownload yes
#PerlSetVar AllowPlayLocally yes
#PerlSetVar BaseDir ./apache_mp3
</Location>




The StreamBase variable should do the trick, I think but how is it the
m3u playlist is using port 80?
Cox blocks port 80 which is why I use 8002....got to see if I can fix that



--
Anthony Hologounis