ffmpeg指定網卡接收流(綁定網卡)

AVDictionary* opts = NULL; av_dict_set(&opts, "localaddr", "192.168.15.15", 0); // 若是有超時設置,繼續使用上述函數,超時的key通常爲timeout int nRet = avformat_open_input(&ctx, url, NULL, &opts);
相關文章
相關標籤/搜索