Hello all it's me again
I've played around with trying to set up that relay and fallback to
live stuff so that relay will be station automation with no luck
running the command
liquidsoap -c crosswavesradio.liq.bak
which crosswavesradio.liq.bak is the file I'm editing to test things
before deployment produces a parse error that I can't seem to track down.
I'll attach it.
Could someone please run that through liquidsoap and tell me what I
need to correct?
ASAP PLEASE!
Thanks.
--
Email services provided by the System Access Mobile Network. Visit
www.serotek.com to learn more about accessibility anywhere.
set("server.telnet", true)
set("harbor.password", "Juliette77Wisky")
root="/home/crosswavesradio/"
def show (id, password, name)
archive_filename="#{root}archives.crosswavesradio.com/#{id}/%Y-%m-%d.mp3"
#def live_start
# system( "/home/crosswavesradio/relay start &" )
#end
#def live_stop
# system( "/home/crosswavesradio/relay stop &" )
#end
live=input.harbor (port=8001, password=password, id)
output.file (fallible=true, reopen_delay=5., %mp3, archive_filename,
append=true, live)
#live = input.harbor( on_connect = live_start, on_disconnect = live_stop)
live
end
relay=input.http("http://68.168.103.13:8337/", relay)
#def fade (~fade_in=0.1, ~fade_out=0.1, ~fade_duration=0.1,
#a,b)
#add (normalize = false,
#[ sequence([ blank(duration=fade_duration-fade_in),
#fade.initial(duration=fade_in,b) ]),
#fade.final(duration=fade_out,a) ])
#end
%include "shows.liq"
#music = playlist(reload=3600, "#{root}auto/fallback")
#id=playlist (reload=3600, "#{root}id")
#id=delay (1200., id)
#requests=request.queue(id="requests")
#stream = rotate(transitions = [fun([live, relay]])
#stream=fallback ([requests, stream])
stream=fallback (track_sensitive=false, [live, relay])
stream=mksafe(stream)
output.icecast (mount="live", name="Crosswaves Radio",
url="http://crosswavesradio.com",
password="Juliette77Wisky", %mp3, stream)
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users