Thanks for your fast answer.
I am using debian package svn (liquidsoap, 0.3.5+svn20071211-1)
I have just updated to "0.3.5+svn20071213-1"
About my config file :
I using this config :
Playlist definition :
lundi_00h00_00h59 =
playlist
.safe(mode="normal",reload=1,reload_mode="rounds",mime_type="audio/x-
mpegurl","/opt/webradio/playlist/lundi_00h00_00h59.m3u")
lundi_01h00_01h59 =
playlist
.safe(mode="normal",reload=1,reload_mode="rounds",mime_type="audio/x-
mpegurl","/opt/webradio/playlist/lundi_01h00_01h59.m3u")
lundi_02h00_02h59 =
playlist
.safe(mode="normal",reload=1,reload_mode="rounds",mime_type="audio/x-
mpegurl","/opt/webradio/playlist/lundi_02h00_02h59.m3u")
lundi_03h00_03h59 =
playlist
.safe(mode="normal",reload=1,reload_mode="rounds",mime_type="audio/x-
mpegurl","/opt/webradio/playlist/lundi_03h00_03h59.m3u")
... to lundi_23h00_23h59
and for all days.
radio config :
default =
playlist
.safe(mode="normal",reload=1,reload_mode="rounds",mime_type="audio/x-
mpegurl","/opt/webradio/playlist/default.m3u")
echec = single("/etc/liquidsoap/noise.mp3")
radio = fallback([request.queue(), switch([
({1w and 0h-0h59}, lundi_00h00_00h59),
({1w and 1h-1h59}, lundi_01h00_01h59),
({1w and 2h-2h59}, lundi_02h00_02h59),
({1w and 3h-3h59}, lundi_03h00_03h59),
...
({7w and 22h-22h59}, dimanche_22h00_22h59),
({7w and 23h-23h59}, dimanche_23h00_23h59),
]) ])
output.icecast.mp3 (
host = "localhost",
port = 8000,
password = "mypassword",
description = "Webradio",
restart = true,
mount = "listen",
radio
)
If you would like my complete config file let me know, there are 405
total lines :-)
Thanks again :-)
Laurent.
Le 13 déc. 07 à 13:41, Romain Beauxis a écrit :
Le Thursday 13 December 2007 13:36:34 masterlolo, vous avez écrit :
Hi,
Hi !
I have created webradio, with 24 playlists (one by hours) on 7 days,
total playlist 168.
After 3 hours started, the webradio stopped and I have a multiple
repetition in the log :
Which code are you using ?
We corrected several open file leak two days ago, it's highly
probable you
were hit by this issue...
Romain