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

ffmepg 指定RTSP网络连接模式UDP还是TCP

时间:2015-05-25 18:38:32      阅读:222      评论:0      收藏:0      [点我收藏+]

标签:

  1. AVFormatContext *formatCtx = NULL;  
  2. formatCtx = avformat_alloc_context();  
  3.   
  4. AVDictionary* options = NULL;  
  5. av_dict_set(&options, "rtsp_transport", "tcp", 0);  
  6.   
  7. avformat_open_input(&formatCtx, pszURLPath, NULL, &options) < 0);  

ffmepg 指定RTSP网络连接模式UDP还是TCP

标签:

原文地址:http://www.cnblogs.com/lidabo/p/4528345.html

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