Hi! It is possible a mountpoint to be configured direct on a port, e.g, an MP3 streaming running at address http://localhost:8001 ? I'm trying, but the address of m3u file is http://localhost:8000/.m3u, and it's content is the own icecast server. Much thanks. Regards Taffarel
Armando Taffarel Neto wrote:> It is possible a mountpoint to be configured direct on a port, e.g, an > MP3 streaming running at address http://localhost:8001 ?You can do this with aliases. Say the stream is running on /stream you can do something like this: <alias source="/" port="8001" dest="/stream"/> Note that Icecast needs to be configured to listen on port 8001 as well.> I'm trying, but the address of m3u file is http://localhost:8000/.m3u, > and it's content is the own icecast server.Not sure what you're saying here. Geoff.
Hi! Geoff Shang escreveu:> Armando Taffarel Neto wrote: > >> It is possible a mountpoint to be configured direct on a port, e.g, an >> MP3 streaming running at address http://localhost:8001 ? > > You can do this with aliases. Say the stream is running on /stream > you can do something like this: > > <alias source="/" port="8001" dest="/stream"/> > > Note that Icecast needs to be configured to listen on port 8001 as well.Excelent, it works fine!> >> I'm trying, but the address of m3u file is http://localhost:8000/.m3u, >> and it's content is the own icecast server. > > Not sure what you're saying here.> Geoff. >Thanks! Hug! Taffarel