404 - The file you requested could not be found
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