Skip to content

Commit 7670027

Browse files
committed
Release v5.15.20
1 parent 02be3d6 commit 7670027

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

DEVELOPER.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,7 @@ The following are the update records for the Oryx server.
12721272
* Dubbing: Merge more words if in small duration. v5.15.17
12731273
* Dubbing: Allow fullscreen when ASR. v5.15.18
12741274
* Dubbing: Support disable asr or translation. v5.15.19
1275-
* Dubbing: Fix bug when changing ASR segment size. v5.15.20
1275+
* Dubbing: Fix bug when changing ASR segment size. [v5.15.20](https://github.com/ossrs/oryx/releases/tag/v5.15.20)
12761276
* v5.14:
12771277
* Merge features and bugfix from releases. v5.14.1
12781278
* Dubbing: Support VoD dubbing for multiple languages. [v5.14.2](https://github.com/ossrs/oryx/releases/tag/v5.14.2)

platform/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
package main
77

88
// The version for platform.
9-
const version = "v5.15.15"
9+
const version = "v5.15.20"

scripts/setup-aapanel/info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"title": "Oryx",
33
"name": "oryx",
44
"ps": "Oryx(SRS Stack) is an all-in-one, out-of-the-box, and open-source video solution for creating online video services, including live streaming and WebRTC, on the cloud or through self-hosting. Built with SRS, FFmpeg, and WebRTC, it supports various protocols and offers features like authentication, multi-platform streaming, recording, transcoding, virtual live events, AI transcription, AI assistant, Video Dubbing, automatic HTTPS, and HTTP Open API.",
5-
"versions": "5.15.15",
5+
"versions": "5.15.20",
66
"checks": "/www/server/panel/plugin/oryx",
77
"author": "Winlin",
88
"home": "https://github.com/ossrs/oryx"

scripts/setup-bt/info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"title": "Oryx",
33
"name": "oryx",
44
"ps": "Oryx(SRS Stack)让你一键拥有自己的视频云解决方案,可以在云上或私有化部署,支持丰富的音视频协议,提供鉴权、私人直播间、多平台转播、录制、转码、虚拟直播、AI字幕、直播间AI助手、视频翻译、自动HTTPS、开放API等丰富功能,基于SRS、FFmpeg和WebRTC构建。",
5-
"versions": "5.15.15",
5+
"versions": "5.15.20",
66
"checks": "/www/server/panel/plugin/oryx",
77
"author": "Winlin",
88
"home": "https://github.com/ossrs/oryx"

scripts/setup-droplet/srs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"do_token": "{{env `DIGITALOCEAN_TOKEN`}}",
44
"image_name": "srs-5-snapshot-{{timestamp}}",
55
"application_name": "SRS",
6-
"application_version": "5.15.15"
6+
"application_version": "5.15.20"
77
},
88
"sensitive-variables": ["do_token"],
99
"builders": [

0 commit comments

Comments
 (0)