Hi,
I've just installed liqudsoap (on Ubuntu 8.04) and it's working great so far. 
Can you please point me in the direction of information on how I can send a 
live stream (no playlist) via jack to icecast? Sample code would be great too? 

How would I adjust this code, which workd for playlists, to do live streaming?

#!/usr/bin/liquidsoap
# Log dir
set("log.file.path","/tmp/basic-radio.log")

myplaylist = playlist("/home/peter/liquidsoap/playlist.pls")

radio = mksafe(myplaylist)

output.icecast.vorbis(
  host = "localhost", port = 8000,
  password = "hackme", mount = "basic-radio.ogg",
  radio)

Thanks,
Peter
 

-- 
--
-> Peter O'Doherty
-> http://www.peterodoherty.net
-> m...@peterodoherty.net

**** rhizoradio
**** live every sunday at 18:00 (CET)
**** http://www.peterodoherty.net/rhizoradio.html
**** podcast: http://www.peterodoherty.net/rhizoradio.xml
*************************************************


------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to