similar to: Fallback behaviour

Displaying 20 results from an estimated 10000 matches similar to: "Fallback behaviour"

2004 Aug 06
5
fallback source give up and returns to original source
On Thursday 15 January 2004 11:42, Michael Smith wrote: > On Wednesday 14 January 2004 20:46, iceuse@kezako.net wrote: > > Hello, > > I have a problem with icecast > > a have a source+ a fallback source > > when source disconnect after a network interruption, all lilsteners are > > transfered to the fallback source but then, a few seconds later, source > >
2004 Aug 06
3
fallback source give up and returns to original source
Hello, I have a problem with icecast a have a source+ a fallback source when source disconnect after a network interruption, all lilsteners are transfered to the fallback source but then, a few seconds later, source come back and didn't get back its previous listeners. Is there a way to have this behaviour : source disconnect => listeners transfered to fallback source reconnects =>
2017 Apr 29
1
Server not moving clients to fallback
Hi, thanks in advance for any help that can be provided for this head-scratcher. I'm configuring a new server and can't get it to move listen clients to the fallback file when the source client disconnects. I probably have a misconfiguration in icecast.xml. Here is the <mount> section: <mount type="normal">
2004 Aug 06
0
fallback source give up and returns to original source
On Thu, 15 Jan 2004, Michael Smith wrote: > The relevant patches are now in (but not yet documented), you can do what you > want with the current cvs version. > Just configure the source with <fallback-override>1</fallback-override> Am I right in thinking you mean configure the mointpoint with this atribute? And if I want to daisy chain fallbacks, do I just get mount A to
2007 Mar 17
2
Fallback
Vladislav Vorobiev wrote: > I dont no whats fallback-override. <fallback-override> will transfer all listeners from the fallback mountpoint back to this mountpoint when the source reconnects Cheers Thomas
2004 Aug 06
4
Re: Fwd: More fallback handling
Hi, I'm the author of the patch in question. Mike emailed me to say that he was not very much convinced the run command features would be useful. He also mentioned that the implementatiton is problematic. Well, to understand the reason for the command execution, one really has to know how this patch came about. I am new to icecast, four days ago I didn't know it existed. I hooked up
2012 Nov 23
2
Default fallback behaviour
Hello list, Here is the problem: I have few: passdb { #1 } passdb { #2 } And relative userdb sections. If user not found in 1) section it fallbacks to next one - it's expected and right, IMHO. But when the user exists in both section and password verification fails on 1) database it successfully authenticated on next one. I think this behaviour should be configured. The main goal of 1)
2008 Sep 06
4
schedule a fallback and / 2 sources streaming at 1 server ???
Dick Trump wrote: > kosnickx wrote: > >> So my question is if it is possible to schedule >> some sort of fallback to another mount point whenever i want to >> > > Yes. I have a Windows installation where my live stream comes from Simplecast with multiple mount points with the same data. > > At certain points in the day, I need to insert alternate
2006 Mar 11
2
ActiveRecord increment confusion
Part of my application counts the number of times a link was clicked. The Link.click function should increment the @link.clicks attribute. I assumed def click @link = Link.find(params[:id]) if @link.increment(''clicks'') redirect_to @link.url else flash[:error] = ''Could not update clicks'' redirect_to :action =>
2020 Apr 22
3
slow performance on company production server I need help
>> Hello Everyone, >> >> Since rebooting my Centos 6.10 Openvz server "daisy" yesterday, I am >> getting horrible system performance.? /var/log/messages is full of >> HDIO_GET_IDENTITY failed for /dev/sdb.? The latest entries look like >> this: >> >> Apr 22 08:51:32 daisy kernel: [141224.655699] CT: 1005: stopped >> Apr 22 08:55:04
2020 Apr 22
3
slow performance on company production server I need help
Hello Everyone, Since rebooting my Centos 6.10 Openvz server "daisy" yesterday, I am getting horrible system performance.? /var/log/messages is full of HDIO_GET_IDENTITY failed for /dev/sdb.? The latest entries look like this: Apr 22 08:51:32 daisy kernel: [141224.655699] CT: 1005: stopped Apr 22 08:55:04 daisy ata_id[21513]: HDIO_GET_IDENTITY failed for '/dev/sdb' Apr 22
2019 Mar 17
1
<fallback-override>
Hello! I have a fallback mount point with <fallback-override>. When my source client reconnects, the media player is moved mack to the right mount point but the media players I have tried (mplayer and VLC) keep playing the fallback. Is this because of my source client (liquidsoap), icecast or the media players? I think I noticed some message in mplayer about mime type or something.
2003 Aug 02
1
Cross Platform Mixers and LibAO
Hello Vorbis Developers. I'm in the proccess of writing an OggVorbis audio player using libao and libvorbisfile. I've greatly appreciated the simplicity of the API and good documentation with the souce of the libraries. I've descided that I really want a mixer on my player, and I'm unsure how to best go about it. LibAO (unless I'm absolutely blind) doesn't
2007 Mar 15
2
Fallback
hi, i get in trouble, with fallback-mount. What i thought is, if one mount is not available, than the user would redirected to the existing mount, something like that: <mount> <mount-name>/osts</mount-name> <fallback-override>1</fallback-override> <fallback-mount>/chiis-anime-mix</fallback-mount> </mount>
2007 Jan 12
5
Popup/Tooltip Dialog windows using AJAX?
Hello, Can anybody point me to a sample of popup/tooltip using Prototype? I saw examples for windows and also for tool tip but what I want is a little bit different. I want the same fuctionality which exists at yahoo mail login. https://login.yahoo.com/ -> on the right corner you have a Prevent Password Theft image. On mouse over you see a tooltip. Now the good think in this solution is that
2005 Sep 19
1
fallback in Icecast 2.3 RC3
On Mon, 2005-09-19 at 21:43, Milos Wimmer wrote: > > If there's no fallback link from /cro-region-256.ogg to > > /z-cro-region.ogg then it's wrong, but I'd prefer to see the xml and > > error log (level 4) before saying it's a bug. If there is a fallback > > from /cro-region-256.ogg to /cro-region.ogg with override enabled then > > it could happen.
2005 Sep 19
2
fallback in Icecast 2.3 RC3
On Mon, 2005-09-19 at 20:58, Milos Wimmer wrote: > I send 2 streams from machine "A" to icecast server: > "cro-region-256.ogg" (224 kb/s stream) > "cro-region.ogg" (128 kb/s stream) > > and 1 backup stream from machine "B" to same icecast server: > "z-cro-region.ogg" (128 kb/s stream) > > I'm
2008 Sep 06
0
schedule a fallback and / 2 sources streaming at 1 server ???
kosnickx wrote: > Now let's see if i got it right. Mostly right. > You have lets say 5 mount points, all of them playing the same stream > (from the same client - Simplecast). Yes > Every hour you use one of these mount points (lets say #3) to insert > alternate stream. > So with your own application (kind of scheduler i guess) you connect a > new client (that is
2006 Mar 28
1
Rails 1.1 RC1 Troubles
Just updated my Rails version with ''rake freeze_edge''. Now sadly, nothing works. The oracle connection adapter overrides the column name quoting in ActiveRecord::Base and breaks MySQL saving anything. Got around that commenting out the offending method. Next issue, generate a new scaffold of a simple table. Creating a new record fails because apparently Ruby is trying to
2010 Jul 16
2
gpxelinux local disk boot does not work
I have a lab in which I keep all my computers set to try network boot first that way it is easy to put a file in pxelinux.cfg of the mac address of a faulty machine and have it build itself or run diagnostics. Up till recently I used pxelinux.0. I have been trying out gpxelinux so that I can use its http fuctionality to download initrd images faster to boot. I just discovered that its local boot