Commit Graph

661 Commits (9d8a9b84e2dd82a23b5cb38ca334d73235bf54fc)

Author SHA1 Message Date
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 2 years ago
q191201771 b9bff98c2d [patch] 完善group中的ps pub: Dispose, Stat, Kick等 2 years ago
q191201771 accb2092d5 [feat] rtp unpacker支持hevc ap格式 2 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
q191201771 60d52898c3 [refactor] 整理session stat相关的代码 3 years ago
q191201771 b1f197d1c5 [fix] rtmp.ChunkComposer的error日志中的对象写错了 3 years ago
q191201771 5ef6241749 [refactor] 将所有session的ISessionStat的实现聚合到BasicSessionStat 3 years ago
jevian_ma(马作伟_沃航科技) 170a51cbc8 修复http api /api/ctrl/start_relay_pull无法工作的bug. 3 years ago
q191201771 720ca9d6ff [refactor] 整理代码 3 years ago
q191201771 1fee00c317 [opt] HTTP-API: 将start_relay_pull的重试次数的默认值修改为0 3 years ago
q191201771 6c61b1329d prev pr patch 3 years ago
q191201771 bcec3d1938 [patch] code format patch 3 years ago
ZSC714725 f14fdf974f rtmp pushclient support adobe auth 3 years ago
ZSC714725 e88ae8f572 rtmp pushclient support adobe auth 3 years ago
ZSC714725 52ab21d0b3 rtmp pushclient support adobe auth 3 years ago
q191201771 f1118f8fb8 Merge branch 'master' of https://github.com/q191201771/lal 3 years ago
q191201771 133393b94c - [feat] HTTP-Notify增加on_relay_pull_start和on_relay_pull_stop回调 -[feat] lalserver: HTTP-API: start_relay_pull接口增加rtsp_mode参数 3 years ago
yoko 7883780f6d
Merge pull request #171 from joestarzxh/master
[fix] 修正psPackStartCodePackEnd
3 years ago
joestarzxh 6528c00d12 [fix]修正ps解析定义错误 3 years ago
q191201771 56543378d0 [patch] HTTPAPI: 1. 完善relay pull回源相关的功能 2. kick_session支持踢掉pull session 3 years ago
KevinZang 18a3970e8e
Merge branch 'master' into rtmps 3 years ago
zang191993@163.com 1e5d9ca926 lal support rtmps 3 years ago
q191201771 a7545736e8 Merge branch 'master' of https://github.com/q191201771/lal 3 years ago
q191201771 5ad85415ba - [feat] HTTPAPI: 1. 新增stop_relay_pull接口 2. start_relay_pull接口增加自动关闭,重试次数等参数 - [refator] 整理配置文件控制的静态回源拉流功能 3 years ago
joestarzxh fd27e617d1 [feat]调整ps解析逻辑 3 years ago
joestarzxh 29446d0ef3 [feat]修正ps解析第一帧pts为0逻辑 3 years ago
joestarzxh cbd32f09d7 [feat]精简ps视频流解析代码,并处理外部rtp的时间戳 3 years ago
joestarzxh 01abed7b34 [feat]gb ps音频部分先加人缓存后再根据时间戳来回调 3 years ago
joestarzxh 8b3958fe28 [feat]GB28181 ps解析补充完整 3 years ago
q191201771 3b6ae774e8 [feat] lalserver: HTTP API新增start_relay_pull接口,并同时支持rtmp和rtsp 3 years ago
q191201771 a8b79d0f18 - [feat] 新增remux.Rtmp2AvPacketRemuxer - [refactor] 新增package h2645 3 years ago
q191201771 a3bd0bc0cb [refactor] 整理logic.Group中relay pull的代码 3 years ago
q191201771 3feaa3b108 [fix] rtsp: 修复url path路径不存在时,url解析失败的问题 3 years ago
q191201771 dbd73c3436 v0.29.1 -> CHANGELOG.md 3 years ago
q191201771 f551dbfa65 [patch] prev pr patch 3 years ago
yoko 120afe8592
Merge pull request #154 from joestarzxh/master
[feat] rtmp: pull session增加ack应答,提高兼容性
3 years ago
joestarzxh 6107a5ecd4 [feat]rtmp ack PeerWinAckSize属性修正一下 3 years ago
joestarzxh b0e201d4d4 [feat]rtmp ack PeerWinAckSize改由options设置 3 years ago
q191201771 8482b9e0c6 [refactor] base.AvPacket的时间戳类型修改为int64, avpacket_stream.go移入package base 3 years ago
joestarzxh 4385e40bec [feat]rtmp pull增加ack应答提高兼容性 3 years ago
q191201771 d2b80a4c47 [feat] customize pub支持叠加静音音频数据 3 years ago
q191201771 09f903d5ca [opt] demo: 优化customize pub,匀速发送流,避免卡顿 3 years ago
q191201771 c54b7cace3 [perf] mpegts: 加大内存预分配大小 3 years ago
q191201771 0d50db006c Merge branch 'master' of https://github.com/q191201771/lal 3 years ago
q191201771 f3abd233a3 prev commit patch 3 years ago
q191201771 6718316ae9 [feat] demo: customize_lalserver,演示向lalserver中输入音频加视频 3 years ago
zang191993@163.com 812cb867fb solve hevc parse sps error 3 years ago
q191201771 eb7bb115d8 [feat] lalserver支持集成自定义协议的输入流 3 years ago
q191201771 c698bf1b61 [fix] 增强兼容性,rtmp转mpegts时,使用nalu中的sps和pps 3 years ago
yoko 7b35716b4e
Merge pull request #144 from Kouse-Datura/master
[fix] 修复rtmp拉流鉴权的问题
3 years ago
kouse 06f98fac73 [fix]修复rtmp拉流时无法进行鉴权的问题 3 years ago
q191201771 c11fb8081f [patch] 为pr #142 补充一些注释以及文档说明 3 years ago
suizg cc7326ed67 [fix] rtsp send audio and video out of sync 3 years ago
q191201771 c0966137e1 prev commit patch 3 years ago
joestarzxh 40404507d8 [fix]解决#140 rtsp接收h265 Nal类型不全的问题 3 years ago
q191201771 66b3baff51 [feat] gb28181: 一部分解析ps流的代码,进行中 3 years ago
q191201771 9969144c89 patch 3 years ago
q191201771 4e0db49b18 [refactor] 代码整理:检查rtmp msg长度有效性 3 years ago
joestarzxh 7d1fb50a75 [fix]rtmp2rtsp中数据包太小的过滤 3 years ago
Abrar Ahmed f5ed97ac00
Bug fix - Allow standalone Mpegts recording
Bug fix - Allow standalone Mpegts recording without enabling record flv
3 years ago
q191201771 8824038415 - [refactor] 转换mpegts使用remux.Rtmp2MpegtsRemuxer不再依赖hls.Muxer - [opt] lalserver: relay push增加超时检查,增加带宽统计 - [refactor] 所有interface类型以i字母开头 3 years ago
q191201771 c2fa468162 [feat] avc: 新增Annexb2Avcc函数 3 years ago
q191201771 0ebe60ae98 [opt] lalserver: rtsp sub也支持触发relay pull 3 years ago
q191201771 151835d28b [opt] lalserver: relay pull的rtmp流也转换为rtsp 3 years ago
Abrar Ahmed 738bcb77da
Fix hls.enable: false causes runtime error
Fix q191201771/lal#136
3 years ago
q191201771 812f9bf314 [patch] logic: 重构group 3 years ago
q191201771 bad53e57dd [fix] aac: 支持22050采样频率,修复该频率下转rtsp失败的问题 3 years ago
q191201771 93302705c7 [feat] httpts支持gop缓冲,提高秒开 #129 3 years ago
q191201771 aa480aa3ec [log] rtmp: 优化定位问题的日志 #135 3 years ago
q191201771 0f0584adcf [fix] avc: 增强兼容性,处理单个seq header中存在多个sps的情况 #135 3 years ago
q191201771 3c5671b80c Merge branch 'master' of github.com:q191201771/lal 3 years ago
q191201771 b4c85d98ec [fix] rtsp: 增强容错性,修复rtmp输入流没有seq header时,rtmp转rtsp内崩溃的问题 3 years ago
joestarzxh b775a63d50 [feat]补充rtsp Basic论证测试例子 3 years ago
joestarzxh ca8923afca [feat]补充rtsp Basic论证测试 3 years ago
joestarzxh f982ab912a [fix]rtsp Basic论证为base64 3 years ago
q191201771 92c0c723a6 [perf] mpegts: 优化转换mpegts的性能 3 years ago
q191201771 11c412cf84 - [refactor] 将rtmp转ts的代码从hls重构至remux中 - [fix] mpegts: 修复单音频场景,有一帧音频重复的问题 3 years ago
q191201771 3f177e6b68 [feat] avc: new func Avcc2Annexb 3 years ago
q191201771 8c0d272fad 1. [refactor] 重构logic.Group 2. [test] 修复CI环境的innertest 3 years ago
q191201771 c3314bc7d2 [test] innertest开启音视频和单音频和单视频三种情况的测试 3 years ago
q191201771 b211e0f2de [refactor] 整理Group代码 3 years ago
q191201771 228f37bd4f [fix] 优雅关闭: 关闭pprof和http server 3 years ago
q191201771 f87903761c [test] innertest可测试单音频和单视频的情况 3 years ago
q191201771 443c9e39b9 1 [test] innertest增加httpts sub测试 2 [refactor] rtmp转mpegts的代码从package hls重构到remux(进行中) 3 years ago
q191201771 abf50b107d - [refactor] 规范所有导出符号的注释 - [refactor] base.ReadableNowTime() 3 years ago
q191201771 0f21334964 [opt] 支持pkg层面控制日志 #62 3 years ago
joestarzxh 99e60dab55 [opt]rtsp sub 阻塞发送修改为异步发送 3 years ago
q191201771 f8f3f64c54 [refactor] all demo LogoutStartInfo 3 years ago
q191201771 fdaf48528e [opt] rtmp和rtsp收包时添加trace级别日志 #63 3 years ago
q191201771 86c4b950db [feat] hls: 增加delete_threshold配置,用于配置过期TS文件的保存时间 3 years ago
q191201771 1c359086fa v0.27.1 -> version.go 3 years ago
q191201771 66aaf07216 [chore] release包中包含https的签名文件 3 years ago
q191201771 0548c2d287 v0.27.0 -> version.go 3 years ago
q191201771 5e5e96f73a [test] innertest增加m3u8文件检测 3 years ago
q191201771 1b5493ef9b [refactor] 通过配置文件控制group调试日志 3 years ago
q191201771 b1e0eac902 [fix] 修复simple auth模块里hls无法关闭鉴权的问题 3 years ago
q191201771 1106c33b2f prev commit patch 3 years ago
q191201771 f16b1f8d4f - [feat] simple auth增加支持rtsp,httpts,hls协议 - [feat] simple auth鉴权可配置后门鉴权参数 - [opt] simple auth鉴权参数的md5值兼容大小写 3 years ago
q191201771 20d5d56690 [fix] 增强兼容性,当收到的rtmp message中aac seq header payload长度为0时忽略,避免崩溃 #116 3 years ago
q191201771 57ad766d34 [feat] 新增simple auth鉴权功能,rtmp,httpflv支持md5鉴权 3 years ago
q191201771 c81a840e4a [opt] avc: 增强兼容性,分隔avcc格式的nal时,如果存在长度为0的nal则忽略 3 years ago
q191201771 8154e40069 [test] innertest http api 3 years ago
q191201771 ca3797c822 [refactor] prev pr patch 3 years ago
joestarzxh ca4faccfcc [fix]rtmp_t修改未提交 3 years ago
joestarzxh db2950ac69 [fix] rtmp 解决未处理PingRequest 回应 3 years ago
q191201771 03ccfa0e5f 1. rtmp.PushSession和PullSession可配置WriteBuf和ReadBuf大小,以及WriteChanSize 2. 整理完所有error返回值 3. 提高测试覆盖率 3 years ago
q191201771 83aa44eebe [refactor] error信息更友好 3 years ago
q191201771 ad547d0010 [test] 提高测试覆盖 3 years ago
q191201771 3b0465b5fc [refactor] 增强兼容性: https服务初始化失败时打印错误日志而不是退出程序 3 years ago
q191201771 9e74f5f036 [test] 修复base/url_test.go中的测试用例 3 years ago
q191201771 cce165b16c [fix] 增强兼容性,当收到的rtmp message中的payload长度为0时,则忽略 #112 3 years ago
q191201771 b0bc51c239 [feat] httpflv.PullSession支持https,支持302跳转 3 years ago
q191201771 505cf2e834 [chore] 修复go vet对于signal unbound channel的警告 3 years ago
q191201771 99a2331935 update naza 3 years ago
q191201771 170e1d24e1 [log] rtsp client信令增加错误日志 3 years ago
q191201771 875569edb3 [refactor] 把base.Buffer移到naza库中 3 years ago
q191201771 d5c7047295 patch 3 years ago
q191201771 451299a3df [fix] 增强兼容性: sdp中fmtp内发生换行时做兼容性处理 3 years ago
q191201771 dacfa3d041 [fix] 修复logic.Option.NotifyHandler首字母小写外部无法设置的问题 3 years ago
q191201771 a3ae15543f [refactor] 将logic包中的DummyAudioFilter, GopCache, LazyRtmpChunkDivider, LazyRtmpMsg2FlvTag移入remux中 3 years ago
q191201771 39ccc1b911 [refactor] rtmp: 使用base.Buffer 3 years ago
q191201771 ffdb1c7c08 [fix] 修复httpflv多级路径下无法播放的问题 3 years ago
q191201771 eb742feb8d 测试各session的ISessionUrlContext接口 3 years ago
q191201771 efcc4ebed4 [fix] windows build 3 years ago
q191201771 5a57212fd4 v0.26.0 -> version.go 3 years ago
q191201771 e3578157f4 mod messages:
- [perf] rtmp合并发送功能使用writev实现
- [refactor] 可定制性: logic: 抽象出ILalServer接口;业务方可在自身逻辑中创建server,选择是否获取notify通知,以及使用api控制server
- [refactor] 兼容性: 再增加一个配置文件默认搜索地址
- [refactor] 可读性: logic: ServerManager和Config不再作为全局变量使用;去除entry.go中间层;iface_impl.go移入innertest中;signal_xxx.go移入base中
3 years ago
q191201771 7d6c38a66b [feat] package rtmp: ServerSession增加Writev函数 3 years ago
q191201771 61687aaf8a patch 3 years ago
q191201771 ccc94c9860 [refactor] logic中流媒体服务于http notify再增加一层中间层notify,便于业务方定制自己的业务逻辑 3 years ago
q191201771 422e03cfdb patch 3 years ago
q191201771 e40167d506 [feat] 检查所有配置项是否存在 3 years ago
q191201771 8aa2318465 [test] 增加group manager的单元测试 3 years ago
q191201771 a21c3760b4 [feat] lalserver logic: 实现ComplexGroupManager 3 years ago
q191201771 3aa7f91b2a [log] 输入的rtp包格式错误 3 years ago
q191201771 d6f7db9d8b [log] 输入的rtmp包格式错误 3 years ago
q191201771 d17ef10d25 [feat] 兼容两个不太标准的sdp格式(a=fmtp的前面或后面有多余的分号) 3 years ago
q191201771 151db29064 [test] 去掉单元测试时不必要的错误日志 3 years ago
q191201771 11659e10cc [refactor] logic: 新增GroupManager,管理所有Group 3 years ago
q191201771 2d77d7cbd7 [log] aac解析失败日志 3 years ago
q191201771 2b8e11e900 [doc] base.HttpServerManager增加日志 3 years ago
q191201771 f7664d8eb9 [log] hls中分割nalu增加日志 3 years ago
q191201771 4f4a566a3a [doc] 文件头增加许可证声明 3 years ago
q191201771 674b051cf4 prev commit patch 3 years ago
q191201771 2c913f41e3 [feat] 为rtmp pub推流添加静音AAC音频(可动态检测是否需要添加;配置文件中可开启或关闭这个功能) (#56) 3 years ago
q191201771 03c459a024 [refactor] httpflv.Sub和httpts.Sub显式调用base.HttpSubSession的函数 3 years ago
q191201771 812cfd8a55 [chore] 增强健壮性:package rtmp: 对端协议错误时,主动关闭对端连接而不是主动panic 3 years ago
q191201771 5abe86b687 [refactor] package avc: 重新实现sps的解析 3 years ago
q191201771 abb92c9074 Merge branch 'master' of github.com:q191201771/lal 4 years ago
q191201771 6d2bf2556d [feat] 优化和统一所有client类型session的使用方式:session由于内部或对端原因导致关闭,外部不再需要显式调用Dispose函数释放资源 4 years ago
Evrins Hu 3c10c27b47 [feat] fallback to MD5 auth algorithm if missing auth algorithm
海康某一款摄像头返回的认证信息中不包含 algorithm 信息,但是可以使用 md5 来进行认证
Digest realm="IP Camera(F5390)", nonce="21485f706d35a19f62245161867144d6", stale="FALSE"
4 years ago
q191201771 528444e582 messages:
- [refactor] 使用httpflv.Tag.Payload()
- [refactor] 新增函数remux.FlvTag2RtmpChunks()
4 years ago
q191201771 7cf1e03707 [refactor] 整理logic/group的代码 4 years ago
q191201771 149f62249b [fix] rtsp信令打包中部分字段缺少空格 4 years ago
q191201771 375d53fca6 v0.24.0 -> version.go 4 years ago
q191201771 41e364a016 comment 4 years ago
q191201771 37dc49ec51 [fix] 修复rtsp sub session没有正常释放导致协程泄漏的问题 4 years ago
q191201771 bf9c621d60 (#102) [test] rtmp amf object中包含null类型的单元测试 4 years ago
ShiBen 5e3bba6aed Merge branch 'master' of https://github.com/BenLocal/lal 4 years ago
ShiBen aeb2455c23
Merge branch 'q191201771:master' into master 4 years ago
ShiBen ac70d57bac fix#102 4 years ago
ShiBen 4f7560fbee fix#102 4 years ago
q191201771 ef8b3d592e (#101) [fix] hls.Muxer没有设置回调导致崩溃 4 years ago
q191201771 4cea1b8cf5 [fix] 确保rtsp sub拉流从关键帧开始发送数据,避免因此引起的花屏 4 years ago
q191201771 d11074958d (#97) [feat] lalserver支持用rtsp协议拉取rtmp的推流 4 years ago
q191201771 cf489cf16d prev commit patch 4 years ago
q191201771 1db76a4e46 [fix] rtmp信令打包参考本地chunk size 4 years ago
q191201771 1f97f1ef50 [fix] rtmp client session兼容对端回复两次publish或play信令的情况 4 years ago
q191201771 7281e62195 (#83) [fix] aac rtp打包 4 years ago
joestarzxh b7e7d42f8a [feat]rtsp补充存在两种论证时的测试 4 years ago
q191201771 cfabc9043c [feat] 新增demo pullrtmp2pushrtsp 4 years ago
q191201771 77c624ab03 [fix] aac rtp打包 4 years ago