Apache::MP3 and streaming mp3 files
BoBB
plug-discuss@lists.plug.phoenix.az.us
Sat, 26 Oct 2002 03:59:05 -0700
On Fri, 25 Oct 2002 22:59:20 -0700
"Anthony Hologounis" <anthony@penguinnetworking.com> wrote:
> Hello
>
> I am trying to get my web server to stream mp3's.
>
> Here's what I have: RH7.2 with Apache (apache-1.3.22-6) . I installed
> all of the perl modules required to along with apache:MP3.
> I am sitting on a cox connection and am behind a firewall(ASL).
>
> What I can do: I can fetch and stream internally from my desktop.
> I can FETCH a tune but NOT stream a tune when
> I am on the outside. That is, when I am at work I
> http://A.B.C.D:8002/Tunes : I can pull the tunes down with the fetch
> feature but nothing happens when I try to stream the tune.
>
> This is what I have in httpd.conf
>
>
> #For the MP3's
> <Location /Tunes/>
> SetHandler perl-script
> PerlHandler Apache::MP3
> #PerlSetVar StreamBase http://192.168.10.100
> #PerlSetVar StreamBase http://localhost
> #PerlSetVar AllowStream yes
> #PerlSetVar AllowDownload yes
> #PerlSetVar AllowPlayLocally yes
> #PerlSetVar BaseDir ./apache_mp3
> </Location>
>
> I hashed the line I have been playing with but have had no luck in
> getting it to stream when I access it externally
>
>
> Anthony
>
>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>
Try IceCast ... its like shoutcast for *nix :)
--
BoBB