Romain Beauxis says:
> Ticket registered:
>   http://savonet.rastageeks.org/ticket/205
>
> I'm wondering, what happens with the restart=true parameter ?
>   
The same thing happens when i set the restart parameter: the load 
increases to 10 and more and program exits.
For example... and below is the MINIMALISTIC SCRIPT ALSO.

2008/12/03 12:05:17 [format.mp3:4] open "/mp3/background/Jamendo/Ken 
Verheecke - Beneath a prairie moon/07 - At The Edge Of Light.mp3"
2008/12/03 12:05:17 [background:3] Prepared "/mp3/background/Jamendo/Ken 
Verheecke - Beneath a prairie moon/07 - At The Edge Of Light.mp3" -- rid 16
2008/12/03 12:05:17 [decoder:4] Trying MP3 decoder for 
"/mp3/background/Jamendo/Paco Santiago - El paseo de los Tristes/12 - 
Melancolia.mp3"
2008/12/03 12:05:17 [format.mp3:4] open "/mp3/background/Jamendo/Paco 
Santiago - El paseo de los Tristes/12 - Melancolia.mp3"
2008/12/03 12:05:17 [format.mp3:4] close "/mp3/background/Jamendo/Paco 
Santiago - El paseo de los Tristes/12 - Melancolia.mp3"
2008/12/03 12:05:19 [background:4] queue length 1323000+=1323000 (rid 20)
2008/12/03 12:05:19 [root:2] We must catchup 4.41 seconds (we've been 
late for 100 rounds)!
2008/12/03 12:05:27 [root:2] We must catchup 1.24 seconds!
2008/12/03 12:05:31 [root:2] We must catchup 3.92 seconds!
2008/12/03 12:05:34 [root:2] We must catchup 1.02 seconds!
2008/12/03 12:05:53 [main:3] Shutdown started!
2008/12/03 12:05:53 [threads:3] thread "non-blocking queue #1" exited (2 
remaining)
2008/12/03 12:05:53 [root:2] Root shutdown
2008/12/03 12:05:53 [source:4] hozana(dot)mp3 gets down
2008/12/03 12:05:53 [source:4] src_3474 gets down
2008/12/03 12:05:53 [source:4] src_3468 gets down
2008/12/03 12:05:53 [threads:3] thread "root" exited (1 remaining)
2008/12/03 12:05:56 [main:3] Cleaning downloaded files...
2008/12/03 12:05:56 >>> LOG END



STRIPPED DOWN - MINIMALISTIC scrit is as follows:

______________________________________________________________

#!/usr/bin/liquidsoap

set("log.file.path", "/var/log/liquidsoap.log")
set("init.daemon.pidfile.path", "/var/run/liquidsoap/hozana.pid")
set("tag.encodings",["UTF-8","ISO-8859-1"])
set("log.level",5)


hozana = playlist (id="hozana", mode="normal", "/mp3/bible/playlist")
background = playlist (id="background", reload=43200, 
"/mp3/background/playlist")

security = single("/mp3/security.mp3")

# insert 10 seond pause after each track
hozana = append (hozana, fun(_)->blank(duration=10.))

# slight music background
hozana = add(normalize = true, weights = [6,1], [hozana,background])
hozana=fallback ([hozana, security])


output.icecast.mp3(description = "Neprestano branje Nove zaveze", name = 
"Hozana.si", url = "http://hozana.si";, 
 host = "localhost", port = 8000,  password = "source", mount = 
"hozana.mp3",   bitrate = 56,
  samplerate = 22050,   stereo = true,  restart = true,   hozana)

______________________________________________________________


This problem is killing me... please, look at it, THANK YOU!

Matej

>
> Romain
>
>   

-- 

Mir in dobro!

br. Matej

http://matej.nastran.net



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to