Commit Graph

661 Commits (9d8a9b84e2dd82a23b5cb38ca334d73235bf54fc)

Author SHA1 Message Date
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
q191201771 fc26b1ebc7 patch for #241 2 years ago
q191201771 df33fffda4 fix test 2 years ago
q191201771 fdf9ff6121 parse rtp extension header to ExtensionProfile and Extensions 2 years ago
q191201771 791af4e678 merge 2 years ago
q191201771 76c84546bd log 2 years ago
yoko 99863b8026
Merge pull request #241 from joestarzxh/master
[opt] Gop缓冲功能支持配置单个Gop内的最大缓冲帧数量
2 years ago
q191201771 6e5ba21113 [fix] rtp: 跳过rtp extension扩展头,避免因此导致rtp解析失败 2 years ago
q191201771 b993ba818c do inner test only once on MacOS to save time 2 years ago
q191201771 3d8933cd51 v0.32.0 -> t_version.go 2 years ago
joe_zhang2006@163.com 1194d74b04 single_gop_max_num需更名为single_gop_max_frame_num 2 years ago
joe_zhang2006@163.com 6c2c18fe50 调整了Gop一下代码 2 years ago
joe_zhang2006@163.com ca6cc34a1f [fix]gop增加单个gop包数量的限制,防止异常情况内存飞涨 2 years ago
q191201771 38dbae240a test 2 years ago
q191201771 fa141820a2 [fix] rtsp: 修复aac rtp type不是标准值无法合帧的问题。提高兼容性 2 years ago
q191201771 cb02087f65 [fix] rtsp: 修复rtp数据中有padding导致合帧数据不正确的bug 2 years ago
q191201771 6625cce10c [feat] rtp: 解析rtp包中的padding 2 years ago
q191201771 e5206c81e2 comment 2 years ago
q191201771 9e29a0989b [feat] rtp: 解析rtp header中的csrc 2 years ago
q191201771 3c675d563c log 2 years ago
q191201771 bb1b3bc312 [opt] 新增一级配置项in_session,支持控制所有输入流,比如增加静音音频 2 years ago
q191201771 14d175206f (1) [opt] 转ts时,如果调整时间戳失败则使用调整前的时间戳 (2) [log] 丰富转hls异常时的日志 2 years ago
q191201771 cadb1926fc [opt] customize: 当DelCustomizePubSession后,调用被删除对象的FeedAvPacket方法将返回错误 2 years ago
q191201771 ab836fb5fc [patch] only log error if start rtsps failed #234 2 years ago
q191201771 2877490b38 [patch] conf version #234 2 years ago
q191201771 bcb2d76db9 log rtsp command detail 2 years ago
q191201771 429772e64d Merge branch 'master' of https://github.com/q191201771/lal 2 years ago
q191201771 1ed98b4f11 [feat] 所以输入流都支持叠加静音音频 2 years ago
yoko aec6c8a68e
Merge pull request #234 from jaesung9507/rtsps_listen
(1) [feat] server支持RTSPS (2) [fix] 修复rtsp auth可能失败的bug
2 years ago