Damned, replied too fast... I though you were referring to output.harbor..

2011/8/10 Romain Beauxis <to...@rastageeks.org>:
> 2011/8/10 Guillaume (Numerizik) <fo...@numerizik.com>:
>> Hello Everybody
>
>  Hi!
>
>> I have question about input harbor.. i have this :
>>
>> # INPUT SETTINGS
>> list = playlist(mode="normal", "player_2.lst")
>> list = on_metadata(print_meta, list)
>> default = single("/home/securite.mp3")
>> live = input.harbor("test-harbor",port=8007,password="xxx")
>> source = fallback(track_sensitive = false,[list, live, default])
>>
>> How to diffuse in live ?
>
> If its running then its broadcasting :-)

Obviously, no..

>> It's icecast ?
>
> Yup! This can be changed with the protocol option..
>
>> mount is /test-harbor ?
>
> Yup again :-)
>
>> What you use (for windows and linux) ?

input.harbor does the same job as icecast on the source -> server side.
Thus, you need to send some source data to your input.harbor, for instance:

liquidsoap 'output.icecast(%mp3, mount="test-harbor", port=8007, \
                                      password=xxx, sine())'

Romain

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. 
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to