BTW, harbour.input() has parameter (unlabeled) (string): Mountpoint to look
for.
Why do we need to define it if we have auth function for authentication?

I mean:

> live = input.harbor(
>     id="harbor",        # necessary to ensure we have method with name
> "harbor.kick" without extra ids
>     auth=myauthfunc,    # external auth function
>     port=8080,
>     password="hackme",
>     "mount"             # why do we need it? is it really used?
> )


2013/2/6 Alexander <[email protected]>

> Oh, you are right! Thank you, Martin!
>
>
> 2013/2/6 Martin Konečný <[email protected]>
>
>> You want to set the id parameter of input.harbor function, otherwise the
>> name is randomly generated
>> On Feb 5, 2013 7:50 PM, "Alexander" <[email protected]> wrote:
>>
>>>  Hello,
>>>
>>> thank all of you for advices!
>>>
>>> I found that harbor.kick method (that can be called via telnet) is shown
>>> not just like harbour.kick, but with some digits:
>>> harbor_4621.kick (running currently)
>>>
>>> if i will use "harbor.kick" i will retrieve:
>>> ERROR: unknown command, type "help" to get a list of commands.
>>>
>>> Question 1: why method contain digits?
>>>
>>> Question 2: is there a way to call harbor.kick() without identifying
>>> method name with digits, or i must to parse text by php anyway and detect
>>> harbor.kick() method?
>>>
>>> 2013/2/4 Daniel James <[email protected]>
>>>
>>>> Hi Alexander,
>>>>
>>>> > However, the best in this case could be that you design a switch that
>>>> > would select your new DJ when his time comes..
>>>>
>>>> Airtime has both DJ authentication and timed handover for remote
>>>> streams. See 'Input stream settings' here:
>>>>
>>>> http://en.flossmanuals.net/airtime-en-2-3/stream-settings/
>>>>
>>>> and 'Live stream input' here:
>>>>
>>>> http://en.flossmanuals.net/airtime-en-2-3/calendar/
>>>>
>>>> Cheers!
>>>>
>>>> Daniel
>>>>
>>>
>>>
>>>
>>> --
>>> Kind regards,
>>> Alexander.
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Free Next-Gen Firewall Hardware Offer
>>> Buy your Sophos next-gen firewall before the end March 2013
>>> and get the hardware for free! Learn more.
>>> http://p.sf.net/sfu/sophos-d2d-feb
>>>
>>> _______________________________________________
>>> Savonet-users mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/savonet-users
>>>
>>>
>
>
> --
> Kind regards,
> Alexander.
>



-- 
Kind regards,
Alexander.
------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to