On Sun, 05 Dec 2010 08:34:48 -0500, David Baelde  
<david.bae...@ens-lyon.org> wrote:

> Hi,
>
> On Sun, Dec 5, 2010 at 2:22 PM,  <kro...@aolohr.com> 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).


My question: should I put this "<queue_id>.push <uri>" block of code that
parses the individual ogg/mp3s WITHIN the 'a = request.queue(queue . . .)'
treating it as yet another part of the queue, and sharing the same 'audio_
to-stereo' and 'crossfade', or place it OUTSIDE and do a separate 'audio_to
_stereo' and 'crossfade' block of code?

Thanks,
Andre

>
> Good luck,


-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

------------------------------------------------------------------------------
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
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to