you need to change the following line from: radio = fallback(track_sensitive=false,[safe,test]) to: radio = fallback(track_sensitive=false,[test,safe])
----- Original Message ----- From: "q9c9p" <[email protected]> To: <[email protected]> Sent: Friday, July 20, 2012 7:17 PM Subject: Re: [Savonet-users] RSS playlist > Hi all again, > > I'm still having issues trying to use rss as playlists. > > I'll post you my 2 eamples, the first works fine, it fetch and play the > files, the second doesn't and continue to fallback to the safe. > > this works fine > > radio = > mksafe(audio_to_stereo(playlist("http://example.org/dir/?action=RSS"))) > > output.icecast(%vorbis, host="localhost", port=8000, password="hackme", > mount="liq.ogg", radio) > > this fallback in loop to the safe > > safe = mksafe(audio_to_stereo(single("./fileaudio.mp3"))) > > test = playlist("http://example.org/dir/?action=RSS") > > radio = fallback(track_sensitive=false,[safe,test]) > > output.icecast(%vorbis, host="localhost", port=8000, password="hackme", > mount="liq.ogg", radio) > > Am I misunderstanding or misusing something? > Thank you. > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Savonet-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/savonet-users ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
