Hello,

I have a problem that have appeared recently, when I added a playlist
for a special show in my script.

Here's the complete script : http://www.riff-radio.org/~riffsoap/riff010.liq.txt

As you see, there is a playlist.m3u that plays most of the day, except
during live shows : it contains about a hundred mp3s, all the time.
There is also a play.m3u from a different folder, that only plays on
saturday at 9PM : it contains only one mp3 (sometimes even, none at
all).

My problems are the following :


Problem 1 :
 Each time liquidsoap tries to refresh play.m3u (only one track
inside), it reacts oddly. At the beginning it tries to load it, does
it successfully, then go on. Then, when the script has been running
for a moment, it tries to load it, success, but then tries again,
another success, and so on. It tries, maybe, 30 times, and looks like
the following :

2009/06/06 15:10:55 [playlist parser:4] Trying audio/x-scpls parser
2009/06/06 15:10:55 [playlist parser:4] Trying audio/x-mpegurl parser
2009/06/06 15:10:55 [play(dot)m3u:3] Playlist treated as format audio/x-mpegurl
2009/06/06 15:10:55 [play(dot)m3u:3] Successfully loaded a playlist of 1 tracks.
2009/06/06 15:10:55 [play(dot)m3u:3] Loading playlist...
2009/06/06 15:10:55 [play(dot)m3u:3] No mime type specified, trying
autodetection.
2009/06/06 15:10:55 [playlist parser:4] Trying audio/x-scpls parser
2009/06/06 15:10:55 [playlist parser:4] Trying audio/x-mpegurl parser
2009/06/06 15:10:55 [play(dot)m3u:3] Playlist treated as format audio/x-mpegurl
2009/06/06 15:10:55 [play(dot)m3u:3] Successfully loaded a playlist of 1 tracks.
2009/06/06 15:10:55 [play(dot)m3u:3] Loading playlist...
2009/06/06 15:10:55 [play(dot)m3u:3] No mime type specified, trying
autodetection.
2009/06/06 15:10:55 [playlist parser:4] Trying audio/x-scpls parser
2009/06/06 15:10:55 [playlist parser:4] Trying audio/x-mpegurl parser
2009/06/06 15:10:55 [play(dot)m3u:3] Playlist treated as format audio/x-mpegurl
2009/06/06 15:10:55 [play(dot)m3u:3] Successfully loaded a playlist of 1 tracks.
2009/06/06 15:10:55 [play(dot)m3u:3] Loading playlist...
2009/06/06 15:10:55 [play(dot)m3u:3] No mime type specified, trying
autodetection.
2009/06/06 15:10:55 [playlist parser:4] Trying audio/x-scpls parser
2009/06/06 15:10:55 [playlist parser:4] Trying audio/x-mpegurl parser
2009/06/06 15:10:55 [play(dot)m3u:3] Playlist treated as format audio/x-mpegurl
2009/06/06 15:10:55 [play(dot)m3u:3] Successfully loaded a playlist of 1 tracks.
2009/06/06 15:10:55 [play(dot)m3u:3] Loading playlist...


And the longer the script has been running, the more it tries again and again.
When the script has been running for about a day, I get about 150
pages of logs of only these EACH time it tries to reload the list.


Problem n°2 :

>From time to time, the fallback between (live,xradio,backup), fails.
Apparently, this is a problem with the music playlist.

As you have noticed, there is a random(music,jingles) with two playlists.

Even though there is no reason, it first fails playing the music,
plays 2-4 jingles in a row, then it falls back to backup. It can
happen at any time of the day, but usually after the script has been
running for quite a few hours. It plays the playlist as usual, and
then, suddenly, bam! First no music anymore, then after a few jingles,
no jingles anymore, only the backup sound.

Here is an extract from my logs : http://www.riff-radio.org/~riffsoap/logs1.txt


BOTH problems has appeared at the same time : when I added the one-mp3
playlist (play.m3u), and the switch to go with it. So I think they're
linked in some way. I tried changing the switch logic but it didn't
change anything.

Thanks.

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to