Hi Emery,

I've just successfully emerged liquidsoap on my Gentoo testing server. 
Since I'm used to compiling it manually, writing scripts from scratch 
and executing those scripts directly, can you provide more info - and 
perhaps an example - of how to set up a running stream from the Gentoo 
installation?

Liquidsoap, from the Gentoo ebuild install, informs the user:

  * You have to create an init script for each stream script:
  * ln -s liquidsoap /etc/init.d/liquidsoap.<script>
  * where script refers to /etc/liquidsoap/<script>.liq

What I have been doing is running a script, main.liq, from a dir under 
my regular user account:

#!/usr/local/bin/liquidsoap -t
set("log.file.path","/home/audiodef/radio/liquidradio.log")
set("log.level",4)
output.icecast(%vorbis(quality=0.6,samplerate=44100),
         host="localhost", port=8000,
         password="(password)", mount="radio.ogg", name="Synthetronica 
Radio",
         description="Eclectic Electronica", genre="Electronic", 
url="synthetronica.com",
         mksafe(playlist(timeout=3600.,conservative=true,
                 "http://synthetronica.com/radio/main_playlist";)))

How do I reconcile my "installed manually" script with the Gentoo ebuild 
installation?

Thanks,
Damien

On 06/01/12 18:15, Emery wrote:
> I did have problems with GD, SDL, and graphics and making them
> non-optional was a work-around. There were some other issues that I ran
> into and after some research I'll try and make a brief list of what and why.
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Savonet-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/savonet-users
>


-- 
My music: http://audiodef.com
Synthetronica: http://synthetronica.com
Male survivors of domestic violence: http://abusedmen.org


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to