Windows Help #2665
Replies: 3 comments 6 replies
-
Hi @refriedfood. We need to find a better way to communicate about this. The set("log.file.path","log.log")
myplaylist = playlist("test.m3u")
radio = myplaylist
radio = fallback(track_sensitive = false, [radio])
output.icecast(
%ffmpeg(
format="mp3",
%audio(codec="libmp3lame")
),
host = "localhost", port = 2121,
password = "password", mount = "basic-radio.ogg",
radio) |
Beta Was this translation helpful? Give feedback.
-
Thanks, toots, I appreciate the help. I receive the following error when I run your config with liquidsoap 1.liq
Then the console is unresponsive, nor does it make any connections. Is there something special I'm missing/need using your method? |
Beta Was this translation helpful? Give feedback.
-
After toiling away with this, and giving up hope on github and the documentation on the website, which really should be rewritten, I decided to place my config.liq results here for anyone who isn't a coder but perhaps a musician, etc that find it useful. It's for Windows x64 version 2.1.2:
Overall, even though it took some brain bleeding to figure out, I think liquidsoap is a great tool. It is definitely better than mpd or any other clone, and I hope someone out there finds this useful. it should work by default, all you have to do is configure what you want, with your information, and then save it to a liq file and run as "liquidsoap mine.liq" etc. |
Beta Was this translation helpful? Give feedback.
-
I've been trying to transfer my station over to a better solution for a few days now, and I'm at a loss. I want to run my icecast station via commandline on a windows box, instead of the current gui, but I'm having nothing but problems. I've read through the documents, and if I don't get a syntax error, I get a random error from 0, localhost not found, to Error 8: Unsupported format, etc.
Before I even continue to hack away at this, which I might add has no useful instructions out there on how to setup on a windows platform, I want to know if the following is possible:
Stream to an icecast server, append a title to each metadata that is playing (i.e. Song - song [ blah radio ]), run or at least transcode to 192kbps on the fly as mp3s from a playlist, and is stable enough to run weeks long without crashing, and not worry about the system having a soundcard (which it does not).
Where I last left off:
I tried to run a test.liq (liquidsoap test.liq) with the following:
Any help would be great.
Beta Was this translation helpful? Give feedback.
All reactions