curl-library
Re: [PATCH] librtmp support
Date: Fri, 07 May 2010 17:09:40 -0700
Howard Chu wrote:
> Daniel Stenberg wrote:
>> On Thu, 6 May 2010, Howard Chu wrote:
>>
>>> librtmp doesn't like non-blocking sockets; we normally just use a receive
>>> timeout. So that's what I've done here; it would be rather painful to change
>>> this behavior...
>>
>> The downside may not be that obvious or big, but it may hamper how good RTMP
>> works together with other protocols when the multi interface is used. But I'm
>> totally willing to go with whatever works now as it can always be improved in
>> the future.
>
> Sounds good. I'll think about how to make that work in librtmp down the road.
This patch replaces the previous one, and adds the configure/build hooks.
There's still a caveat for building - currently librtmp only provides a static
library. You'll have to build librtmp with "make XCFLAGS=-fPIC" to allow it to
be linked into libcurl.so.
-- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- text/plain attachment: dif.txt