Hello !

Le jeudi 4 février 2010 06:37:12, Dylan T a écrit :
> I have a shoutcast server I want to relay it into aac or aacplus using
>  liquidsoap. I want the aac stream to be 64 kbit and fail to a single .ogg
>  file.

Having a fallback is no longer necessary with liquidsoap 0.9.2. You can also 
have a fallible source, which will disconnect when the relay is not available.
  
> I have liquidsoap running fine, just cant get the script right. Can anyone
>  give me an idea of what this script should look like?

Well, the simpliest script, using liquidsoap 0.9.2 and the internal aac 
encoder would be:

s = input.http("http://server:8000/";)

output.icecast.aacplus(host="server",port=8000,password="pass", mount="mount", 
fallible=true, s)


Romain



------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to