Commit Graph

528 Commits (df33fffda4d015dc63004b74ddb39448415340df)

Author SHA1 Message Date
Jae-Sung Lee 03cc3f4896 Add RTMP listen with RTMPS 2 years ago
q191201771 711289bc91 [opt] rtsp: PullSession在setup阶段如果对端没有回复server port,依然尝试继续拉流,增强兼容性 2 years ago
Jae-Sung Lee 44370b5f56 Add RTMPS listen 2 years ago
q191201771 0caed96905 Merge branch 'master' of https://github.com/q191201771/lal 2 years ago
q191201771 98e6ddcec5 [feat] gb28181: 支持tcp pub 2 years ago
cuteLittleDevil e28cdf7e60 pr 修改hls拉流时 获取流名称异常的情况 2 years ago
q191201771 23f05719e3 [opt] gb28181: 优化丢包处理 2 years ago
q191201771 6a222ea2de [opt] http-api: relay pull接口增加调试参数,可用于保存rtsp数据用于分析 2 years ago
q191201771 548cf871c4 patch for pr #223 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
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
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
joestarzxh a9e7cef2dc [fix]修正ps错误判断 2 years ago
joe_zhang2006@163.com 3cc77ef5ac [fix]修正ps 丢包的处理 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
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
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 bcf2d32bf2 [patch] update http-api version & http-notify version 2 years ago
Lysander 7f8f4d1c62 rename bitrate to bitrate_kbits 2 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
Neil fd0ce49c56 [bugfix]修复relay rtsp 2 rmp 无音频问题 3 years ago
q191201771 057426eff1 [fix] 修复hls鉴权时streamName取值错误导致无法正常鉴权的问题 3 years ago
q191201771 4fcda9ce12 [patch] 为前次pr补充注释 3 years ago
ZSC714725 8fc085feb9 solve push youtube failed 3 years ago
q191201771 a9490675c9 [log] simle auth failed with details 3 years ago
q191201771 a036db8131 [feat] gb28181: 基本完成PubSession 3 years ago
q191201771 eedfe5525b [feat] gb28181: PsUnpacker处理rtp包丢包乱序等情况 3 years ago
q191201771 30704937fa [refactor] rtprtcp: 重构RtpPacketList 3 years ago
q191201771 0315741e75 [refactor] 整理ps解析的代码 3 years ago
q191201771 28edc74dd5 [fix] 基本完成了ps流数据的解析 3 years ago
q191201771 ee341f4926 [patch] doc & comment 3 years ago
q191201771 400324075c [refactor] httpflv: readTag -> ReadTag 3 years ago
Che Kun 492eb60911
add float64 support to amf0.WriteObject 3 years ago
q191201771 8db3984d39 [patch] code style 3 years ago
q191201771 2d0160b812 [opt] remux: Rtmp2AvPacketRemuxer可携带自定义参数 3 years ago
q191201771 44dd886b38 [opt] 允许没有输入流时先创建rtsp SubSession 3 years ago
q191201771 a9b78c078d [patch] prev commit patch 3 years ago
q191201771 f4a0e16d7f [opt] rtmp: PullSession支持配置是否复用接收message时的内存块 3 years ago
q191201771 a87dde8eb3 [doc] rtmp2mpegts 3 years ago
q191201771 7a1ebea808 [patch] version v0.30.1 3 years ago
q191201771 bfb08435fa [refactor] HTTP-API: 所有事件都包含的公共字段聚合到EventCommonInfo中 3 years ago
q191201771 fdf680b29a [refactor] rtmp: ServerSessionType -> SessionStat 3 years ago
q191201771 a15abfb2e3 [doc] aac: AudioObjectType 3 years ago
q191201771 c9c735bdb2 [patch] update version #188 #189 3 years ago
q191201771 f3afb0479c [patch] 修改cwd等 #188 #189 3 years ago
robin daf38f25df HTTP-Notify增加hls生成ts文件的事件回调 3 years ago
q191201771 26a10947e3 [refactor] rename HttpSubSession -> BasicHttpSubSession 3 years ago
q191201771 6db521f41e [log] 访问非法HTTP-API路径时打印警告日志 3 years ago
q191201771 deb0732a90 [patch] #185 3 years ago
q191201771 a8be7154d7 [patch] #185 3 years ago
q191201771 c5b701a537 [fix] 修复rtmp转ts时,265判断错误 3 years ago
q191201771 281061d835 [patch] #185 3 years ago
ZSC714725 1357fa5db7 rtsp server support digest auth 3 years ago
q191201771 ad376bcc64 [patch] prev commit patch 3 years ago
q191201771 b545364ac1 [patch] prev pr patch 3 years ago
yoko ae256fafa5
Merge pull request #184 from ZSC714725/rtsp-auth
[feat] rtsp server support basic auth #182
3 years ago
ZSC714725 b3d142503c rtsp server support basic auth 3 years ago
q191201771 cd8878ebf5 [fix] lalserver: relay push判空错误导致崩溃 3 years ago
q191201771 def036c0a2 [fix] rtmp: 解析amf, object中嵌套object导致崩溃 3 years ago
q191201771 90cb1e023b prev pr patch 3 years ago
q191201771 b3d190b20d [fix] lalserver: 修复竞态条件下接收rtsp流崩溃的bug 3 years ago
yoko 38f87d608e
Merge pull request #181 from ZSC714725/aac
[opt] aac: 补全AscContext.samplingFrequencyIndex采样率的取值
3 years ago
zang191993@163.com 01a079accf Supplementary AAC 3 years ago