On Thu, 7 Mar 2019, Prashant Shubham via curl-library wrote:

I have gone through libcurl but couldn't find a clear implementation of streaming connection except rtsp one.

I would say the opposite and claim that libcurl supports streaming of virtually all protocols. At least the TCP based ones. libcurl will sit and wait for data until data arrives and then it delivers it. Over and over until the end of connection (which might neve occur).

--

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

Reply via email to