Skip to content

Commit af9c7e2

Browse files
committed
增加rtp版本号
1 parent 9e99621 commit af9c7e2

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

default.en.env

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
166171
BUS_WEB_VERSION=5.35.0

default.env

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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前端
166170
BUS_WEB_VERSION=5.35.0

video/compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
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
# 终端-实时直播端口

0 commit comments

Comments
 (0)