Hello,
i'm using this config:
#!/usr/local/bin/liquidsoap
# Log dir
set("log.file.path","/usr/storage/tmp/2/radio.log")
# Music
myplaylist = playlist("/usr/storage/tmp/playlists/main/list.m3u")
# Some jingles
jingles = playlist("/usr/storage/tmp/playlists/jingles/list.m3u")
# If something goes wrong, we'll play this
security = single("/usr/storage/tmp/playlists/security.mp3")
# Start building the feed with music
radio = myplaylist
# Now add some jingles
radio = random(weights = [1, 4],[jingles, radio])
# And finally the security
radio = fallback(track_sensitive = false, [radio, security])
# Stream it out
output.icecast(%mp3,
host = "localhost", port = 8000,
password = "hackme", mount = "testmount",
radio)
When i start streaming i can see only tags of security track in
winamp/icecast statistics...
I think the problem can be that they are not updated.
How i can fix this problem? It's very necessry for me to know what is
playing, because my script is collecting statistics from icecast :(
Thanks in advice!
--
Kind regards,
Alexander.
------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric
Ries, the creator of the Lean Startup Methodology on "Lean Startup
Secrets Revealed." This video shows you how to validate your ideas,
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users