This commit is contained in:
parent
67d0025ccd
commit
f9e85f4881
|
|
@ -1,7 +1,7 @@
|
|||
# DevOps 自动化部署配置文件
|
||||
|
||||
# 全局分支配置(所有仓库统一使用此分支)
|
||||
global_branch: main
|
||||
global_branch: test
|
||||
|
||||
# 主仓库配置
|
||||
main_repository:
|
||||
|
|
|
|||
|
|
@ -354,11 +354,11 @@ services:
|
|||
# Stream_IP: 生成播放地址时使用的IP(宿主机外网IP或域名)
|
||||
# 用途:WVP生成的播放地址格式为 http://45.120.103.238:9090/live/123.live.flv
|
||||
# 对应application.yml中的media.stream-ip配置
|
||||
- Stream_IP=45.120.103.238
|
||||
- Stream_IP=220.154.147.16
|
||||
# SDP_IP: WVP在国标信令中使用的IP
|
||||
# 用途:GB28181设备通过此IP与WVP进行媒体流传输
|
||||
# 对应application.yml中的media.sdp-ip配置
|
||||
- SDP_IP=45.120.103.238
|
||||
- SDP_IP=220.154.147.16
|
||||
# ========== 流媒体端口配置(宿主机外部端口) ==========
|
||||
# 以下端口用于生成客户端播放地址,必须与zlmediakit容器的端口映射一致
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue