mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
del print_sip_message config
This commit is contained in:
parent
92d351ef35
commit
8ac39cb22f
5 changed files with 36 additions and 25 deletions
|
@ -322,7 +322,22 @@ stream_caster {
|
|||
# default: off
|
||||
audio_enable off;
|
||||
# The exposed IP to receive media stream.
|
||||
host 192.168.1.3;
|
||||
# * Retrieve server IP automatically, from all network interfaces.
|
||||
# eth0 Retrieve server IP by specified network interface name. # TODO: Implements it.
|
||||
# $CANDIDATE Read the IP from ENV variable $EIP, use * if not set, see https://github.com/ossrs/srs/issues/307#issuecomment-599028124
|
||||
# x.x.x.x A specified IP address or DNS name, which can be access by client such as Chrome.
|
||||
# You can specific more than one interface name:
|
||||
# eth0 eth1 Use network interface eth0 and eth1. # TODO: Implements it.
|
||||
# Also by IP or DNS names:
|
||||
# 192.168.1.3 10.1.2.3 rtc.me # TODO: Implements it.
|
||||
# And by multiple ENV variables:
|
||||
# $CANDIDATE $EIP # TODO: Implements it.
|
||||
# default: *
|
||||
host *;
|
||||
#The media channel is automatically created according to the received RTP packet,
|
||||
# and the channel ID is generated according to the RTP SSRC
|
||||
# channelid format: 'chid[ssrc]' [ssrc] is rtp's ssrc
|
||||
auto_create_channel off;
|
||||
|
||||
sip {
|
||||
# Whether enable embeded SIP server.
|
||||
|
@ -343,8 +358,6 @@ stream_caster {
|
|||
# The keepalive timeout in seconds.
|
||||
# default: 120
|
||||
keepalive_timeout 120;
|
||||
# Whether print SIP logs.
|
||||
print_sip_message off;
|
||||
# Whether play immediately after registered.
|
||||
# default: on
|
||||
auto_play on;
|
||||
|
|
|
@ -90,11 +90,6 @@ stream_caster {
|
|||
# 认为设备离线
|
||||
keepalive_timeout 120;
|
||||
|
||||
# 日志打印是否打印sip信息
|
||||
# off:不打印
|
||||
# on:打印接收或发送sip命令信息
|
||||
# TODO: https://github.com/ossrs/srs/pull/1679/files#r400929300
|
||||
print_sip_message off;
|
||||
|
||||
# 注册之后是否自动给设备端发送invite
|
||||
# on: 是 off 不是,需要通过api控制
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue