Hi Martin,

2012/6/18 Martin Konečný <[email protected]>:
> 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!

I think you need to add extra () for the type annotation. It is also
easier to split it in a seperate line:

s = 
(input.harbor("test-harbor",port=8080,password="xxx"):source(audio=1+*,video=0,midi=0))

(...)

Romain

------------------------------------------------------------------------------
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