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