Commit Graph

714 Commits (c6db17f4e81a1fbf47b638916616891c4bcb411f)
 

Author SHA1 Message Date
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
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
2 years ago
thewind296 9a3f77e43f Add IAuthentication interface to make authenticate customizable 2 years ago
thewind296 f5434a90df add ModConfigGroupCreator to modify group config before created 2 years ago
yoko a2c3e6ab60
Merge pull request #220 from thewind296/master
[fix] http-notify: set wrong ServerId info payload for PubStop event
2 years ago
thewind296 c61fc6754e
Fix set wrong ServerId info payload for PubStop event 2 years ago
q191201771 1ba4a538cd patch 2 years ago
q191201771 5ce30048d8 [opt] new func RtmpMsg.DebugString() and mpegts.Frame.DebugString() 2 years ago
q191201771 e9572aed9e [opt] rtmp2mpegts的时间戳重打从0开始,兼容时间戳太大时vlc播放不了的问题 2 years ago
yoko b0feff2e6f
Merge pull request #219 from joestarzxh/master
[fix] avpacket2rtmp nal以00 00 01开头时崩溃
2 years ago
joe_zhang2006@163.com 208571ba27 [fix] avpacket2rtmp nal与00 00 01开头时一次性分配内存可能会偏小 2 years ago
joe_zhang2006@163.com 38f46b7d20 更新最新代码 2 years ago
joe_zhang2006@163.com e8cd2303ca [fix]avpacket2rtmp.go 恢复最新代码 2 years ago
joe_zhang2006@163.com 630a6e982d [fix]rtmp支持牙虎推流 2 years ago
joe_zhang2006@163.com 92bd0d80f0 [feat] avpacket2rtmp 单元一次性分配空间增大,防止分配空间不足 2 years ago
q191201771 0518616da2 [fix] 修复avpacket2rtmp中音频转换错误导致gb28181的流声音有问题的bug 2 years ago
q191201771 18cc3e902b [chore] gen_tag.sh: 版本号的源码文件重命名了,所以更新相应的脚本 2 years ago
q191201771 bcf2d32bf2 [patch] update http-api version & http-notify version 2 years ago
yoko 2544619b18
Merge pull request #213 from Lysander66/feature-bitrate
[refactor] HTTP-API & HTTP-Notify: rename bitrate to bitrate_kbits
2 years ago
Lysander 7f8f4d1c62 rename bitrate to bitrate_kbits 2 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
q191201771 9474cf2070 [patch] 修复前次提交导致rtmp无法播放的bug #201 3 years ago
q191201771 06c13d1051 [patch] 重构前次提交,去掉LazyRtmpChunkDivider和LazyRtmpMsg2FlvTag的写法 #201 3 years ago
q191201771 8b3c65dacb [fix] 优化rtmp metadata @SetDataFrame的处理,解决flv录制文件用ffmpeg查看fps不准的问题 #201 3 years ago
q191201771 cf70a10617 [refactor] 增加ObjectPairArray::DebugString函数,方便打印metadata的值 3 years ago
q191201771 8b15fecd9a Merge branch 'master' of https://github.com/q191201771/lal 3 years ago
q191201771 93dc2eeef7 log 3 years ago
yoko aeb98fdb3b
Merge pull request #204 from CaptainNeil/master
[fix] 解析sdp中MPEG4-GENERIC大小写导致aac音频无法正常合帧的问题
3 years ago