Hi everyone.

First of all thanks for this great piece old software. It is has a very
nice approach. The hability to make a script like this is much better
than a gui...

Can someone help me find out why liquidsoap crashes after some time?

I am trying with this simple config file:

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

# Music
myplaylist = single("/home/rc/mp3/voce_esta_ouvindo2.mp3")
# Some jingles
#jingles = playlist("~/radio/jingles.m3u")
# If something goes wrong, we'll play this
security = single("/home/rc/mp3/internacional.mp3")

# Start building the feed with music
radio = myplaylist
# Now add some jingles
#radio = random(weights = [1, 4],[jingles, radio])
# And finally the security
radio = fallback(track_sensitive = false, [radio, security])

 # Stream it out
output.icecast.mp3(
  host = "localhost", port = 8000,
  password = "XXXXXX", mount = "lista",
  radio)


I get lots of

2010/07/27 05:16:52 [src_5689:3] Finished with
"/home/rc/mp3/internacional.mp3".
2010/07/27 05:16:52 [src_5689:3] Prepared
"/home/rc/mp3/internacional.mp3" (RID 0).

In icecast log I get:

[2010-07-27  05:16:52] INFO admin/admin_handle_request Received admin
command metadata on mount "/lista"
[2010-07-27  05:16:52] INFO admin/command_metadata Metadata on
mountpoint /lista changed to " - A Internacional"
[2010-07-27  05:20:13] INFO source/get_next_buffer End of Stream /lista
[2010-07-27  05:20:13] INFO source/source_shutdown Source "/lista" exiting
[2010-07-27  05:20:14] WARN source/source_fallback_file unable to open
file "/usr/share/icecast2/web/lista"


Then suddenly it closes... Nothing else in the logs..

I read an email in the lsit about someone with a similiar problem, but I
have already done what is suggested (compile liquidsoap with mp3 support)
I am using ocaml-lame-0.2.4 and liquidsoap-0.9.2...
When I ./configure liquidsoap I get mp3 YES . Then I compile and make
install.
So I imagine it is installed in the proper way...
------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to