RodYang

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年11月1日

摘要: libcurl,在HLS流媒体播放终端上提供HTTP下载的相关接口。具体的使用方式可以参见http://curl.haxx.se/libcurl/c/libcurl-tutorial.html,或博客http://www.cppblog.com/tx7do/archive/2012/02/19/166011.html。 代码:[cpp]view plaincopym_pCurl=curl_easy_init();if(m_pCurl==NULL)break;curl_easy_reset(m_pCurl);curl_easy_setopt(m_pCurl,CURLOPT_URL,url.c_s 阅读全文
posted @ 2013-11-01 15:53 RodYang 阅读(1962) 评论(0) 推荐(0) 编辑