Re: [Savonet-users] Fallback issue

2017-03-19 Thread neralex
"Shouldn’t it only go to it if there is an issue with the source?" Yes, you got it. Am 19.03.2017 um 15:24 schrieb Alan Fahrner: > Shouldn’t it only go to it if there is an issue with the source? > -- Check out the

Re: [Savonet-users] Fallback issue

2017-03-19 Thread neralex
Hey! I'm working with SHOUTcast v2 and maybe it helps to understand it. You have to set the fallback after your live-port, its like a priority in which order the sources will be used. If "live" not connected, so use the "fallback". #port and pass for djs live =

[Savonet-users] Fallback issue

2017-03-18 Thread Alan Fahrner
Hi folks, Hoping for pointers…I’ve search for an answer to this one too and cannot figure out what I am doing wrong. The problem is that if I set "track_sensitive=false” in fallback, it always uses the fallback file (and never the primary source). Before I share my script, do I have do do a

[Savonet-users] Fallback track play first 4 - 5 minutes repeatedly

2016-11-02 Thread Joakim Refsdahl
*Vennlig hilsen / Kind regards* *Joakim Refsdahl* *(+47) 400 69 819* *StreamLab : Digital Skilting* http://streamlab.no/ Hi there! My Liquidsoap script is running on a RaspberryPi 2, and the script is running all day long. It's a pretty simple script, and seems to be working _most_ of the

Re: [Savonet-users] Fallback to input.gstreamer.audio not working

2015-07-05 Thread Jonathan Thorpe
Hi All, Looking at the logging from LiquidSoap when the request queue is emptied of Ogg files, I thought I'd revisit an earlier attempt I had to use WAV files instead, which is ultimately what I want to do. All of the Wav files I have are encoded as mono and they never play because the request

Re: [Savonet-users] Fallback to input.gstreamer.audio not working

2015-07-03 Thread Jonathan Thorpe
Hi Drew, Try sending the streamed source to a dummy output at all times no matter where else you send it. Let me know the results. Many thanks for your suggestion. I've just tried this with an output.dummy as below and it doesn't appear to have any effect. set(server.telnet,true)

Re: [Savonet-users] Fallback to input.gstreamer.audio not working

2015-07-03 Thread drew Roberts
Hey Jonathan, On Fri, Jul 3, 2015 at 3:46 AM, Jonathan Thorpe j...@jonthorpe.net wrote: Hi Drew, Try sending the streamed source to a dummy output at all times no matter where else you send it. Let me know the results. Many thanks for your suggestion. I've just tried this with an

[Savonet-users] Fallback to input.gstreamer.audio not working

2015-06-30 Thread Jonathan Thorpe
Hi All, Very new to Liquidsoap, but absolutely love the potential this software has. I'm attempting to use it as part of a project to generate regional streams that play advertisements over the top of a main stream. The source of the audio is from a Barix Instreamer which I have sending MPEG

Re: [Savonet-users] Fallback

2014-02-10 Thread David Baelde
Hi, With your code if the http source(s) can't connect, and the queue is empty, I don't see to what it should fallback. In any case, an http source does not produce anything when it fails to connect, and thus in those cases the fallback will fall back to the next source just as it would do with

Re: [Savonet-users] Fallback

2014-02-10 Thread JD Buys
Hi David, Thanks for the reply. It does fallback thanks. I am blaming lack of sleep for my bad tests...=). JD On Mon, Feb 10, 2014 at 10:17 AM, David Baelde david.bae...@gmail.comwrote: Hi, With your code if the http source(s) can't connect, and the queue is empty, I don't see to what it

Re: [Savonet-users] Fallback

2014-02-07 Thread Leonard de Ruijter
Hello, Could you give a code example? That might help me and others help you solve the issue. Regards, Leonard On 2/7/2014 2:38 PM, JD Buys wrote: Hi, How do I get a http.input source to fallback when it can't connect to the source? I keep getting Connection failed: Internal http error.

Re: [Savonet-users] Fallback

2014-02-07 Thread Leonard de Ruijter
Hi, Are you sure the get_source_by_order function is working properly? Where's this function meant for? Is there anything against fallback(track_sensitive=false,[source1,source2,source3])? On 2/7/2014 2:51 PM, JD Buys wrote: Hi, Here's a part of my script:

Re: [Savonet-users] Fallback

2014-02-07 Thread Leonard de Ruijter
Does a fallback to blank take place when you assign mksafe(source2) to your output? On 2/7/2014 3:22 PM, JD Buys wrote: The get_source_by_order method does work correctly, but you can test it with fallback(track_sensitive=false,[source1,source2,source3]) and then starting for e.g source2,

Re: [Savonet-users] Fallback

2014-02-07 Thread JD Buys
The get_source_by_order method does work correctly, but you can test it with fallback(track_sensitive=false,[source1,source2,source3]) and then starting for e.g source2, then you will see source2 trying to connect but obviously failing, and no fallback. JD On Fri, Feb 7, 2014 at 4:03 PM,

Re: [Savonet-users] Fallback switches only once

2013-06-09 Thread Romain Beauxis
2013/6/4 Tuukka Ojala tuukka.oj...@gmail.com: Hello, Hi! First of all, sorry if this question has been asked here before. I couldn't find anything in the list archives, but it could be that I just wasn't looking for the right thing. No worries :-) Anyway, here goes: I've made a basic

[Savonet-users] Fallback switches only once

2013-06-04 Thread Tuukka Ojala
Hello, First of all, sorry if this question has been asked here before. I couldn't find anything in the list archives, but it could be that I just wasn't looking for the right thing. Anyway, here goes: I've made a basic Liquidsoap script which has two sources: a playlist consisting of 2000+

