<html><div style='background-color:'><P class=RTE><PRE class=programlisting>i dont know much about mount points so i assume the work with .mp3 format too</PRE></P><PRE class=programlisting><PRE class=programlisting><mount> <mount-name>/first.m3u<mount-name> <username>first<username> <password>firstpass<password> <max-listeners>1<max-listeners> <fallback-mount>backup.m3u<fallback-mount> <mount></PRE><PRE class=programlisting> </PRE><PRE class=programlisting>now what i assume is that there are two mountpoints one is first and the other is backup. currently we are connected to first and if incase first gets disconnected it automatically moves to backup one. </PRE><PRE class=programlisting>Secondly i wanted to know how to move mountpoints from the admin panel of icecast... moving from one dj to another i.e</PRE><PRE class=programlisting>If i am wrong at any point please correct me!</PRE><PRE class=programlisting>Thanks</PRE></PRE></div></html>
Hi, Firstly, you're not yet subscribed to the list from this address, so some replies might not reach you. This is the second message I've had to approve manually. It's not a good idea to use .m3u extensions for mountpoints, as m3u files have their own meaning and are expected to be text files containing URLs to streams. Winamp at least may choke on such a mountpoint, others may too. And Icecast itself may get confused as evidenced by an earlier thread this month. But apart from that, you have the right idea. You can use the admin pages to move listeners. You may also want to try setting falback-overide to 1 so that when another person connects to your primary mountpoint, your listeners will be pulled forward again to it. Note that for this mountpoint fallback stuff to work with MP3, you'll need to be certain to be using the same sampling rate and number of channels for each stream otherwise players will almost certainly choke. Geoff. -- Geoff Shang <geoff@hitsandpieces.net> Phone: +61-418-96-5590 MSN: geoff@acbradio.org Make sure your E-mail can be read by everyone! http://www.betips.net/etc/evilmail.html Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html
On Sun, 2005-03-27 at 17:09, C??v???? M? wrote:> i dont know much about mount points so i assume the work with .mp3 format tooThe mount details apply to the appropriate stream at that mountpoint, whether it be mp3/ogg or even a shoutcast-mount.> > <mount> > <mount-name>/first.m3u<mount-name> > <username>first<username> > <password>firstpass<password> > <max-listeners>1<max-listeners> > <fallback-mount>backup.m3u<fallback-mount> > <mount> > > now what i assume is that there are two mountpoints one is first and the other is backup. currently we are connected to first and if incase first gets disconnected it automatically moves to backup one. > Secondly i wanted to know how to move mountpoints from the admin panel of icecast... moving from one dj to another i.e > If i am wrong at any point please correct me!An m3u is a playlist format not a stream, so having a <mount> refer to an .m3u is just wrong. The same applies to the fallback-mount, you can't fallback to a playlist like that. I suspect you want <mount-name>/first</mount-name> <fallback-mount>/backup</fallback-mount> moving users manually from one mount to another is easy enough, just look at the /admin/stats.xsl page karl.