Le 10/11/2011 12:13, Romain Beauxis a écrit :
> 2011/11/10<[email protected]>:
>> Hi,
> Hi!
>
>> I'm wondering if generating multiple totally different streams is
>> possible inside one unique liquidsoap instance?
>>
>> Totally different streams would be for instance multiple different
>> radio channels, not different outputs (mp3, ogg,...) for the same
>> source.
> Absolutely, this is for instance done in RadioPi's script:
>    http://savonet.sourceforge.net/doc-1.0.0/radiopi.html
>
>> I've red somewhere that liquidsoap doesn't take advantage of multicore
>> CPU. Correct?
> You can take advantage of multicore using different clocks:
>    http://savonet.sourceforge.net/doc-1.0.0/clocks.html (bottom)
>
> Romain

Thanks, I'll try these ASAP.

By the way, I'm sorry about it, but I have to confess that liquidsoap 
syntax is not clear enough for me. May be because I'm not used to coding :(

For instance, I'm trying to create 2 files from my source for legal 
purpose, using output.file():

- one file should record the stream in low quality (mono, 32 or 64k, 
22050 sample rate).
Following example given, I've tried without success:

output.file(%mp3(mono=true,bitrate=64,samplerate=22050),"/home/test.mp3,radio)
even reducing to
output.file(%mp3,"test.mp3",radio) doesn't work...

- second file should log timestamped metadata (artist, title) for 
royalties duties, in a CSV format.

Even if I'm sure that liquidsoap can do it quite easily, the only thing 
I can do on my own, is copying from the cookbook and trying to modify 
slightly , adding () or "", {}, etc... until everything is Ok.
This is really time consuming and they are surely more interesting 
things to do playing with liquidsoap...

Would it be possible to make the API reference more clear for "low level 
geeks"?

Thanks in advance,
:)
Fred



------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to