John Chewter said:Is the problem that you cannot use failover and webstream?
Has anybody got similar working?
putting a web stream in a fallback ,I do not know why someone would want to do that when its so easy to schedule a show for that but if you do think you need it you have to have a line like this
ignore(output.dummy(source, fallible=true))
so that you can send some of the buffer over-run from the stream to silence
then you have to do something with the silence by passing it to say a failover jingles.
I do hope you share more information like the blogspot so I can help.
Pm me if you do not want to put it here
*********************************
* V.O.I.S.S.E.S. * *
* Can You Hear Me Now * *
*********************************
♬♬♬♬♬♬♬♬♬♬♬♩♪♫♩♪♫♪♩♫♪♩ ♬♬♬♬♬♬♬♬♬♬♬
######################################################
[En][24/7][712- 432- 8476]############################
http://tunein.com/radio/BIGLINK-RADIO-s190864/
[Korean][24/7] [712- 432- 8464]#######################
http://tunein.com/radio/Goaheadmissionorg-s190399/
[En][Sundays 2300-Mondays 0600 EST][712- 432- 8437]###
http://tunein.com/radio/Caribbean-Experience-s200915/
######################################################
These are the only changes:
#default = amplify(id="silence_src", 0.00001, noise())
#default = rewrite_metadata([("artist","Airtime"), ("title", "offline")],default)
#drops = playlist(mode='randomize',reload=1,reload_mode="rounds", "/srv/airtime/drops/")
music = playlist(mode='randomize',reload=1,reload_mode="rounds", "/srv/airtime/stor/music-fillers")
jingles = playlist(mode='randomize',reload=1,reload_mode="rounds", "/srv/airtime/stor/jingles")
default = rotate(weights=[1,3], [jingles,music])
ignore(output.dummy(default, fallible=true))
It looks like you're new here. If you want to get involved, click one of these buttons!