Hello Folk,

I have a Problem with Second or more Output. Mp3 Output Work, the Script 
radio.liq work, no Problem, But when I added a second or third output. 
Icecast has no output, nothing.

I have checked icecast.xml, its ok, a added second output an restart 
liquidsoap no error, but no second output! where is the mistake?

Liquidsoap 1.1.1 with Full Plugin, Icecast 2.4.2-2, Ubuntu Server 14.04.

Her my liq

#!/usr/bin/liquidsoap -v
set("log.file",false)
set("log.stdout",true)
set("log.level",3)

#Playlist
morgen = 
(mksafe(normalize(playlist(mode='randomize',reload_mode="watch","/home/Musikloaderfm/Playlisten/playmorgen.txt"))))
tag = 
(mksafe(normalize(playlist(mode='randomize',reload_mode="watch","/home/Musikloaderfm/Playlisten/playtag.txt"))))
nacht = 
(mksafe(normalize(playlist(mode='randomize',reload_mode="watch","/home/Musikloaderfm/Playlisten/playnacht.txt"))))
abend = 
(mksafe(normalize(playlist(mode='randomize',reload_mode="watch","/home/Musikloaderfm/Playlisten/playabend.txt"))))
#sonder = 
(mksafe(playlist(mode='randomize',reload_mode="watch","/home/Musikloaderfm/Playlisten/playsonder.txt")))

clock = (mksafe(single("/home/Musikloaderfm/Musik/Jingles/jingle.mp3")))

security = 
(mksafe(single("/home/Musikloaderfm/Musik/Security/security.mp3")))

live = input.http("http://xxxx.xx:9500/live";)
s = switch([ ({ 6h-12h }, morgen), ({ 12h-18h }, tag), ({ 18h-24h }, 
abend),({ 0h-6h }, nacht) ])
s = crossfade(start_next=6.0, fade_out=3.0, fade_in=3.0, s)

#def final_fade(timed_promotions,s)
#  sequence([fade.final(duration=3.,timed_promotions),s])
#end
#def out_fade(timed_promotions,b)
#  sequence([timed_promotions,fade.initial(duration=3.,s)])
#end

timed_promotions = switch([({15m0s},clock),({45m0s},clock)])
#s = add([s, switch([({0m0s},clock)])])

full = 
(mksafe(fallback(track_sensitive=false,[live,timed_promotions,s,security])))

output.icecast(%mp3,
mount="live1",
host="xxxxxxxx",
port=9500,
name="",
genre="",
description="",
url="http://tune-fm.de";,
user="xxxxx",
password="xxxx",
full)

output.icecast(%vorbis,
mount="live2",
host="xxxxxxx",
port=9500,
name="",
genre="",
description="",
password="xxx",
user="xxxx",
full)

Thanx

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to