Commit Graph

871 Commits (adc930fb0efa5227f2e5841090eeb94851eb9348)
 

Author SHA1 Message Date
thewind296 8ce7d4b730 Support hls subsession, notify start/stop pull hls 2 years ago
yoko ccd2773c3f
Merge pull request #223 from joestarzxh/master
[fix] gb28181: 修复处理丢包时的bug
2 years ago
joe_zhang2006@163.com e1b7310d5b [fix]rtp丢包简单测试程序 2 years ago
q191201771 52a36118c5 pr patch 2 years ago
q191201771 c6db17f4e8 version patch for prev pr 2 years ago
yoko bf0853145d
Merge pull request #222 from thewind296/master
[opt] 1) HTTP-API和Notify中StatGroup增加AppName字段 2) 向外暴露IAuthentication,用于定制化鉴权 3) 向外暴露ModConfigGroupCreator,支持为特定的Group独立配置
2 years ago
thewind296 ccdf31dd95
Merge pull request #1 from thewind296/defect/add_app_name_stat_group
Add AppName to group stat
2 years ago
thewind296 7da8250f96
Merge branch 'q191201771:master' into master 2 years ago
thewind296 fe8f1f74fd Add AppName to group stat 2 years ago
joe_zhang2006@163.com f63d2069de [fix]ps新增丢包测试 2 years ago
q191201771 4fd53c98d9 [fix] rtsp: server端没有收到前面的信令直接收到PLAY信令,主动关闭连接,避免崩溃 2 years ago
q191201771 c9b2336a8c [opt] avpacket2rtmp: 丢弃aud 2 years ago
q191201771 bae19f3209 merge 2 years ago
q191201771 3be0039a1b [fix] crash while record flv but create file failed 2 years ago
yoko 998ff97ed6
Merge pull request #225 from abrar71/patch-2
[opt] HTTP-API: Added application/json header for API responses
2 years ago
Abrar Ahmed e830c28197
Added application/json header for API responses
Send `application/json` header so client libraries can automatically parse/unmarshal the response
3 years ago
joestarzxh a9e7cef2dc [fix]修正ps错误判断 3 years ago
joe_zhang2006@163.com 3cc77ef5ac [fix]修正ps 丢包的处理 3 years ago
thewind296 9a3f77e43f Add IAuthentication interface to make authenticate customizable 3 years ago
thewind296 f5434a90df add ModConfigGroupCreator to modify group config before created 3 years ago
yoko a2c3e6ab60
Merge pull request #220 from thewind296/master
[fix] http-notify: set wrong ServerId info payload for PubStop event
3 years ago
thewind296 c61fc6754e
Fix set wrong ServerId info payload for PubStop event 3 years ago
q191201771 1ba4a538cd patch 3 years ago
q191201771 5ce30048d8 [opt] new func RtmpMsg.DebugString() and mpegts.Frame.DebugString() 3 years ago
q191201771 e9572aed9e [opt] rtmp2mpegts的时间戳重打从0开始,兼容时间戳太大时vlc播放不了的问题 3 years ago
yoko b0feff2e6f
Merge pull request #219 from joestarzxh/master
[fix] avpacket2rtmp nal以00 00 01开头时崩溃
3 years ago
joe_zhang2006@163.com 208571ba27 [fix] avpacket2rtmp nal与00 00 01开头时一次性分配内存可能会偏小 3 years ago
joe_zhang2006@163.com 38f46b7d20 更新最新代码 3 years ago
joe_zhang2006@163.com e8cd2303ca [fix]avpacket2rtmp.go 恢复最新代码 3 years ago
joe_zhang2006@163.com 630a6e982d [fix]rtmp支持牙虎推流 3 years ago
joe_zhang2006@163.com 92bd0d80f0 [feat] avpacket2rtmp 单元一次性分配空间增大,防止分配空间不足 3 years ago
q191201771 0518616da2 [fix] 修复avpacket2rtmp中音频转换错误导致gb28181的流声音有问题的bug 3 years ago
q191201771 18cc3e902b [chore] gen_tag.sh: 版本号的源码文件重命名了,所以更新相应的脚本 3 years ago
q191201771 bcf2d32bf2 [patch] update http-api version & http-notify version 3 years ago
yoko 2544619b18
Merge pull request #213 from Lysander66/feature-bitrate
[refactor] HTTP-API & HTTP-Notify: rename bitrate to bitrate_kbits
3 years ago
Lysander 7f8f4d1c62 rename bitrate to bitrate_kbits 3 years ago
yoko 332afc1806
Merge pull request #211 from robin-hzc/master
[opt] http-notify: session相关的回调增加ReadBytesSum和WroteBytesSum字段
3 years ago
robin c2d88e6a75 增加回调ReadBytesSum和WroteBytesSum 3 years ago
q191201771 b9bff98c2d [patch] 完善group中的ps pub: Dispose, Stat, Kick等 3 years ago
q191201771 accb2092d5 [feat] rtp unpacker支持hevc ap格式 3 years ago
q191201771 ace574dfb9 [feat] http-api: 完善start_rtp_pub返回值 3 years ago
q191201771 ff0864254f - [feat] gb28181 PubSession接入logic.Group基本完成 3 years ago
q191201771 7bdc841317 [feat] ps pub session接入group(进行中) 3 years ago
q191201771 7fca84ac3f [opt] rtmp: ClientSession推流兼容vhou url格式 3 years ago
q191201771 29e827a011 [patch] 修复前次提交导致转rtsp格式错误的bug #205 3 years ago
q191201771 e0cfceb4f0 [patch] 新增remux.RtspRemuxerAddSpsPps2KeyFrameFlag配置变量 #205 3 years ago
q191201771 16f1704d48 [patch] pr补充,refactor,Init保持原样,不要传入Feed #205 3 years ago
yoko d174d3b911
Merge pull request #206 from fallowu/master
[opt] 增加remuxer.AvPacket2RtmpRemuxerAddSpsPps2KeyFrameFlag配置变量,支持转换时在关键帧前追加SPS和PPS
3 years ago
fallowu b7edf58b4d OPT 添加自定义流 SPS 合并到数据帧开关 3 years ago
q191201771 de49bd6bb8 [feat] HTTP-API增加start_rtp_pub接口(接口内部待实现) 3 years ago