博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ffmpeg 指定网络连接模式TCP
阅读量:5151 次
发布时间:2019-06-13

本文共 274 字,大约阅读时间需要 1 分钟。

 

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

 

 

转载于:https://www.cnblogs.com/onetaste/p/3996128.html

你可能感兴趣的文章