mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-12 19:24:22 +08:00
新增平滑发送逻辑 (#3072)
This commit is contained in:
@@ -50,6 +50,10 @@ auto_close=0
|
||||
#此参数不应大于播放器超时时间;单位毫秒
|
||||
continue_push_ms=15000
|
||||
|
||||
#平滑发送定时器间隔,单位毫秒,置0则关闭;开启后影响cpu性能同时增加内存
|
||||
#该配置开启后可以解决一些流发送不平滑导致zlmediakit转发也不平滑的问题
|
||||
paced_sender_ms=0
|
||||
|
||||
#是否开启转换为hls(mpegts)
|
||||
enable_hls=1
|
||||
#是否开启转换为hls(fmp4)
|
||||
|
||||
Reference in New Issue
Block a user