[Savonet-users] Fallback skip problem

2012-10-15 Thread Alessandro Casella
Hi everyone, i can't understand where is the problem... %include library/pervasives.liq %include /etc/airtime/liquidsoap.cfg set(log.file.path, log_file) set(log.stdout, true) set(server.telnet, true) set(server.telnet.port, 1234) time = ref string_of(gettimeofday()) queue =

Re: [Savonet-users] fallback?

2011-12-31 Thread David Baelde
On Fri, Dec 30, 2011 at 7:27 PM, Josh josh.stirlan...@gmail.com wrote: music = smart_crossfade(fade_in=0.4,fade_out=0.4,music) Here you are merging consecutive tracks of music. Merging two tracks results in only one track with no distinguishable in-between. music = random(weights = [1, 2],[j,

Re: [Savonet-users] fallback?

2011-12-30 Thread David Baelde
If you mean that you have a fallback([A,jingles]) where A is available but the fallback doesn't swicth to it, it could be that the fallback is track sensitive but that you merged the jingle tracks together using crossfading. If it's not this common problem, we need more details... David

Re: [Savonet-users] fallback?

2011-12-30 Thread Josh
so how do i stop the jingles from merging? i am using cross fade. - Original Message - From: David Baelde david.bae...@gmail.com To: Josh josh.stirlan...@gmail.com Cc: Savonet-users@lists.sourceforge.net Sent: Friday, December 30, 2011 11:11 AM Subject: Re: [Savonet-users] fallback

Re: [Savonet-users] fallback?

2011-12-30 Thread David Baelde
You use crossfading _after_ switching is you want to do a track-based switching. If you think about it it's pretty normal: you don't want to overlay two jingles together if you're switching and inserting a song in between. David

Re: [Savonet-users] fallback?

2011-12-30 Thread Josh
ok, i have no idea how to do this. can u give me an example? - Original Message - From: David Baelde david.bae...@ens-lyon.org To: Josh josh.stirlan...@gmail.com Cc: Savonet-users@lists.sourceforge.net Sent: Friday, December 30, 2011 2:51 PM Subject: Re: [Savonet-users] fallback? You

Re: [Savonet-users] fallback?

2011-12-30 Thread David Baelde
Hi Josh, You should really try to get the graphical idea that you can find, for example, at the beginning of this tuto: http://savonet.sourceforge.net/doc-svn/complete_case.html When you understand this, you should write/adapt script much more easily. What I meant by after is that, instead of

Re: [Savonet-users] fallback?

2011-12-30 Thread David Baelde
It could be many things. Could you show us the relevant parts of your script? -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure

Re: [Savonet-users] fallback?

2011-12-30 Thread Josh
@lists.sourceforge.net Sent: Friday, December 30, 2011 6:08 PM Subject: Re: [Savonet-users] fallback? It could be many things. Could you show us the relevant parts of your script? -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you

[Savonet-users] fallback?

2011-12-29 Thread Josh
hi all, when one of my timed music sources are unavalable, i want the fallback file to play. but at the moment, it plays all the jingles on a loop. how do i go about fixing this?-- Ridiculously easy VDI. With Citrix

Re: [Savonet-users] Fallback problem

2011-08-20 Thread Paulin Halenria
And is this a possible way to work ? live = strip_blank(input.http(http://localhost:8000/live;)) stream = strip_blank(input.http(http://localhost:8000/stream;)) archive = strip_blank(input.http(http://localhost:8000/archive;)) Does the fallback switch the input in case of working stream but with

Re: [Savonet-users] Fallback problem

2011-08-20 Thread Romain Beauxis
Hi Paulin! Le 20 août 2011 06:15, Paulin Halenria pau...@halenria.com a écrit : And is this a possible way to work ? live = strip_blank(input.http(http://localhost:8000/live;)) stream = strip_blank(input.http(http://localhost:8000/stream;)) archive =

[Savonet-users] Fallback problem

2011-08-19 Thread Paulin Halenria
Hi there I'm trying to use the fallback feature I have an icecast2 server on the server (same as liquidsoap running) I have external sources streaming to the icecast montpoints the mounts are /live /stream /archive My script is the following : #!/usr/bin/liquidsoap live =

Re: [Savonet-users] Fallback problem

2011-08-19 Thread Simon Renquin
Hi, You just have to remove the mksafe on the 3 streams (live, stream and archive). These prevents the source to fail while the fallback waits for the live source ro fail in order to forward the stream source... (and so on) Le 19 Aug 2011 à 21:37, Paulin Halenria pau...@halenria.com a

Re: [Savonet-users] Fallback problem

2011-08-19 Thread Joe Hartley
On Fri, 19 Aug 2011 21:37:34 +0200 Paulin Halenria pau...@halenria.com wrote: live = mksafe(input.http(http://localhost:8000/live;)) stream = mksafe(input.http(http://localhost:8000/stream;)) archive = mksafe(input.http(http://localhost:8000/archive;)) files = mksafe(playlist(playlist.txt))

Re: [Savonet-users] Fallback problem

2011-08-19 Thread Paulin Halenria
Found... Too many mksafe to be fallback'able :) Thx 2011/8/19 Paulin Halenria pau...@halenria.com Hi there I'm trying to use the fallback feature I have an icecast2 server on the server (same as liquidsoap running) I have external sources streaming to the icecast montpoints the mounts

[Savonet-users] Fallback() oddity?

2008-12-14 Thread Frits Letteboer - St. Radio Twenterand
Hi all! Another day, another problem ;) Seems like fallback() in the attached script doesn't behave like it should? Or did I something stupid? Consider the following part: j = delay(5., jingles) muziek = fallback([j, radio]) final = fallback(track_sensitive=false,[live,muziek,security]) If