Commit Graph

1427 Commits

Author SHA1 Message Date
ziyue 1485be266a 查找MediaSource时,app与stream id不能为空 2021-07-01 10:56:59 +08:00
xiongziliang 09fa6b7aae 精简代码 2021-06-30 23:35:19 +08:00
xiongziliang c470016316 优化MediaSource遍历性能 2021-06-30 23:03:27 +08:00
ziyue 69c3b24d06 优化遍历MediaSource接口性能 2021-06-30 21:24:16 +08:00
ziyue 66f28f52b4 添加Ptr定义 2021-06-29 17:42:32 +08:00
ziyue df377fc1f4 修改宏定义,防止频繁重新全量编译 2021-06-29 17:41:56 +08:00
ziyue 3165a2f81c 修改服务器版本信息声明相关代码 2021-06-29 11:16:05 +08:00
ziyue dfbfd65ab3 宏定义移至macros.h文件 2021-06-28 20:29:56 +08:00
ziyue de5cf86050 http最大请求加大到40 KB 2021-06-28 20:12:35 +08:00
ziyue 397c1c7c57 整理宏 2021-06-28 20:12:07 +08:00
ziyue 48d82daa5c 添加bom头 2021-06-28 16:02:13 +08:00
ziyue 8f730b8dab 整理代码 2021-06-28 10:36:50 +08:00
ziyue 430229fe94 Merge branch 'dev' of https://gitee.com/xia-chu/ZLMediaKit into dev_test 2021-06-28 10:11:39 +08:00
ziyue 02bd01c83b 完善http option命令 2021-06-28 10:10:09 +08:00
夏楚 fae86a9b4b !11 合帧逻辑 加强判断,防止 SPS PPS VPS 作为一帧,rtmp h264/h265 打包 保证帧内必须有VCL
Merge pull request !11 from xiongguangjie/dev
2021-06-28 02:02:49 +00:00
xiongziliang 3f36a10bee Merge branch 'master' of https://github.com/xia-chu/ZLMediaKit into dev 2021-06-26 18:28:31 +08:00
夏楚 4609716ba3
Merge pull request #933 from CharleyWangHZ/master 2021-06-26 03:55:17 +08:00
xiongguangjie 6d8d64caf6 for mergen 2021-06-25 21:24:53 +08:00
ziyue a7f75774e9 整理RtpReceiver相关代码 2021-06-25 16:24:44 +08:00
ziyue 964cf39145 RtcpContext修改时间戳单位、整理WebRTC相关代码 2021-06-25 14:59:27 +08:00
CharleyWangHZ 332e8fa180
Update HttpSession.cpp 2021-06-25 11:17:21 +08:00
CharleyWangHZ 248c9e8f9a
Update HttpSession.h 2021-06-25 10:59:56 +08:00
CharleyWangHZ e3d17848f6
Update HttpSession.cpp 2021-06-25 10:59:06 +08:00
ziyue 3862c8f1da 删除多余行 2021-06-24 17:53:37 +08:00
xgj e9d28c1386 Merge branch 'dev' of https://gitee.com/xia-chu/ZLMediaKit into dev 2021-06-24 11:53:15 +08:00
ziyue 307be4339f Merge branch 'dev' of https://github.com/xia-chu/ZLMediaKit into dev_test 2021-06-23 17:32:09 +08:00
ziyue 8717cd2f3d 优化代码 2021-06-23 11:09:53 +08:00
ziyue d9de40526d 解决开启rtp推流鉴权导致udp丢包的问题,提升GB28181推流秒开体验 2021-06-23 11:02:39 +08:00
ziyue e8c9666af0 支持hls直播文件延时删除: #913 2021-06-23 10:30:58 +08:00
xiongziliang ce2122d3b6 优化rtmp chunk相关处理代码 2021-06-22 10:39:16 +08:00
ziyue 510d908bc4 rtp服务器支持opus推流 2021-06-21 20:32:13 +08:00
ziyue c90f348801 RTP服务器支持ES混合流, 同时新增H265/G711的支持 2021-06-21 20:00:58 +08:00
ziyue caecfc3fda Merge branch 'master' of https://github.com/xia-chu/ZLMediaKit into dev 2021-06-21 17:51:15 +08:00
xiongguangjie 9b111fac62 add to do for h265 rtmp 2021-06-19 02:01:28 +08:00
xiongguangjie d215502ff5 rtmp packet must has vlc when flush 2021-06-19 01:54:57 +08:00
xiongguangjie a28aeb2148 for frame merge must has vlc(video codec layer) data and flush rtmp a frame must has vcl 2021-06-19 01:27:13 +08:00
xgj 2335043cdf drop SEI and AUD for h264 and h265 avoid sei as a frame 2021-06-18 15:19:21 +08:00
xgj a6e9652da8 for h264/h265 judge a frame start more safe(h264 is first_mb_in_slice h265 is first_slice_segment_in_pic_flag) and for h265 only idr is key frame 2021-06-18 12:40:42 +08:00
xgj 3429690d75 for h264 pps sps aud sei not check first_mb_in_slice 2021-06-17 19:26:58 +08:00
xgj 1920802764 for h264 multi slice on frame compatibility 2021-06-17 18:08:35 +08:00
ziyue f8467f21fb 推流失败时打印日志 2021-06-17 11:34:24 +08:00
ziyue 60a2346819 媒体源注销后不做无谓推流重试 2021-06-17 11:32:57 +08:00
ziyue 752590f804 完善addStreamPusherProxy相关功能并修复自动删除相关的bug 2021-06-17 11:01:14 +08:00
monktan cd7ae27276 添加推流代理器 2021-06-16 19:40:08 +08:00
ziyue fadef1cac3 完善添加track日志打印 2021-06-16 11:39:46 +08:00
ziyue 807f9626d5 webrtc新增对av1的支持 2021-06-16 11:14:10 +08:00
ziyue a67246f57e Merge branch 'master' of https://gitee.com/xia-chu/ZLMediaKit into dev 2021-06-16 10:40:17 +08:00
ziyue 14d70426ed 加快GB28181推流时注册速度 2021-06-16 10:26:17 +08:00
ziyue a09de23271 修复调用mk_media_stop_send_rtp函数导致崩溃的bug 2021-06-16 10:14:24 +08:00
ziyue 4d0db1b7c1 兼容时间戳不规范的H265流:#894 2021-06-15 12:55:55 +08:00