My script below seems to cause my player to stop at a certain point. Not
stream silence, but simply stop. What should I do to my script to ensure
this does not happen?

#!/usr/local/bin/liquidsoap
set("log.file.path","/home/audiodef/liquidradio.log")
set("log.level",4)
output.icecast(%vorbis, host = "localhost", port = 8000,
     password = "(password)", mount = "audiodef.ogg",
        description="Synthetronica Radio: Audiodef", genre="Electronic",
        url="http://audiodef:8000/audiodef.ogg";, name="Audiodef",
        mksafe(fallback([normalize(playlist(timeout=3600.,
        conservative=true, length=400.,
"http://audiodef/playlists/audiodef.m3u";)),
        single("/var/www/audiodef/htdocs/audio/dc3.ogg")])))
output.icecast(%vorbis, host = "localhost", port = 8000,
     password = "(password)", mount = "ambient.ogg",
        description="Synthetronica Radio: Ambient", genre="Ambient",
        url="http://audiodef:8000/ambient.ogg";, name="Ambient",
        mksafe(fallback([normalize(playlist(timeout=3600.,
        conservative=true, length=400.,
"http://audiodef/playlists/ambient.m3u";)),
        single("/var/www/audiodef/htdocs/audio/dc3.ogg")])))
output.icecast(%vorbis, host = "localhost", port = 8000,
     password = "(password)", mount = "techno.ogg",
        description="Synthetronica Radio: Techno", genre="Techno",
        url="http://audiodef:8000/techno.ogg";, name="Techno",
        mksafe(fallback([normalize(playlist(timeout=3600.,
        conservative=true, length=400.,
"http://audiodef/playlists/techno.m3u";)),
        single("/var/www/audiodef/htdocs/audio/dc3.ogg")])))

Thanks!
Damien

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to