Commit Graph

1007 Commits (87ba16c91785d97fa36316fb3aec1607bfbb71e9)
 

Author SHA1 Message Date
q191201771 87ba16c917 [chore] update go 1.16 to 1.18 for using go fuzz 1 year ago
yoko cad540546e
Merge pull request #330 from cuteLittleDevil/fix-cd-hls
[fix] 修复流名称中带.导致获取流名称错误的问题
1 year ago
cuteLittleDevil f4d6d5da80 修复hls拉流时 因为流名称带.符号失败 1 year ago
yoko 2972c079e4
Merge pull request #327 from wangchaodeyuzhou/crc32
[refactor] mpegts: crc32 replace with the standard library
1 year ago
王荣昌 58feb5f74f test: add crc32 uint test 1 year ago
王荣昌 466f35ad6d fix: crc32 replace with the standard library 1 year ago
yoko dfa7cf4ab9
Merge pull request #326 from cuteLittleDevil/fix-cd-pr
[fix] HTTP-API: 修复hls和ts的protocol和base type字段为空的问题
1 year ago
cuteLittleDevil ba4aa6650a 修改格式化错误 1 year ago
cuteLittleDevil ee36bd8925 [fix] 修复ps和hls拉流时 /api/stat/all_group接口获取流协议等消息为空的情况 1 year ago
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