Hello list, I e-mailed some time days ago asking about the liquidsoap behaviour on some tests, dont know if my e-mail was not received or just nobody could answer at the moment. Maybe i'll be more lucky today :)
I am trying to crash this code: _______________ #!/usr/local/bin/liquidsoap -v set log.dir = "/tmp" set socket = false stream = normalize(playlist.safe(mode="normal", "/path/to/playlist-main.txt")) iffail = normalize(playlist.safe(mode="normal", "/path/to/playlist-rescue.txt")) die = fallback(track_sensitive=false,[stream,iffail]) output = output.icecast.mp3(mount="test.mp3",bitrate=64,host="localhost", port=8000,user="xxx",password="xxxx",die) ________ With the next results (the radio station was running during all tests): 1) If playlist-main.txt is deleted the radio station does not stop. 2) if playlist-main.txt is corrupted the radio station does not stop 3) If playlist-main.txt is modified the radio station ignores the change until the script is restarted for any reason. 4) if playlist-main.txt is corrupted or deleted and the radio station is restarted, it does not load the playlist-rescue.txt :( HOW CAN I FIX THE 4 POINT? I have a very similar code with a live streaming moving to a static playlist and viceversa without problems, why it does not work between two static playlists? am i missing something? Thanks in advance for any help Jorge ------------------------------------- Saca tu propia cuenta de email gratis en Colombia entrando a http://mail.conexcol.com
