- 22 Apr, 2023 1 commit
-
-
空构造和析构函数替换为缺省 去除多余分号
xiongziliang committed
-
- 21 Apr, 2023 3 commits
-
-
xiongziliang committed
-
xiongziliang committed
-
Johnny committed
-
- 19 Apr, 2023 1 commit
-
-
xiongguangjie committed
-
- 18 Apr, 2023 1 commit
-
-
xia-chu committed
-
- 17 Apr, 2023 1 commit
-
-
该修改主要解决rtp级联(调用startSendRtp接口)未做gop缓存导致上级无法秒开的问题。 同时通过RingBuffer对象线程隔离的特性,实现了在断连续推场景下归属线程切换导致的线程安全问题。 用户如未使用rtp级联功能,请修改配置文件关闭GOP缓存(rtp_proxy.gop_cache=0)以便节省内存。 --------- Co-authored-by: 夏楚 <771730766@qq.com>
Dw9 committed
-
- 14 Apr, 2023 1 commit
-
-
Co-authored-by: wangcheng <wangcheng@xwmail.com> Co-authored-by: xia-chu <771730766@qq.com>
王成 committed
-
- 06 Apr, 2023 2 commits
-
-
xiongguangjie committed
-
夏楚 committed
-
- 05 Apr, 2023 1 commit
-
-
Co-authored-by: xiongziliang <771730766@qq.com>
alexliyu7352 committed
-
- 01 Apr, 2023 1 commit
-
-
xiongziliang committed
-
- 24 Mar, 2023 1 commit
-
-
ljx0305 committed
-
- 23 Mar, 2023 1 commit
-
-
mtdxc committed
-
- 22 Mar, 2023 1 commit
-
-
xiongziliang committed
-
- 16 Mar, 2023 2 commits
- 15 Mar, 2023 1 commit
-
-
在调用openRtpServer接口时,如果传入的端口为0(随机端口), 那么在触发on_rtp_server_timeout hook时的端口为0
ljx0305 committed
-
- 13 Mar, 2023 2 commits
- 12 Mar, 2023 1 commit
-
-
xia-chu committed
-
- 11 Mar, 2023 6 commits
- 09 Mar, 2023 1 commit
-
-
ljx0305 committed
-
- 07 Mar, 2023 1 commit
-
-
ziyue committed
-
- 06 Mar, 2023 2 commits
-
-
ziyue committed
-
xiongguangjie committed
-
- 05 Mar, 2023 1 commit
-
-
xiongziliang committed
-
- 03 Mar, 2023 1 commit
-
-
baiyfcu committed
-
- 28 Feb, 2023 2 commits
-
-
xiongziliang committed
-
xiongziliang committed
-
- 26 Feb, 2023 1 commit
-
-
防止非法数据干扰后续处理逻辑对rtp ssrc/pt等的绑定
xiongziliang committed
-
- 20 Feb, 2023 2 commits
-
-
getMediaList/getMediaInfo接口、on_media_changed hook新增支持字段如下: { "codec_id" : 0, "codec_id_name" : "H264", "codec_type" : 0, "fps" : 0.0, "frames" : 1119, #累计接收帧数,不包含sei/aud/sps/pps等不能解码的帧 "gop_interval_ms" : 1993, #gop间隔时间,单位毫秒 "gop_size" : 60, #gop大小,单位帧数 "height" : 556, "key_frames" : 21, #累计接收关键帧数 "ready" : true, "width" : 990 }
ziyue committed -
* 部分hls中会出现类似[../]或者[./]的相对地址, 因此写了一个解析的方法 * 有时候上游http协议不规范会导致直接输出eof, 特别是在自动重试机制开启下, 容易造成定时器没办法初始化从而拉不到流但是session一直存在,所以需要做一个判断,如果没数据直接报错
alexliyu7352 committed
-
- 17 Feb, 2023 2 commits
-
-
xiongziliang committed
-
xiongziliang committed
-