diff --git a/DEVELOPER.md b/DEVELOPER.md index 36ad2733..2ac4187c 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -1152,7 +1152,7 @@ The following are the update records for the SRS Stack server. * Transcript: Use Whisper response without LF. (#163). [v5.13.31](https://github.com/ossrs/srs-stack/releases/tag/v5.13.31) * Token: Fix bug for Bearer token while initializing. [v5.13.32](https://github.com/ossrs/srs-stack/releases/tag/v5.13.32) * Room: Refine stat for AI-Talk. v5.13.33 - * Rename SRS Stack to Oryx. v5.13.34 + * Rename SRS Stack to Oryx. [v5.13.34](https://github.com/ossrs/srs-stack/releases/tag/v5.13.34) * v5.12 * Refine local variable name conf to config. v5.12.1 * Add forced exit on timeout for program termination. v5.12.1 diff --git a/platform/version.go b/platform/version.go index d62be18e..2bbd5642 100644 --- a/platform/version.go +++ b/platform/version.go @@ -6,4 +6,4 @@ package main // The version for platform. -const version = "v5.13.32" +const version = "v5.13.34" diff --git a/scripts/setup-aapanel/info.json b/scripts/setup-aapanel/info.json index 4f94989a..0eafb7ca 100644 --- a/scripts/setup-aapanel/info.json +++ b/scripts/setup-aapanel/info.json @@ -2,7 +2,7 @@ "title": "SRS Stack", "name": "srs_stack", "ps": "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, automatic HTTPS, and HTTP Open API.", - "versions": "5.13.32", + "versions": "5.13.34", "checks": "/www/server/panel/plugin/srs_stack", "author": "Winlin", "home": "https://github.com/ossrs/srs-stack" diff --git a/scripts/setup-bt/info.json b/scripts/setup-bt/info.json index 84b95c92..161a06a9 100644 --- a/scripts/setup-bt/info.json +++ b/scripts/setup-bt/info.json @@ -2,7 +2,7 @@ "title": "SRS音视频服务器", "name": "srs_stack", "ps": "SRS Stack让你一键拥有自己的视频云解决方案,可以在云上或私有化部署,支持丰富的音视频协议,提供鉴权、私人直播间、多平台转播、录制、转码、虚拟直播、AI字幕、直播间AI助手、自动HTTPS、开放API等丰富功能,基于SRS、FFmpeg和WebRTC构建。", - "versions": "5.13.32", + "versions": "5.13.34", "checks": "/www/server/panel/plugin/srs_stack", "author": "Winlin", "home": "https://github.com/ossrs/srs-stack" diff --git a/scripts/setup-droplet/srs.json b/scripts/setup-droplet/srs.json index 1d627909..f57041eb 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.13.32" + "application_version": "5.13.34" }, "sensitive-variables": ["do_token"], "builders": [