No dice so far:

martin@Thinkpad-T410:~$ liquidsoap -c 'set("harbor.bind_addr","0.0.0.0");
output.dummy(mksafe(input.harbor("test-harbor",port=8080,password="xxx"):source(audio=1+*,video=0,midi=0)))'
Line 1, char 188 before ":": Parse error!

martin@Thinkpad-T410:~$ liquidsoap --version
Liquidsoap 1.0.0+scm (default@ccf9ae90bce0:20120618:185903)


On Mon, Jun 18, 2012 at 12:41 PM, Martin Konečný <
[email protected]> wrote:

> Finally, I've done some testings with input.harbor, switching a source
>> back and forth between mono and stereo. It seems to be working really
>> great...
>
>
> Great!
>
> particularly because we're
>> also adding the possibility to build a standalone liq binary that can
>> be shipped almost like a static binary..
>
>
> Thanks for the update, I'm downloading the latest hg commit right now so
> we can test out the new functionality :)
>
> Martin
>
> On Fri, Jun 15, 2012 at 10:06 AM, Romain Beauxis <[email protected]>wrote:
>
>> Hi all!
>>
>> 2012/6/13 David Baelde <[email protected]>:
>> > Congratulations on the successes and new features of Airtime.
>>
>> Ditto! Great seeing you guys progressing on Airtime!
>>
>> > Regarding this particular problem, your analysis is correct: you point
>> > to the right ticket, and you can't annotate the http/harbor input so
>> > that it accepts both mono and stereo, because we have declared that it
>> > only supports fixed numbers of channels. In short, the only way out of
>> > this is that we act upon my latest comment: there is a simple fix, we
>> > just have to think a little bit before applying it in our code.
>>
>> Alright, I've just commited a change in input.harbor's type that now
>> makes it possible.
>>
>> By default, input.harbor's type is the same as input.http, which is
>> any fixed audio or video. This is the most simple and convenient
>> default setting.
>>
>> You should now (latest hg) be able to do:
>>
>> input = (input.harbor(...):source(audio=1+*,video=0,midi=0))
>>
>> Which should enable your harbor input to receive streams with no video
>> and any number of audio channels. Of course, you'll prolly need to
>> plug this into audio_to_stereo if the rest of your script expects
>> stereo data.
>>
>> Finally, I've done some testings with input.harbor, switching a source
>> back and forth between mono and stereo. It seems to be working really
>> great...
>>
>> We're still aiming at a 1.0.1 release pretty soon. This should
>> probably be a good release for you guys, particularly because we're
>> also adding the possibility to build a standalone liq binary that can
>> be shipped almost like a static binary..
>>
>> Romain
>>
>
>
>
> --
> Open source radio in the cloud. Get yours now! ---> http://airtime.pro
>
> Martin Konecny
> Software Developer, Sourcefabric
> [email protected]
>
> 720 Bathurst St. Suite 203
> M5S 2R4, Toronto, ON, Canada
> +1 (416) 892-8420 (Cell)
> Skype: martin.konecny15
>
> http://www.sourcefabric.org
> http://www.twitter.com/Sourcefabric
>
>


-- 
Open source radio in the cloud. Get yours now! ---> http://airtime.pro

Martin Konecny
Software Developer, Sourcefabric
[email protected]

720 Bathurst St. Suite 203
M5S 2R4, Toronto, ON, Canada
+1 (416) 892-8420 (Cell)
Skype: martin.konecny15

http://www.sourcefabric.org
http://www.twitter.com/Sourcefabric
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to