mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
trunk/conf/full.conf
add sip query catalog interval config
This commit is contained in:
parent
cf48a5594d
commit
0d593da998
3 changed files with 57 additions and 5 deletions
|
@ -90,16 +90,18 @@ stream_caster {
|
|||
# 认为设备离线
|
||||
keepalive_timeout 120;
|
||||
|
||||
|
||||
# 注册之后是否自动给设备端发送invite
|
||||
# on: 是 off 不是,需要通过api控制
|
||||
auto_play on;
|
||||
|
||||
# 设备将流发送的端口,是否固定
|
||||
# on 发送流到多路复用端口 如9000
|
||||
# off 自动从rtp_mix_port - rtp_max_port 之间的值中
|
||||
# 选一个可以用的端口
|
||||
invite_port_fixed on;
|
||||
|
||||
# 向设备或下级域查询设备列表的间隔,单位(秒)
|
||||
# 默认60秒
|
||||
query_catalog_interval 60;
|
||||
}
|
||||
}
|
||||
vhost __defaultVhost__ {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue