search for: mount2

Displaying 18 results from an estimated 18 matches for "mount2".

Did you mean: mount
2017 May 12
2
Circumvention of authentication when using fallback mounts
Using latest icecast, let's assume the following hosting scenario. We have 2 mountpoints which are configured with authentication callbacks: /mount1 /mount2 Both mountpoints have configured the same fallback stream, mounted at '/fallback'. Both have fallback-override enabled, so they both can move listeners back from the fallback when they come online. Suppose that both mounts are currently not mounted. Now a client is connecting and successf...
2017 May 13
0
Circumvention of authentication when using fallback mounts
...2017-05-12 at 14:37 +0200, Michael Franzl wrote: > Using latest icecast, let's assume the following hosting scenario. (For the records: this applies to 2.4.x as well as current 2.5.x.) > We have 2 mountpoints which are configured with authentication callbacks: > > /mount1 > /mount2 > > Both mountpoints have configured the same fallback stream, mounted at > '/fallback'. Both have fallback-override enabled, so they both can move > listeners back from the fallback when they come online. > > Suppose that both mounts are currently not mounted. Now a cli...
2004 Nov 15
2
FW: Multi-Level Fallbacks
...ck match. I have also patched the icecast-2.1-trunk version (patch not published yet, needs work to extract) to enable fallback of mulitple mounts to the same fallback with correct fallback-override. Meaning that if a two clients connected, one to mount1 with fallback to mount3 and one connects to mount2 also with fallback to mount3, then when the mount1 comes online, only the mount1 client would be moved back to mount1 and the same for mount2. I haven't tested the 2.1.0 release, so I don't know how it behaves when you configure multiple mounts to fallback to the same fallback mount. Anyon...
2006 Mar 03
0
Filesystems, GRUB, weirdness, oh my! [long]
...h this task. Why two? Because some of the machines are IDE, and some of them are SATA, and I need to be able to use the same disk image on both of the drive types. Here is the first bash script: if grep -q sda /proc/diskstats then TYPE="sda1" MOUNT1="/dev/sda1 /a/boot" MOUNT2="/dev/sda3 /a" else TYPE="hda1" MOUNT1="/dev/hda1 /a/boot" MOUNT2="/dev/hda3 /a" fi mount $MOUNT2 mount $MOUNT1 MOUNT3="proc /a/proc -t proc -o defaults" mount $MOUNT3 MKSYS="-p /a/sys" MOUNT4="sysfs /a/sys...
2010 Nov 03
1
Forcing an ID on all mountpoints
...r way would be to run a source client every half an hour > that overrides the mount running the stream and play just the ID once, > the override moves the listeners and then the listeners fall back to the > stream when finished. So mount1 would be the normal stream for > listeners, mount2 would fed by a source client when you want the ID > played, mount2 would fallback/override mount1 > > karl.
2010 Nov 02
3
Forcing an ID on all mountpoints
I'm looking for a way to tag my live feeds via an audio announcement every 30 minutes or so using the Linux install of Icecast. Some of the feeds I control locally, and other feeds are from remote locations - so implimenting this must be as painless as possible for each encoding location. As of now, the best way I can think of to do this is by running 2 instances of Icecast. Allowing the
2004 Aug 06
8
IceCast Questions.... ("id3 tags, mp3, Ogg, etc)
...in icecast. <p>> > If I had 1 icecast server acting as a relay, connecting to a 2nd one, > could I switch between "2nd ones" and not interrupt the listener? Not precisely. What you can do (with icecast2) is: server1: /relay-mount1 <---- server2 : /relay-mount2 <----- server3 In this setup, you might dynamically add server3/relay-mount2, as your "new 2nd one". Then, you can dynamically switch users from /relay-mount1 to /relay-mount2, without interrupting the listeners. Then you can drop server2/relay-mount1. The above is not well teste...
2004 Aug 06
0
IceCast Questions.... (&quot;id3 tags, mp3, Ogg, etc)
...I had 1 icecast server acting as a relay, connecting to a 2nd > > one, could I switch between "2nd ones" and not interrupt the > > listener? > > Not precisely. What you can do (with icecast2) is: > server1: /relay-mount1 <---- server2 > : /relay-mount2 <----- server3 > > In this setup, you might dynamically add server3/relay-mount2, as your > "new 2nd one". Then, you can dynamically switch users from > /relay-mount1 to /relay-mount2, without interrupting the listeners. > Then you can drop server2/relay-mount1. >...
2004 Aug 06
0
IceCast Questions.... (&quot;id3 tags, mp3, Ogg, etc)
...gt; here are done in icecast. Okay, in the case with using a live input (ADC) ... I haven't looked at the latest darkice to see if the text thing has been updated. > Not precisely. What you can do (with icecast2) is: > server1: /relay-mount1 <---- server2 > : /relay-mount2 <----- server3 > > In this setup, you might dynamically add server3/relay-mount2, as your "new > 2nd one". Then, you can dynamically switch users from /relay-mount1 to > /relay-mount2, without interrupting the listeners. Then you can drop > server2/relay-mount1. > The...
2004 Nov 15
0
FW: Multi-Level Fallbacks
...ve also patched the icecast-2.1-trunk version (patch not published yet, > needs work to extract) to enable fallback of mulitple mounts to the same > fallback with correct fallback-override. Meaning that if a two clients > connected, one to mount1 with fallback to mount3 and one connects to mount2 > also with fallback to mount3, then when the mount1 comes online, only the > mount1 client would be moved back to mount1 and the same for mount2. > > I haven't tested the 2.1.0 release, so I don't know how it behaves when you > configure multiple mounts to fallback to the s...
2010 Nov 02
0
Forcing an ID on all mountpoints
...ted. Another/simpler way would be to run a source client every half an hour that overrides the mount running the stream and play just the ID once, the override moves the listeners and then the listeners fall back to the stream when finished. So mount1 would be the normal stream for listeners, mount2 would fed by a source client when you want the ID played, mount2 would fallback/override mount1 karl.
2015 Nov 17
2
fallback mount points?
...'t use it like that. You can have 2 or 3 MountPoints but, one you can just serve as a fallback for all 3 of them. Let's take this example for a few seconds. Say for example, if you had, "http://yourdomain.com:8000/mount1" that will just serve as the listener MountPoint. "/mount2" Let's just say is your live MountPoint and "/mount3" is your automations MountPoint. You don't have the listeners connect to "/mount2" or "/mount3" Only "/mount1" Because all that MountPoint is doing is just falling back to either 2 or 3 depe...
2004 Nov 15
2
FW: Multi-Level Fallbacks
...ve also patched the icecast-2.1-trunk version (patch not published yet, > needs work to extract) to enable fallback of mulitple mounts to the same > fallback with correct fallback-override. Meaning that if a two clients > connected, one to mount1 with fallback to mount3 and one connects to mount2 > also with fallback to mount3, then when the mount1 comes online, only the > mount1 client would be moved back to mount1 and the same for mount2. > > I haven't tested the 2.1.0 release, so I don't know how it behaves when you > configure multiple mounts to fallback to the sa...
2004 Aug 06
5
Debian packages: icecast2, libshout, ices2
On Thu, Jul 17, 2003 at 09:55:04AM -0600, Jack Moffitt wrote: > Please speak to Ralph Giles <giles@xiph.org> about obtaining commit > access to CVS. We should check in your debian/ dir into the official > tree and that way we can be sure to sync releases. Also people using CVS > snapshots will be able to build their own debs. Well... Thanks! I've been maintaining my own
2015 Nov 17
0
fallback mount points?
...t like that. You can have 2 or 3 MountPoints but, one you can just serve as a fallback for all 3 of them. Let's take this example for a few seconds. Say for example, if you had, "http://yourdomain.com:8000/mount1" that will just serve as the listener MountPoint. "/mount2" Let's just say is your live MountPoint and "/mount3" is your automations MountPoint. You don't have the listeners connect to "/mount2" or "/mount3" Only "/mount1" Because all that MountPoint is doing is just falling back to either...
2005 Sep 23
5
ocfs2 <-> 10G (10.2.01) Clusterware
RHEL 4 (CENT OS) Am I waisting my time trying to get the 10G Clusterware installer to use OCFS2 volumes for the voting and OCR disks ? The ocfs2 setup seems happy on both nodes but the 10G installer says the location entered for the oracle cluster registry (OCR) is not shared across all the nodes in the cluster Do the volumes need to mounted ? I did with no change . [root@green rc5.d]#
2008 Jul 20
2
Different password for every mountpoint
Hi guys , I have a little doubt: It's possible with the last version of icecast2 to set a diffferent password for every mountpoint different from the server's password? Becasue I want to manage the access to the server for every mountpoint and without give the server's password. Another question it's if I do some changes on the icecast.xml configuration , and later restart
2015 Nov 16
2
fallback mount points?
Hello, this is coming from our radio station's icecast config. change at your needs and feel free to use this. <mount> <mount-name>/stream.mp3</mount-name> <fallback-mount>/live.mp3</fallback-mount> <fallback-override>1</fallback-override> <hidden>1</hidden> </mount> <mount>