File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,11 @@ MAIL_PASSWORD=''
161161
162162# # ================================ Version, set to latest to use the latest version ================================
163163
164+ # VIDEO, version check date: 2026-1-26
165+ RTP_VERSION = 23.9.0
166+ SRS_VERSION = v6.0-b3
167+
168+
164169# bus, version check date: 2026-1-26
165170# bus frontend
166171BUS_WEB_VERSION = 5.35.0
Original file line number Diff line number Diff line change @@ -161,6 +161,10 @@ MAIL_PASSWORD=''
161161
162162# # ================================ 版本号, 设为latest则使用最新版 ================================
163163
164+ # VIDEO, version check date: 2026-1-26
165+ RTP_VERSION = 23.9.0
166+ SRS_VERSION = v6.0-b3
167+
164168# bus, 版本号核对日期: 2026-1-26
165169# bus前端
166170BUS_WEB_VERSION = 5.35.0
Original file line number Diff line number Diff line change 11services :
22 srs :
3- image : ossrs/srs:v6.0-a1
3+ image : ossrs/srs:${SRS_VERSION:?required}
44 restart : always
55 ports :
66 # rtmp端口(rtp和app使用)
@@ -24,7 +24,7 @@ services:
2424 max-size : " 100m"
2525 # rtp推流服务
2626 rtp :
27- image : transcodegroup/gateway-rtpserver:23.8.5
27+ image : transcodegroup/gateway-rtpserver:${RTP_VERSION:?required}
2828 restart : always
2929 ports :
3030 # 终端-实时直播端口
You can’t perform that action at this time.
0 commit comments