I want to capture a frame of image from the ip camera with libcurl (7.34), used the example source "rtsp.c" and I defined a call back function. Packet capture tool shows camera is transmitting data to me. I used CURLOPT_INTERLEAVEDATA parameter to set the receive buffer, and used CURLOPT_INTERLEAVEFUNCTION parameter to set the callback function, but what makes me confused is that the stream data did not enter my call back function. Please help me .
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
