Commit Graph

998 Commits (e4f0bcb114e924bcfc1dcd3cb5b088a5a8e911aa)
 

Author SHA1 Message Date
yoko e4f0bcb114
Merge pull request #324 from testwill/bytes
perf: use bytes.Equal instead of bytes.Compare
1 year ago
guoguangwu 4ae1be8983 chore: use bytes.Equal instead 1 year ago
yoko 3f101323ca
Merge pull request #322 from ixugo/dev
[fix] hls: 修复获取record.m3u8和playlist.m3u8对应的流名称不正确的问题 #320
1 year ago
xugo ab9a894ca7 [fix] 修复获取 hls 流名称 1 year ago
yoko 6f2cffcaf3
Merge pull request #318 from chenquan/perf/optimize-CPU
[perf] rtsp: 优化定时向对端发送get_parameter保活信令的性能
1 year ago
chen quan 6acfe32d23
perf: optimize CPU consumption 1 year ago
q191201771 a84c2c3ee8 Merge branch 'master' of https://github.com/q191201771/lal 1 year ago
q191201771 8c2107a780 [test] fix inner test for #efcfc1100e683ba02af2914dab55b4771aa8bdb5 1 year ago
yoko 6915b75736
Merge pull request #314 from cuteLittleDevil/patch-1
[fix] 修复火狐浏览器播放ws-flv失败的问题
1 year ago
LittleDevil 2263c7fd0e
[fix] 修改是否升级成websocket判断 兼容火狐浏览器
火狐浏览器ws请求时 Connection = [keep-alive, Upgrade]
目前是根据RFC 6455标准例子判断Connection=Upgrade
会导致火狐浏览器ws升级失败
根据RFC 2616修改为Connection包含Upgrade即可
1 year ago
yoko 6af11b262a
Merge pull request #312 from ZSC714725/ps-g711
[feat] ps demuxer support g711
1 year ago
ZSC714725 ce37bcdefe ps demuxer support g711 1 year ago
q191201771 36511e0798 [opt] rtmp: PushSession增加WriteMsg函数 1 year ago
q191201771 06ed307f9c Merge branch 'master' of https://github.com/q191201771/lal 2 years ago
q191201771 c8602cf880 [opt] 增加变量控制hls是否增加跨域头 #309 2 years ago
yoko 3300df1f55
Merge pull request #308 from jaesung9507/webui
[fix] webui: uri encode stream name
2 years ago
Jae-Sung Lee 69352b89dd [fix] webui: uri encode stream name 2 years ago
yoko b6b6a2aad1
Merge pull request #307 from jaysooong/jaysooong
[fix] http-notify: 重复声明变量导致字段值缺失
2 years ago
JaySoong e19899987b
去掉重复行
Update t_http_an__notify.go
info.Url = session.Url()
2 years ago
yoko 0fbfadf117
Merge pull request #305 from jaesung9507/ts
[fix] mpegts: overflow pcr
2 years ago
Jae-Sung Lee efcfc1100e fix: overflow pcr 2 years ago
q191201771 c492f7188b [fix] http api: 修复kick接口无法踢掉rtsp sub session的问题 2 years ago
q191201771 f8d9bba7a1 v0.36.7 -> t_version.go 2 years ago
q191201771 5776cf21a9 v0.36.7 2 years ago
yoko a90e2a81e3
Merge pull request #296 from jaesung9507/rtmp-timeout
fix: not working timout for RTMP server session
2 years ago
q191201771 9b030c1442 update naza v0.30.48 which is -> [fix] connection: not working set ModWriteChanSize 2 years ago
q191201771 7e1b27d45a comment 2 years ago
yoko 33bba7b487
Merge pull request #300 from ZSC714725/rtp-ext
[fix] rtp: 修复解析ext扩展数据的bug
2 years ago
ZSC714725 bb6a2287b3 solve rtp ext parse error 2 years ago
ZSC714725 f74daffc4c solve rtp ext parse error 2 years ago
q191201771 22281a883a chore fix all script, readlink have no -f param in some macos 2 years ago
Jae-Sung Lee bfd22cab48 fix: not working timout for RTMP server session 2 years ago
q191201771 9d8a9b84e2 export Sps inside avc.Context 2 years ago
q191201771 1215464cbe Merge branch 'master' of https://github.com/q191201771/lal 2 years ago
q191201771 e55daee422 export all props of hevc.Context 2 years ago
yoko a5f2316a2e
Merge pull request #295 from jaesung9507/audiocodecid
Audio SDP not pack in RTSP when G711 Audio received late.
2 years ago
Jae-Sung Lee 6915ab3ddd if audioPt knows returns true in isAnalyzeEnough 2 years ago
Jae-Sung Lee 1b80c869ae parse audiocodecid from rtmp metadata 2 years ago
yoko 19c6fd3960
Merge pull request #293 from ZSC714725/fix-panic
fix panic, check IMuxerObserver nil
2 years ago
ZSC714725 54db1a00e7 fix panic 2 years ago
q191201771 4fd98c284b chore fix build.sh, readlink have no -f param in some macos 2 years ago
q191201771 1197b600d9 test 2 years ago
q191201771 c6978347d4 rtmp: mod write chan size of client session only necessary 2 years ago
q191201771 745baae2ac [opt] logic: 在业务方WithOnHookSession的情况下,停用auto stop relay pull功能。(业务方如果想auto stop relay pull,可以在业务层自行判断、决定是否stop relay pull) #292 2 years ago
q191201771 30b03790fe [opt] rtsp: 支持处理时间戳翻滚的情况 #281 2 years ago
q191201771 1e6b691b85 merge 2 years ago
q191201771 429325e433 dump rtsp test support video 2 years ago
yoko a97652ae12
Merge pull request #286 from jaesung9507/webui
[fix] webui: read null when no group
2 years ago
q191201771 27204ab200 - [feat] Rtmp2AvPacketRemuxer增加参数用于指定是否需要丢弃SEI - [fix] Rtmp2AvPacketRemuxer多slice时append sps错误导致花屏 2 years ago
q191201771 e404e025cb upgrade naza v0.30.12 2 years ago