Hi there

I'm running a liquidsoap on a Linux box.
I'd like the stream starts automatically after a reboot

I've put a music.liq in /etc/liquidsoap

#!/usr/bin/liquidsoap

files = mksafe(playlist("/usr/share/liquidsoap/playlist.txt"))

output.icecast(%mp3, host="sherbrooke.cqfd.net", port = 8000, password =
"***", mount = "archive", genre = "Du bonheur pur musique", url = "
http://www.suggerebonheur.com";, description = "Ca groove le positif en
musique !", name = "Radio Suggere Bonheur Musique", files)

I'm reading  a playlist in /usr/share/liquidsoap/playlist.txt

/usr/share/liquidsoap/playliste/musique1.mp3
/usr/share/liquidsoap/playliste/musique2/mp3

This list contains songs in /usr/share/liquidsoap/playliste/

If I run /etc/liquidsoap/music.liq from the user, no problem

If the root run /etc/init.d/liquidsoap start, nothing happen, nothing in the
log. Just

Starting channels: music.liq OK in return of my command

Any idea ?

Thanks
------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to