diff --git a/DEVELOPER.md b/DEVELOPER.md index f9f5e169..37945545 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -1160,9 +1160,9 @@ The following are the update records for the Oryx server. * Transcript: Fix overlay transcoding parameters parsing bug. v5.14.13 * Use port 80/443 by default in README. v5.14.14 * Use fastfail for test and utest. v5.14.15 - * Rename project to Oryx.[v5.14.15](https://github.com/ossrs/oryx/releases/tag/v5.14.15) + * Rename project to Oryx. [v5.14.15](https://github.com/ossrs/oryx/releases/tag/v5.14.15) * API: Support kickoff stream by name. v5.14.16 - * AI-Talk: Refine the delay of ASR to 3s. v5.14.17 + * AI-Talk: Refine the delay of ASR to 3s. [v5.14.17](https://github.com/ossrs/oryx/releases/tag/v5.14.17) * v5.13: * Fix bug for vlive and transcript. v5.13.1 * Support AWS Lightsail install script. v5.13.2 diff --git a/platform/version.go b/platform/version.go index 14f7583d..e0d17ba1 100644 --- a/platform/version.go +++ b/platform/version.go @@ -6,4 +6,4 @@ package main // The version for platform. -const version = "v5.14.15" +const version = "v5.14.17" diff --git a/scripts/setup-aapanel/info.json b/scripts/setup-aapanel/info.json index ab26dc2b..b7e19cd7 100644 --- a/scripts/setup-aapanel/info.json +++ b/scripts/setup-aapanel/info.json @@ -2,7 +2,7 @@ "title": "Oryx", "name": "oryx", "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.", - "versions": "5.14.15", + "versions": "5.14.17", "checks": "/www/server/panel/plugin/oryx", "author": "Winlin", "home": "https://github.com/ossrs/oryx" diff --git a/scripts/setup-bt/info.json b/scripts/setup-bt/info.json index 21d51a6a..1b8a0d99 100644 --- a/scripts/setup-bt/info.json +++ b/scripts/setup-bt/info.json @@ -2,7 +2,7 @@ "title": "Oryx", "name": "oryx", "ps": "Oryx(SRS Stack)让你一键拥有自己的视频云解决方案,可以在云上或私有化部署,支持丰富的音视频协议,提供鉴权、私人直播间、多平台转播、录制、转码、虚拟直播、AI字幕、直播间AI助手、视频翻译、自动HTTPS、开放API等丰富功能,基于SRS、FFmpeg和WebRTC构建。", - "versions": "5.14.15", + "versions": "5.14.17", "checks": "/www/server/panel/plugin/oryx", "author": "Winlin", "home": "https://github.com/ossrs/oryx" diff --git a/scripts/setup-droplet/srs.json b/scripts/setup-droplet/srs.json index 72bf2a44..b43a8b11 100644 --- a/scripts/setup-droplet/srs.json +++ b/scripts/setup-droplet/srs.json @@ -3,7 +3,7 @@ "do_token": "{{env `DIGITALOCEAN_TOKEN`}}", "image_name": "srs-5-snapshot-{{timestamp}}", "application_name": "SRS", - "application_version": "5.14.15" + "application_version": "5.14.17" }, "sensitive-variables": ["do_token"], "builders": [