本文共 219 字,大约阅读时间需要 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) < 0);
转载地址:http://rzoao.baihongyu.com/