diff --git a/README.md b/README.md index 1702e4d5..e2804533 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ - 支持FFmpeg拉流代理任意格式的流 - 支持http api生成并返回实时截图 - 支持按需解复用、转协议,当有人观看时才开启转协议 - - 支持溯源模式的集群部署,溯源方式支持rtsp/rtmp/hls/http-ts + - 支持溯源模式的集群部署,溯源方式支持rtsp/rtmp/hls/http-ts, 边沿站支持hls, 源站支持多个(采用round robin方式溯源) ## 编译以及测试 diff --git a/conf/config.ini b/conf/config.ini index cb2b0602..edd648ba 100644 --- a/conf/config.ini +++ b/conf/config.ini @@ -164,6 +164,7 @@ alive_interval=10.0 #支持多个源站,不同源站通过分号(;)分隔 origin_url= #溯源总超时时长,单位秒,float型;假如源站有3个,那么单次溯源超时时间为timeout_sec除以3 +#单次溯源超时时间不要超过general.maxStreamWaitMS配置 timeout_sec=15 [http]