2011/9/23 Audiodef Online <[email protected]>:
> Thanks, Romain!
>
> That makes sense. I should definitely try that. Given my main.liq below,
> how would you recommend changing it to add a non-silent jingle that
> takes over any blank space?
Sure, it is better for many reasons (not encoding blank, letting your
users know what is going on, etc..)
Romain
> #!/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",
> mksafe(playlist(timeout=3600., conservative=true,
> length=400, "http://audiodef/playlists/audiodef.m3u")))
> output.icecast(%vorbis, host = "localhost", port = 8000,
> password = "(password)", mount = "ambient.ogg",
> mksafe(playlist(timeout=3600., conservative=true,
> length=400, "http://audiodef/playlists/ambient.m3u")))
> output.icecast(%vorbis, host = "localhost", port = 8000,
> password = "(password)", mount = "techno.ogg",
> mksafe(playlist(timeout=3600., conservative=true,
> length=400, "http://audiodef/playlists/techno.m3u")))
>
> Damien
>
>
> On 09/23/11 12:51, Romain Beauxis wrote:
>> 2011/9/22 Audiodef Online <[email protected]>:
>>> I should also mention: When I tune in to the audiodef or techno streams
>>> and there is silence, my player runs slowly (switch to player, player
>>> window takes a moment to fill in on the screen, open location dialog
>>> takes a moment to appear, once a new URL is entered, it takes a moment
>>> to switch to the new URL). So something is definitely struggling when
>>> there's silence on these two streams.
>> I think this is because of this:
>> http://savonet.sourceforge.net/doc-svn/faq.html :
>>
>> Encoding blank
>>
>> Encoding pure silence is often too effective for streaming: data is so
>> compressed that there is nothing to send to listeners, whose clients
>> eventually disconnect. Therefore, it is a good idea to use a
>> non-silent jingle instead of blank() to fill in the blank. You can
>> also achieve various effects using synthesis sources such as noise(),
>> sine(), etc.
>>
>> Romain
>>
>
>
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users