Commit Graph

689 Commits (87ba16c91785d97fa36316fb3aec1607bfbb71e9)

Author SHA1 Message Date
q191201771 efdee6f6e6 patch, fix test for prev commit 2 years ago
q191201771 c452141894 [fix] mpegts: 转ts时,pmt中的avc标志写错导致vlc无法播放h264编码的视频 #284 #277 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 597f9d1e4b [fix] rtmp: 解析Amf0TypeMarkerUndefined和Amf0TypeMarkerUnsupported 2 years ago
q191201771 2cc8bf6ac3 refactor cors 2 years ago
q191201771 e66a93f55a [feat] customize: 支持将流输出给业务方做二次开发 2 years ago
q191201771 b128695ae9 v0.35.4 -> t_version.go 2 years ago
q191201771 b2f3d851f2 prepare v0.35.4 2 years ago
q191201771 4f82854f22 [feat] rtmp: enhanced RTMP hevc 支持转mpegts. patch for #276 2 years ago
yoko a2d6108c58
Merge pull request #276 from ZSC714725/enhanced-hevc
[feat] rtmp: 推流支持 enhanced RTMP
2 years ago
ZSC714725 f01c7b4010 rtmp推流支持enhanced RTMP 2 years ago
q191201771 064a28ce89 Merge branch 'master' of https://github.com/q191201771/lal 2 years ago
q191201771 380c328ccf [fix] rtmp: 解析amf strict array 2 years ago
LiH0820 cd7cf75868
Merge branch 'q191201771:master' into fix_CustomPubSession 2 years ago
penglh a2dde6442d 解决CustomizePubSessionContext使用dumpFile空指针问题 2 years ago
q191201771 305f98aff3 unit test for base.DumpFile 2 years ago
q191201771 99a7be5527 fix GetSamplingFrequency missing 24000 2 years ago
q191201771 2e3d90fab2 log 2 years ago
yang heng01~ c8b8147d9b 补充跨域请求头 2 years ago
sanenchen e099ccc05b 开启API跨域 2 years ago
q191201771 3510e71516 [patch] refactor for #272 2 years ago
yoko 7214afda48
Merge pull request #272 from ZSC714725/rtsp-transport
[opt] rtsp: client端使用UDP收到461则切换成TCP(反之也然)
2 years ago
ZSC714725 3598c36cfb 461 change transport 2 years ago
q191201771 e3995bc5ad [patch] refactor to new struct Rtmp2MpegtsTimestampFilter and add test. #269 2 years ago
yoko b79f37f9c9
Merge pull request #269 from ZSC714725/hls-warning
[fix] rtmp转mpegts处理时间戳错误,导致有b帧时ffplay播放hls报错
2 years ago
q191201771 fdb65e9ff7 patch for #270 2 years ago
yoko e04528baf9
Merge pull request #270 from jpelizza/master
[fix] Allow fragment_duration_ms to be under thousands
2 years ago
q191201771 02ea0972ce patch for #267 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
q191201771 e9ab1a6d7c patch for #267 2 years ago
yoko fa56c0f471
Merge pull request #267 from ZSC714725/ts-rebuild
(1). [feat] rtsp2rtmp支持G711 (2). [opt] mpegts根据编码格式打包patpmt(提高纯视频流的兼容性)
2 years ago
q191201771 c62a3e13fa v0.34.3 -> t_version.go 2 years ago
ZSC714725 92d2e4ad9a rtsp2rtmp support g711 2 years ago
q191201771 b70b423b28 fix log 2 years ago
q191201771 cbf97c28ca license 2 years ago
ZSC714725 45acbf5cd1 solve ffmpeg warning 2 years ago
ZSC714725 71d0eb3ca0 rtmp2mpegts not support 711 2 years ago
ZSC714725 3995701869 rewrite pat and pmt 2 years ago
ZSC714725 e87a1979cc rewrite pat and pmt 2 years ago
ZSC714725 ee561b96a0 rtmp2rtsp add utest 2 years ago
ZSC714725 411ba82181 rtmp2rtsp support g711a 2 years ago
q191201771 3029db08fd patch 2 years ago
q191201771 f697fbac23 refactor patch for #265 2 years ago
yoko fb9b2b61c3
Merge pull request #265 from jaesung9507/g711u
[feat] rtmp2rtsp support G711U
2 years ago
Jae-Sung Lee 373ef34c54 support sampling rate other than 8000Hz in G.711 2 years ago
yoko 2012bdf5a7
Merge pull request #264 from jaesung9507/ioutil
[refactor] remove deprecated io/ioutil packages
2 years ago
Jae-Sung Lee adc930fb0e rtmp2rtsp support G711U 2 years ago
q191201771 c3da6ba1ab [patch] rtmp: server session发送ack的触发条件 #257 2 years ago
q191201771 ac3a54ee59 [patch] refactor #257 2 years ago
q191201771 35cf656e44 [patch] comment #257 2 years ago
q191201771 a99b2c5faa [patch] rtmp: client session 只使用PeerWinAckSize的值作为是否发送ack的触发条件 #257 2 years ago
yoko e9e09aa4da
Merge pull request #257 from joestarzxh/master
[feat] rtmp: server session回应ack
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
liquanqing 3f1605b27c fix: audio chunk and video chunk mixd bug 2 years ago
q191201771 169a942cb7 [patch] rtmp: PullSessionOption.TlsConfig and PushSessionOption.TlsConfig #208 2 years ago
q191201771 82bee418b4 fix sub_session_hash_key json name 2 years ago
q191201771 b159f6625a [opt] rtmp: ClientSession支持定制化tls.Config #208 2 years ago
q191201771 48c156b36d fix test 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 3302008b74 HttpApiVersion -> v0.4.4 and HttpWebUiVersion -> v0.0.1 2 years ago
q191201771 959ca77f95 [refactor] 整理HTTP-API中的结构体 2 years ago
q191201771 22bde9adc4 format 2 years ago
yoko cbc1da24a2
Merge pull request #248 from jaesung9507/webui
[feat] 增加Web页面(基于HTTP-API)
2 years ago
joe_zhang2006@163.com ddf35f49f8 [fix]rtmp server pub时回应ack 2 years ago
q191201771 d2f38126ff unit test for #251 2 years ago
q191201771 443e00471a fetch item of slice safety, patch for #251 2 years ago
q191201771 2047e3ac8b Merge branch 'master' of https://github.com/q191201771/lal 2 years ago
q191201771 350ea4947c comment 2 years ago
yoko 49234187c4
Merge pull request #251 from ZSC714725/rtsp-G711A
[opt] RTSP: 兼容G711 SDP,支持RTSP G711间的转发
2 years ago
ZSC714725 fbe1fc46cf change IsAudioUnpackable 2 years ago
q191201771 7fd1c96c1c v0.33.0 -> t_version.go 2 years ago
q191201771 98e06276c8 TODO comment 2 years ago
q191201771 4f68ac85ed [test] rtmp: unit test for chunk divider 2 years ago
q191201771 0188225b8b reduce preallocate, patch for #253 2 years ago
yoko 2fd1925da4
Merge pull request #253 from kuabhish/fix_memory_leak_scenario
[opt] rtmp: reduce memory consumption when dividing chunk
2 years ago
Jae-Sung Lee 96d6fc2d76 fix panic in rtmp.ServerSession.doAck 2 years ago
kuabhish 2b7aae022a fix memory leak scenario 2 years ago
q191201771 d7579d91ad log 2 years ago
q191201771 662437bae4 lalserver: dump sdp 2 years ago
q191201771 bfd05093ff version 2 years ago
q191201771 6eba8a5b8c TODO comment 2 years ago
q191201771 2770140cdc fix missing default value of config.HlsConfig.SubSessionTimeoutMs 2 years ago
q191201771 9a3b5faa68 fix log 2 years ago
Jae-Sung Lee d78a827d75 add log when not caching frame by SingleGopMaxFrameNum 2 years ago
q191201771 82af50ceb3 fix test 2 years ago
ZSC714725 ffae8a4297 rtsp support g711a 2 years ago
Jae-Sung Lee 61a7c2e128 Add lal Web UI using http api 2 years ago
q191201771 6dff63cbfd fix Go 1.14 build 2 years ago
q191201771 46c0b47911 (1) [refactor] DumpFile增加文件头信息,每个数据块包含类型 (2) [feat] demo/pullrtsp和CutomizePub支持DumpFile (3) [test] 整理DumpFile的测试 2 years ago
yoko c01dcf6bf8
Merge pull request #247 from jaesung9507/flv_custom_pub
[fix] add file close in ReadAllTagsFromFlvFile
2 years ago
q191201771 a6cdd08861 patch for #245 2 years ago
Jae-Sung Lee e4a217f883 add file close in ReadAllTagsFromFlvFile 2 years ago
thewind296 1c1a0c1b34 Fix can't get app name from hls url if it not present 2 years ago
thewind296 86c8e88d6c Merge branch 'master' into feat/hls_subsession 2 years ago
Jae-Sung Lee 0ed0d75a2b Add example flv file of CustomPubSession 2 years ago
q191201771 6951a904d4 comment 2 years ago