ffmepg 指定RTSP网络连接模式UDP还是TCP
2016-09
睿丰德RFID软件系统集成商
- 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);