From 4ec9c2a9e5acdca0ce576e919db9a4478f9b3617 Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 27 Jul 2024 08:31:30 +0800 Subject: [PATCH] Update --- trunk/conf/full.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/trunk/conf/full.conf b/trunk/conf/full.conf index db3965000a..7432ec1158 100644 --- a/trunk/conf/full.conf +++ b/trunk/conf/full.conf @@ -676,9 +676,11 @@ stream_caster { listen 9000; # SIP server for GB28181. Please note that this is only a demonstrated SIP server, please never use it in your # online production environment. Instead please use [jsip](https://github.com/usnistgov/jsip) and there is a demo - # [srs-sip](https://github.com/ossrs/srs-sip) also base on it. + # [srs-sip](https://github.com/ossrs/srs-sip) also base on it, for more information please see project + # [GB: External SIP](https://ossrs.net/lts/zh-cn/docs/v5/doc/gb28181#external-sip). sip { - # Whether enable embedded SIP server. + # Whether enable embedded SIP server. Please disable it if you want to use your own SIP server, see + # [GB: External SIP](https://ossrs.net/lts/zh-cn/docs/v5/doc/gb28181#external-sip). # Default: on enabled on; # The SIP listen port, for TCP protocol.