Commit Graph

268 Commits (323d6393d1f3b2992c611a7c9ace8baebeba6c67)

Author SHA1 Message Date
q191201771 323d6393d1 [refactor] 所有client类型session都实现IClientSessionLifecycle接口中的Start函数 8 months ago
q191201771 455a9b2235 new func MockVersion 8 months ago
q191201771 d7b0aaf6cf refactor mv RtmpServerSessionReadAvTimeoutMs LogicCheckSessionAliveIntervalSec to base pkg 8 months ago
q191201771 cb2cf030ae [opt] rtmp: 加大server session的默认超时时长,由10秒修改为120秒 8 months ago
q191201771 49f3aa7a71 [feat] http-api: 新增接口/api/ctrl/add_ip_blacklist,用于增加IP黑名单 9 months ago
q191201771 c571ae62db comment 9 months ago
q191201771 b820227d57 1 [opt] http-api: kick接口支持踢出hls sub session, 2 [opt] hls: session功能开启时,无效的ts和m3u8请求直接拒绝 9 months ago
q191201771 67511de4a8 refactor new func base.WrapReadConfigFile 9 months ago
q191201771 d196a177ff do not serve hls sub session if in ip black list 9 months ago
q191201771 4a3282c0fe impl of IpBlacklist struct 9 months ago
q191201771 79ae569f47 log 9 months ago
ZSC714725 3361edd01e lal support opus 10 months ago
ZSC714725 7e0c354257 rtsp server support rtsp-over-websocket play 1 year ago
joe_zhang2006@163.com 3cba14f1d3 [fix]修正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
Jae-Sung Lee 69352b89dd [fix] webui: uri encode stream name 2 years ago
q191201771 c492f7188b [fix] http api: 修复kick接口无法踢掉rtsp sub session的问题 2 years ago
q191201771 7e1b27d45a comment 2 years ago
q191201771 745baae2ac [opt] logic: 在业务方WithOnHookSession的情况下,停用auto stop relay pull功能。(业务方如果想auto stop relay pull,可以在业务层自行判断、决定是否stop relay pull) #292 2 years ago
yoko a97652ae12
Merge pull request #286 from jaesung9507/webui
[fix] webui: read null when no group
2 years ago
q191201771 99259ce18e [feat] http api: 为非rtmp的协议也增加fps统计信息 #283 2 years ago
HustCoderHu 9681a530b7 [feature]: record video fps in group for rtmp pub&pull 2 years ago
q191201771 722a63e271 comment 2 years ago
Jae-Sung Lee c6e1fa8311 [fix] webui: read null when no group 2 years ago
q191201771 b71749deb1 [opt] logic: 将NotifyHandler回调异步化到独立协程中 #281 2 years ago
q191201771 6fe6629848 [refactor] 整理所有超时相关的代码 2 years ago
q191201771 bea4701c23 [fix] rtsp: 播放不存在的rtsp流,超时没有彻底释放 2 years ago
q191201771 2cc8bf6ac3 refactor cors 2 years ago
q191201771 e66a93f55a [feat] customize: 支持将流输出给业务方做二次开发 2 years ago
ZSC714725 f01c7b4010 rtmp推流支持enhanced RTMP 2 years ago
penglh a2dde6442d 解决CustomizePubSessionContext使用dumpFile空指针问题 2 years ago
yang heng01~ c8b8147d9b 补充跨域请求头 2 years ago
sanenchen e099ccc05b 开启API跨域 2 years ago
q191201771 fdb65e9ff7 patch for #270 2 years ago
joaop 306a4c878f simplifing logic to enable fragment_duration_ms on configuration to be under thousands (but not below hundreds) 2 years ago
ZSC714725 411ba82181 rtmp2rtsp support g711a 2 years ago
yoko fb9b2b61c3
Merge pull request #265 from jaesung9507/g711u
[feat] rtmp2rtsp support G711U
2 years ago
Jae-Sung Lee adc930fb0e rtmp2rtsp support G711U 2 years ago
Jae-Sung Lee 8c17c8360a remove deprecated io/ioutil packages 2 years ago
yoko d16a6136e7
Merge pull request #252 from jaesung9507/logging_max_gop_cache
[log] add log when not caching frame by SingleGopMaxFrameNum
2 years ago
q191201771 82bee418b4 fix sub_session_hash_key json name 2 years ago
q191201771 11e1be540b HttpApiVersion -> v0.4.5 and HttpWebUiVersion -> v0.0.2 2 years ago
q191201771 feb6ed992f - [refactor] using Go embed to load lal.html - [refactor] using path /lal.html instead of path / to load web ui 2 years ago
q191201771 959ca77f95 [refactor] 整理HTTP-API中的结构体 2 years ago
yoko cbc1da24a2
Merge pull request #248 from jaesung9507/webui
[feat] 增加Web页面(基于HTTP-API)
2 years ago
q191201771 662437bae4 lalserver: dump sdp 2 years ago
q191201771 2770140cdc fix missing default value of config.HlsConfig.SubSessionTimeoutMs 2 years ago
Jae-Sung Lee d78a827d75 add log when not caching frame by SingleGopMaxFrameNum 2 years ago
Jae-Sung Lee 61a7c2e128 Add lal Web UI using http api 2 years ago
q191201771 46c0b47911 (1) [refactor] DumpFile增加文件头信息,每个数据块包含类型 (2) [feat] demo/pullrtsp和CutomizePub支持DumpFile (3) [test] 整理DumpFile的测试 2 years ago