Sorry! The links I tried are: http://my.server.hu:8000/try.mp3 <http://my.server.hu/try.mp3> http://my.server.hu <http://my.server.hu/try.mp3.m3u><http://my.server.hu/try.mp3.m3u> :8000 <http://my.server.hu/try.mp3>/try.mp3.m3u<http://my.server.hu/try.mp3.m3u> http://my.server.hu <http://my.server.hu/list.m3u><http://my.server.hu/list.m3u> :8000 <http://my.server.hu/try.mp3>/list.m3u <http://my.server.hu/list.m3u> I left out the port number from my former letter. Ivan On 3/26/06, Robert Muchnick <hostmaster@xenterra.net> wrote:> > Here's the way we do it: > > http://www.domainname.com:8000/static/userfiles/myfile.mp3 > > The path part /static/ is a link that points from the icecast > admin-doc-web area (usually /usr/local/share/icecast on Linux) back to a > user file area where we want to keep the audio files. > > The key is you have to get port 8000, the <listen-socket> in your config, > or whatever port you have designated, otherwise icecast is never invoked. > > On Sat, 25 Mar 2006, Ivan Zahoranszky wrote: > > > Hi All, > > > > Maybe I do something completely wrong and I make some trivial mistakes > but > > the static streaming doesn't work for me. > > I describe my setup. > > > > Thanks, > > Ivan > > > > - I try to reach the following URLs but neither of them worked: > > http://my.server.hu/try.mp3 > > http://my.server.hu/try.mp3.m3u > > http://my.server.hu/list.m3u > > << >> > > Robert Muchnick > Xenterra.net > 720-276-7917 > _______________________________________________ > Icecast mailing list > Icecast@xiph.org > http://lists.xiph.org/mailman/listinfo/icecast >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20060326/9b7919ae/attachment.html
At 12:19 AM 3/26/2006, Ivan Zahoranszky wrote:>Sorry! The links I tried are: > ><http://my.server.hu/try.mp3.m3u>http://my.server.hu<http://my.server.hu/try.mp3> >:8000<http://my.server.hu/try.mp3.m3u>/try.mp3.m3uthat is the proper form (obviously without the space after the .hu), but more importantly, for this to work you need to make sure you've set <hostname> to my.server.hu in your icecast config. note that the file try.mp3.m3u does not need (and should not) to exist on your icecast server, it is automatically generated by icecast itself. If icecast gets a request for http://blah:port/whatever.mp3.m3u, icecast will serve up a m3u file containing : http://<hostname>:<listenport>/whatever.mp3 where <hostname> and <listenport> are defined in the config file. I thought all this was mentioned in the docs... also, it should be noted that m3u is not just appropriate for mp3 files, it's a general (and very simple) playlist format that contain any media types supported by the player using to open it.. oddsock
At 08:52 AM 3/26/2006, oddsock wrote:>At 12:19 AM 3/26/2006, Ivan Zahoranszky wrote: >>Sorry! The links I tried are: >> >><http://my.server.hu/try.mp3.m3u>http://my.server.hu<http://my.server.hu/try.mp3> >>:8000<http://my.server.hu/try.mp3.m3u>/try.mp3.m3uhttp://my.server.hu/try.mp3.m3u <-- THAT is the proper form..>that is the proper form (obviously without the space after the .hu), >but more importantly, for this to work you need to make sure you've >set <hostname> to my.server.hu in your icecast config. > >note that the file try.mp3.m3u does not need (and should not) to >exist on your icecast server, it is automatically generated by >icecast itself. If icecast gets a request for >http://blah:port/whatever.mp3.m3u, icecast will serve up a m3u file >containing : > >http://<hostname>:<listenport>/whatever.mp3 > >where <hostname> and <listenport> are defined in the config file. I >thought all this was mentioned in the docs... > >also, it should be noted that m3u is not just appropriate for mp3 >files, it's a general (and very simple) playlist format that contain >any media types supported by the player using to open it.. > > >oddsock > >_______________________________________________ >Icecast mailing list >Icecast@xiph.org >http://lists.xiph.org/mailman/listinfo/icecast