更新溯源功能相关描述

This commit is contained in:
ziyue 2022-01-12 19:54:22 +08:00
parent 170f5500cf
commit f0cd54fe83
2 changed files with 2 additions and 1 deletions

View File

@ -118,7 +118,7 @@
- 支持FFmpeg拉流代理任意格式的流
- 支持http api生成并返回实时截图
- 支持按需解复用、转协议,当有人观看时才开启转协议
- 支持溯源模式的集群部署溯源方式支持rtsp/rtmp/hls/http-ts
- 支持溯源模式的集群部署溯源方式支持rtsp/rtmp/hls/http-ts, 边沿站支持hls, 源站支持多个(采用round robin方式溯源)
## 编译以及测试

View File

@ -164,6 +164,7 @@ alive_interval=10.0
#支持多个源站,不同源站通过分号(;)分隔
origin_url=
#溯源总超时时长单位秒float型假如源站有3个那么单次溯源超时时间为timeout_sec除以3
#单次溯源超时时间不要超过general.maxStreamWaitMS配置
timeout_sec=15
[http]