DoubleLi

qq: 517712484 wx: ldbgliet

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  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);  
posted on 2015-05-25 17:06  DoubleLi  阅读(1086)  评论(0编辑  收藏  举报