Hi all, I'm trying to create a .LIQ file in order to get liquidsoap to stream 
an MP3 playlist to my icecast2 server. I have the following in my file. My m3u 
file is path/song per line.

==================
#!/usr/bin/liquidsoap

# logging
set("log.file.path","/tmp/liquidsoap.log")

# playlists and fallback
pls_chillout = playlist("/home/ubuntu/chillout.m3u")
silent_fallback = single("/home/ubuntu/15-seconds-of-silence.mp3")

# radio buildout
radio = pls_chillout
radio = fallback(track_sensitive = false, [radio, silent_fallback])

output.icecast(%mp3, host = "localhost", port = 80, password = "mypassword", 
mount = "lsmount", radio)
======================

If I run it (either ./file.liq or liquidsoap file.liq) I only get this:
[mp3 @ 0x555ff247d5c0] Estimating duration from bitrate, this may be inaccurate

Thank you for helping out.


_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to