This should help:
http://savonet.sourceforge.net/doc-svn/encoding_formats.html
David
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed an
Hello.
I have the same error, how do you fix it?
Thanks
--
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.
Hi,
On Fri, Oct 15, 2010 at 6:51 AM, Senaka Amarakeerthi wrote:
> # Stream it out
> output.icecast(%vorbis,
> host = "localhost", port = 8000,
> password = "hackme", mount = "basic-radio.ogg",
> radio)
>
The way liquidsoap handles outputs has changed since 1.0beta. Prior than
this version t
Hi,
I am trying to run this script in Ubuntu 10.4
Code:
#!/usr/bin/liquidsoap
# Log dir
set("log.file.path","/tmp/basic-radio.log")
# Music
myplaylist = playlist("~/radio/music.m3u")
# Some jingles
jingles = playlist("~/radio/jingles.m3u")
# If something goes wrong, we'll play this
security = s
Hi,
If you're install went ok, it should be enough to run the init script
as root. In fact it may be enough to run it as user liquidsoap (which
should belong to the group liquidsoap). If you run as a normal user,
you're not allowed to change user and group for "liquidsoap".
On Sun, Oct 17, 2010 a
Hi,
Got the problem solved.
Added following line to the liquidsoap.liq
set("init.daemon.pidfile.path","/var/run/liquidsoap/
Hi,
I have configured the server to run the service in background
according to the instructions I found in documentation.
Also I have placed the liquidsoup.liq in /etc/liquidsoap.
Then I tried to start the server using
/etc/init.d/liquidsoap start
When i try with a normal user account I end up
Hi,
On Sat, Oct 16, 2010 at 1:15 AM, Senaka Amarakeerthi
wrote:
> Sorry I didn't read whole documentation.
There's a lot, you can't read everything. But by reading a little
you'd learn how to find help. For example:
> But I would like to know
> whether we can reload songs from a directory witho
Hi,
Thanks a lot. It works great. Thank you again for maintaining this
wonderful script. I installed newest beta version.
Sorry I didn't read whole documentation. But I would like to know
whether we can reload songs from a directory without restarting (I
don't have a play list). May be with a com
Hi,
The %vorbis thing is only for liquidsoap 1.0 beta. Hence, you need to
upgrade liquidsoap or rewrite your script using the old
output.icecast.vorbis(..) operator. I recommend the upgrade: since
you're new, you don't want to learn the old stuff that is getting
outdated. You should be able to use
Hi,
I am trying to run this script in Ubuntu 10.4
Code:
#!/usr/bin/liquidsoap
# Log dir
set("log.file.path","/tmp/basic-radio.log")
# Music
myplaylist = playlist("~/radio/music.m3u")
# Some jingles
jingles = playlist("~/radio/jingles.m3u")
# If something goes wrong, we'll play this
security = s
11 matches
Mail list logo