Hi All.

Liquidsoap is new for me, and after digging into the doc, a lot of
things are seamingless for me :)

I've a simple setup who run perfectly :

--------------------------------------------------------
set("log.stdout",true)

dflt = single("files/jingles/Imperial.ogg")
shorts = playlist(mode="normal",
                   mime_type="application/x-mpegURL",
                  "files/shorts.pls")
essai = fallback( [ shorts, dflt ] )

output.icecast (%vorbis,                        
                host = "10.20.0.23",    port = 1984,
                mount = "plop.ogg",     password = "hopla!",
                essai )
--------------------------------------------------------

Now, I want to insert an adjustable (maybe by telnet) blanck
(silence) between each track played. I read a good part of the
online documentation, but found nothing who can put on the way
to a few secons of silence.

Thx.

-- 
         http://radio.mixart-myrys.org:8000/savon.ogg.m3u

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to