小凡慢慢学
慢慢学,更有趣

 

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);  

 

 

 

posted on 2014-09-27 11:00  小凡慢慢学  阅读(532)  评论(0)    收藏  举报