Hi, On Sun, Dec 5, 2010 at 2:22 PM, <[email protected]> wrote: > Thanks for the reply and the testing. Quite honestly, I thought my project > was dead-in-the-water becuase I would be unable to use playlists as part of > the > 'show-block'.
I must say your situation doesn't seem the be the simplest. From the beginning I warned your that this "show block" idea wasn't the typical use of liquidsoap. > 1. My output now reads: > output.icecast.vorbis(quality=1.4,samplerate-22050,stereo=false, . . > .,source) -- I need the mono - will your audio_to_stereo(a) object to this? You probably need a mono output because you have mono files. If you convert everything to stereo (probably just after the queue, i.e. use audio_to_stereo(request.queue(...))) you'll be able to go back to stereo output. > 2. Since the playlist in question changes daily, what function can I use to > push the parsed playlists? You must use the server command "<queue_id>.push <uri>". This can be done in many ways as usual with server commands (telnet, socket, external script, internal script). Good luck, -- David ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
