Hello David, > Could you open a new ticket on our new Trac [1] regarding your > 1-channel bug ? Please attach your liq script, because different > operators behave differently with a strange number of channels.
Of course, how can I open a ticket on your trac system? anyway, my test.liq is: ______________________________________________________________________ #!/usr/local/bin/liquidsoap -v set frame.samplerate = 44100 set frame.size = 2048 set frame.channels = 1 set log.dir = "/tmp" set socket = false stream = normalize(playlist.safe(mode="normal", "/path/to/playlist-test.txt")) #iffail = normalize(mksafe(playlist(mode="normal", # "/path/to/playlist-test-safe.txt"))) die = fallback(track_sensitive=false,[stream]) output = output.icecast.mp3(mount="test.mp3",bitrate=64,host="localhost", port=8000,user="xxxx",password="xxxxx",die) _______________________________________________________________________ I am using revision 3735 and playlist-test.txt just contains a line like: /path/to/somefile.mp3 > Vincent can answer me: how did you get 5-channels output ? does > output.*.vorbis() support them ? with a special parameter ? what > about MP3, or hardware outputs ? It sounds cool! let me know if you need a tester Have a nice autumn day Jorge ------------------------------------- Saca tu propia cuenta de email gratis en Colombia entrando a http://mail.conexcol.com
