ffmepg 指定RTSP网络连接模式UDP还是TCP
睿丰德科技 专注RFID识别技术和条码识别技术与管理软件的集成项目。质量追溯系统、MES系统、金蝶与条码系统对接、用友与条码系统对接
- 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) < 0);