Closed stifutkin closed 3 years ago
Which verion of Liquidsoap are you using?
Liquidsoap 1.4.4
But this configuration works perfectly:
play_list = playlist(reload=0, reload_mode="rounds", mode="random", "/home/book/stream/__beep1") output.icecast(fallible=true, %mp3(bitrate=64, samplerate=44100, id3v2=true), mount="test", host="test.ru", port=8000, password="test", encoding="UTF-8", icy_metadata="true", play_list )
(without rotate())
Hi!
You should remove this line:
set("decoder.debug",true)
It is designed to let exceptions during decoding surface and crash the script so we can debug where they are coming from..
Hello When I use
rotate(weights = [1, 1], [beep, play_list])
liquidsoap plays one track only once and crashes.Then