liquidsoap

icecast - request parsing failed

守給你的承諾、 提交于 2020-01-16 18:03:25
问题 all. I have everything installed and running, however. The Icecast2 pages are not showing anything. No Mountpoint List No Server Status No nothing? Only shows: Admin Home & Version This is the error from the Icecast log. EROR connection/_handle_connection HTTP request parsing failed Here is my icecast.xml file. <icecast> <!-- location and admin are two arbitrary strings that are e.g. visible on the server info page of the icecast web interface (server_version.xsl). --> <location>earth<

Icecast with Liquidsoap not working

流过昼夜 提交于 2019-12-11 06:05:51
问题 All; Ubuntu 18.04 - Icecast / LiquidSoap / opam / (liquidsoap-daemon) Installed : taglib mad lame Vorbis cry ssl samplerate magic opus Plugins : liquidsoap-plugin-all System Specs : -System - VirtualBox -CPU = Intel(R) Core(TM) i7-2720QM CPU @ 2.20GHz -Memory = 1969MiB (2GB assigned to VM Client) I have been messing with this for a while now and to no avail. I have this thread that is now closed, that has near about everything that you would need to look at about my setup. icecast request

404 - The file you requested could not be found

拥有回忆 提交于 2019-12-08 01:06:31
问题 My icecast2 server is running and I can see my admin. My config file is setup also with a normal mount set. My source client is liquidsoap, this is my code: #!/usr/bin/liquidsoap # Log dir set("log.file.path","/var/log/liquidsoap/basic-radio.log") jazz = playlist("/var/www/html/stream/audio/mp3/jazz") popular = playlist.safe("/var/www/html/stream/audio/mp3/popular-music") radio = fallback( [ switch( [ ({ 0h-12h }, jazz), ({ 12h01-23h59 }, popular), ]), jazz]) #radio = random(weights=[1,5],[

404 - The file you requested could not be found

别来无恙 提交于 2019-12-06 13:33:59
My icecast2 server is running and I can see my admin. My config file is setup also with a normal mount set. My source client is liquidsoap, this is my code: #!/usr/bin/liquidsoap # Log dir set("log.file.path","/var/log/liquidsoap/basic-radio.log") jazz = playlist("/var/www/html/stream/audio/mp3/jazz") popular = playlist.safe("/var/www/html/stream/audio/mp3/popular-music") radio = fallback( [ switch( [ ({ 0h-12h }, jazz), ({ 12h01-23h59 }, popular), ]), jazz]) #radio = random(weights=[1,5],[ jazz, radio ]) # Stream it out output.icecast(%mp3, host = "18.221.199.44", port = 8000, , mount = "ssp