写死试试看

This commit is contained in:
孙小云 2025-12-08 19:55:41 +08:00
parent 9e2efec81b
commit 505ebe80e7
1 changed files with 11 additions and 11 deletions

View File

@ -86,28 +86,28 @@ sip:
media:
id: polaris
# ZLM 内网IP (Docker内部服务名)
ip: ${ZLM_HOST:polaris-media}
ip: polaris-media
http-port: 80
# 返回流地址时的ip (来自 .env: Stream_IP)
stream-ip: ${Stream_IP:127.0.0.1}
stream-ip: 114.67.89.4
# wvp在国标信令中使用的ip (来自 .env: SDP_IP)
sdp-ip: ${SDP_IP:127.0.0.1}
sdp-ip: 114.67.89.4
# zlm服务器访问WVP所使用的IP (Docker内部服务名)
hook-ip: ${ZLM_HOOK_HOST:polaris-wvp}
hook-ip: polaris-wvp
# [可选] sslport
http-ssl-port: 0
# 流媒体端口配置 (来自 .env: WebHttp)
flv-port: ${MediaHttp:-8080}
flv-ssl-port: ${MediaHttps:}
ws-flv-port: ${MediaHttp:-8080}
ws-flv-ssl-port: ${MediaHttps:}
flv-port: 9090
flv-ssl-port: 443
ws-flv-port: 9090
ws-flv-ssl-port: 443
# RTP端口 (来自 .env: MediaRtp)
rtp-proxy-port: ${MediaRtp:-10003}
rtp-proxy-port: 10003
# RTMP端口 (来自 .env: MediaRtmp)
rtmp-port: ${MediaRtmp:-10001}
rtmp-port: 10001
rtmp-ssl-port: 0
# RTSP端口 (来自 .env: MediaRtsp)
rtsp-port: ${MediaRtsp:-10002}
rtsp-port: 10002
rtsp-ssl-port: 0
# [可选] 是否自动配置ZLM, 如果希望手动配置ZLM, 可以设为false, 不建议新接触的用户修改
auto-config: true