> Other documents I found that can use CURLOPT_INTERLEAVEFUNCTION and 
> CURLOPT_INTERLEAVEDATA to get
> RTP data from RTSP server. But I still don't understand where I can get image 
> data. 

Curl only does the RTSP for you, like is the case with HTTP. RTSP-interleaving 
you can see as RTP-over-RTSP. Curl strips off the RTSP and what’s left is the 
RTP. You need to parse the RTP yourself and reassemble the media frames. 

Erik

-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to