博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ffmepg 指定RTSP网络连接模式UDP还是TCP
阅读量:6683 次
发布时间:2019-06-25

本文共 219 字,大约阅读时间需要 1 分钟。

  1. AVFormatContext *formatCtx = NULL;  
  2. formatCtx = avformat_alloc_context();  
  3.   
  4. AVDictionary* options = NULL;  
  5. av_dict_set(&options, "rtsp_transport", "tcp", 0);  
  6.   
  7. avformat_open_input(&formatCtx, pszURLPath, NULL, &options) < 0);  

转载地址:http://rzoao.baihongyu.com/

你可能感兴趣的文章
Linux -- logrotate 切割 Nginx
查看>>
Eclipse上安装GIT插件EGit及使用
查看>>
SUSE安装SSH
查看>>
swt定时器的实现 .
查看>>
exchange2010赋予普通用户新建和删除邮箱的权限
查看>>
CRS-0215: Could not start resource 'ora.DB.DB2.inst'
查看>>
图片里的英语
查看>>
iscsi客户端配置
查看>>
用Windows Server实现软件定义存储之存储空间直连
查看>>
花(cnm加强)
查看>>
有用J2ee学习资料下载地址
查看>>
如何对Redis设置密码,提高安全性
查看>>
cognos如何制作维表左关联事实表的报表
查看>>
Android基础(五) – Service生命周期及启动方式
查看>>
Nginx反向代理后端多节点下故障节点的排除思路
查看>>
error: No curses/termcap library found
查看>>
android之shape使用
查看>>
Java八大基本数据类型
查看>>
yum安装JDK
查看>>
C#中Dictionary的用法及用途
查看>>