On Fri, Feb 19, 2010 at 9:38 AM, Patrick Monnerat <[email protected]> wrote: > > In libcurl, we may have 3 different kinds of input data sources: > > 1) File, via CURLOPT_READFUNCTION/CURLOPT_READDATA = NULL/(FILE *) > 2) Callback, via CURLOPT_READFUNCTION = some user defined function > 3) Memory, using CURLOPT_POSTFIELDS. > > However, the 3rd case only works for HTTP(S) (and maybe RTSP: I did not > try).
For those who might be curious, this feature does work with RTSP. See libtest568.c --Chris Conroy ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
