Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Jul 27, 2024
1 parent eb6d2f8 commit ec49c16
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ GB相关的协议如下:

## External SIP

> Note: SRS 6.0.135+支持外部SIP,若需要使用这个功能,请升级到这个版本。
> Note: SRS 6.0.144+支持外部SIP,若需要使用这个功能,请升级到这个版本。
目前SRS内置的SIP服务器仅实现了简单的`Register``Invite`指令,而要实现GB/T-28181的全部功能,势必会引入复杂的上层业务逻辑。
因此,我们开发了一个独立的外置的SIP服务器。而SRS,只需开放几个简单的API接口,这样既保证了其媒体转发服务器的单一属性,
Expand All @@ -163,7 +163,7 @@ GB相关的协议如下:
摄像头上面的配置方法同上,仅需将SIP服务器地址从SRS改成SRS-SIP。

首先启动SRS,请确认版本为`6.0.135+`,使用配置`conf/gb28181-without-sip.conf`,参考[Usage](#usage)
首先启动SRS,请确认版本为`6.0.144+`,使用配置`conf/gb28181-without-sip.conf`,参考[Usage](#usage)

```bash
./objs/srs -c conf/gb28181-without-sip.conf
Expand Down

0 comments on commit ec49c16

Please sign in to comment.