Hi Luis!

2011/11/29 David Baelde <[email protected]>:
> 2011/11/28 Luis Francisco Barbieri Croquer <[email protected]>:
>> Hi Im trying to use Liquidsoap to built a chain of online radios, but i cant
>> figure out how to do it. Just i want create like 100 playlist to streams by
>> Icecast2 server with aacplus enconder. Savonet can help me ?
>
> Based on the little info that you give here, yes, liquidsoap can help you.

Here's some code snippet for you to look at :-)

# Instantiate a radio

def new_radio(mount, url) =
   s = playlist(url)
   output.icecast(%aacplus, mount=mount, fallible=true, s)
end

# Let's do it!
new_radio("foo", "bar")
new_radio("gni", "gna")
...

Of course, you won't be able to run 1000 radios on a single machine,
but once you get the mechanics running, it'll be very easy to scale
it.

Romain

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to