mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
更新溯源功能相关描述
This commit is contained in:
parent
170f5500cf
commit
f0cd54fe83
@ -118,7 +118,7 @@
|
||||
- 支持FFmpeg拉流代理任意格式的流
|
||||
- 支持http api生成并返回实时截图
|
||||
- 支持按需解复用、转协议,当有人观看时才开启转协议
|
||||
- 支持溯源模式的集群部署,溯源方式支持rtsp/rtmp/hls/http-ts
|
||||
- 支持溯源模式的集群部署,溯源方式支持rtsp/rtmp/hls/http-ts, 边沿站支持hls, 源站支持多个(采用round robin方式溯源)
|
||||
|
||||
|
||||
## 编译以及测试
|
||||
|
@ -164,6 +164,7 @@ alive_interval=10.0
|
||||
#支持多个源站,不同源站通过分号(;)分隔
|
||||
origin_url=
|
||||
#溯源总超时时长,单位秒,float型;假如源站有3个,那么单次溯源超时时间为timeout_sec除以3
|
||||
#单次溯源超时时间不要超过general.maxStreamWaitMS配置
|
||||
timeout_sec=15
|
||||
|
||||
[http]
|
||||
|
Loading…
Reference in New Issue
Block a user