码迷,mamicode.com
首页 > 其他好文 > 详细

ffmpeg 指定网络连接模式TCP

时间:2014-09-27 13:50:59      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   io   ar   for   sp   div   

 

AVFormatContext *formatCtx = NULL;  
formatCtx = avformat_alloc_context();  
  
AVDictionary* options = NULL;  
av_dict_set(&options, "rtsp_transport", "tcp", 0);  
  
avformat_open_input(&formatCtx, pszURLPath, NULL, &options);  

 

 

 

ffmpeg 指定网络连接模式TCP

标签:style   blog   http   color   io   ar   for   sp   div   

原文地址:http://www.cnblogs.com/onetaste/p/3996128.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!