Hi!

2011/9/19 Audiodef Online <[email protected]>:
> I've been searching for how to set the playlist timeout, with no luck.
> How do I do this? For example, I have:
>
> output.icecast.vorbis(host = "localhost", port = 8000,
>     password = "(password)", mount = "techno.ogg",
>     mksafe(playlist("http://audiodef/playlists/techno.m3u";)))
>
> How would I change this to set the timeout to 300 seconds?

playlist(timeout=300., ...)
You can find the whole list of arguments there:
  http://savonet.sourceforge.net/doc-1.0.0-beta3/reference.html
or at the page that corresponds to your version.

> Also, will liquidsoap start downloading the next file in the playlist
> while the current one is playing? If not, how should I make it do this
> so that once my streams start, there won't be further delay after
> downloading the initial file or two.

Liquidsoap queues files in advance. However, if you want to make sure
that it will always have enough audio available, you should also use
the conservative parameter:
  playlist(timeout=300., conservative=true, ...)

Romain

> On 09/19/11 14:52, Romain Beauxis wrote:
>>
>>> I actually started out by trying all three betas. They all failed to
>>> even start for me. I can go back to these and try to get help, but if
>>> auto-detection and conversion is supposed to work on 0.9.3, I'd like to
>>> try to fix that first, since this otherwise works for me.
>>>
>>> I've set log.level to 4 as you suggested. I'm still new to liquidsoap,
>>> but I don't see anything that looks off. I tried uncommented
>>> ocaml-samplerate in PACKAGES, but that made no difference.
>>> 2011/09/18 13:41:34 [protocols.external:4] Executing /usr/bin/wget
>>> "http://stillstream.com/assets/2011-04-01-ShaneMorris_Live_In_Concert_on_Sadayatana.mp3";
>>> "/tmp/liqbb34af.osb"
>> (...)
>>> 2011/09/18 13:41:54 [protocols.external:4] Download process finished
>>> (killed)
>>> 2011/09/18 13:41:54 [request:4] Failed to resolve
>>> "http://stillstream.com/assets/2011-04-01-ShaneMorris_Live_In_Concert_on_Sadayatana.mp3";!
>>> For more info, see server command 'trace 4'.
>> This is the only issue I see concerning mp3 decoding in your logs.
>> This usually means that the download took too long and was canceled.
>> You should try to look at the "timeout" parameter of the "playlist"
>> operator. Raising its value should allow the download to proceed..
>>
>> Romain
>>
>
>
> ------------------------------------------------------------------------------
> BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
> Learn about the latest advances in developing for the
> BlackBerry&reg; mobile platform with sessions, labs & more.
> See new tools and technologies. Register for BlackBerry&reg; DevCon today!
> http://p.sf.net/sfu/rim-devcon-copy1
> _______________________________________________
> Savonet-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/savonet-users
>

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry&reg; mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry&reg; DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to