当前位置:网站首页>ffmpeg打开rtsp流应该设置的几个参数
ffmpeg打开rtsp流应该设置的几个参数
2022-08-04 05:34:00 【_杜竞宁_】
AVDictionary* options = NULL;
#使用 TCP 方式
av_dict_set(&options, "rtsp_transport", "tcp", 0);
#设置 最大延迟
av_dict_set(&options, "max_delay", "500", 0);
# rtmp、rtsp延迟控制到最小
av_dict_set(&options, "fflags", "nobuffer", 0);
#设置 阻塞超时,否则可能在流断开时连接发生阻塞
av_dict_set(&options, "stimeout", "3000000", 0);
avformat_open_input(&in_format_context, rtsp_url.c_str(), NULL, &options);
av_dict_free(&opts);
边栏推荐
猜你喜欢
随机推荐
给想要转行渗透测试人的忠告
clssloader与双亲委派
CMDB 阿里云部分实现
Shell基础
strlen 转义字符
解决腾讯云DescribeInstances api查询20条记录以上的问题
IP 核之 MMCM/PLL 实验
复杂格式的json转递
ZYNQ之FPGA LED 灯闪烁实验
把DocumentsandSettings迁移到别的盘
RuntimeError: You called this URL via POST, but the URL doesn‘t end in a slash and you have APPEND_S
虚幻引擎 5 完整指南[2022六月最新课程学习内容]
华硕飞行堡垒系列无线网经常显示“无法连接网络” || 一打开游戏就断网
Uos统信系统 IP地址以及完整主机名配置
JUC锁框架——初识AQS
使用cef离屏渲染技术实现在线教育课件和webrtc视频回放融合录制
普通用户 远程桌面连接 服务器 Remote Desktop Service
LeetCode刷题
JUC并发容器——阻塞队列
学好网络安全看这篇文章让你少走弯路