I have the icecast with some ices working perfectly in a Linux server, mp3 files are reproduced with no problems, I'm quite satisfied with it but I have a little doubt! When users click the link at the HTML page, their default player (like xmms, winamp... etc) doesn't load. That's how I've made the link: <a href="http://my.server:8000/playlist.m3u"> How can I configure ices for it can execute the XMMS automatically on client's machine? Thanks in advance for your attention Patricia Brito <p><p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Mon, May 08, 2000 at 02:03:05AM +0000, Brito wrote:> > I have the icecast with some ices working perfectly in a Linux server, > mp3 > files are reproduced with no problems, I'm quite satisfied with it but I > > have a little doubt! > > When users click the link at the HTML page, their default player (like > xmms, > winamp... etc) doesn't load. > > That's how I've made the link: > > <a href="http://my.server:8000/playlist.m3u">Almost right. The playlist.m3u is a audio/x-mpegurl file that you web server serves, it is a text file that contains the link for your stream. So in you apache config put a line like so: AddType audio/x-mpegurl .m3u then make a m3u file with a text editor which that conatins one line that points to your streams like so: http://my.server:8000/mountpoint obviously using the real names for you icecast server and mountpoint. Then on the webpage make the a href tag point to the m3u file like so: <a href="http://my.webserver/playlist.m3u"> (assuming you called your m3u file playlist.m3u) That should get you going. Harvey> > How can I configure ices for it can execute the XMMS automatically on > client's machine? > > Thanks in advance for your attention > > Patricia Brito > > > > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to 'icecast-request at xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered.--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Hi I'd like to feed six separate streams simultaneously. Would the most sensible method be to run a single instance of icecast and six separate instances of ices? (Playing around this afternoon, with two separate feeds, I saw both streams listed on yp.icecast with separate song info - but clicking on them brought up the same audio (correct for one, but not for the other). Any ideas where I should be looking? Thanks, G <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Hi Patricia Try saving the following six lines on your webserver as playlist.m3u [playlist] NumberOfEntries=6 File1=http://rollmops.com.br:8000 Title1=ROLLMOPS Length1=-1 Version=2 Change your link to point to playlist.m3u. (Skip the port number on the webpage.) Hope this helps. Good luck! g. 5/7/00 7:03:05 PM, Brito <rockbrito@rollmops.com.br> wrote:> >I have the icecast with some ices working perfectly in a Linux server, >mp3 >files are reproduced with no problems, I'm quite satisfied with it but I > >have a little doubt! > >When users click the link at the HTML page, their default player (like >xmms, >winamp... etc) doesn't load. > >That's how I've made the link: > ><a href="http://my.server:8000/playlist.m3u"> > >How can I configure ices for it can execute the XMMS automatically on >client's machine? > >Thanks in advance for your attention > >Patricia Brito > > > > >--- >8 ---- >List archives: http://www.xiph.org/archives/ >icecast project homepage: http://www.icecast.org/ >To unsubscribe from this list, send a message to 'icecast-request@xiph.org' >containing only the word 'unsubscribe' in the body. No subject is needed. >Unsubscribe messages sent to the list will be ignored/filtered. > ><p><p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.