From c935f9c527c0297ea520cb8f6488681636fc6812 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 10 Jul 2024 15:32:37 +0800 Subject: [PATCH] Release v5.15.15 --- DEVELOPER.md | 7 +++++-- platform/main.go | 2 +- platform/version.go | 2 +- scripts/setup-aapanel/info.json | 2 +- scripts/setup-bt/info.json | 2 +- scripts/setup-droplet/srs.json | 2 +- 6 files changed, 10 insertions(+), 7 deletions(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index c39a407f..9334c9b5 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -1211,9 +1211,10 @@ The following are the update records for the Oryx server. * Dubbing: Support scrolling card in fullscreen. v5.15.9 * Support external redis host and using 127.0.0.1 as default. v5.15.10 * Support setup global OpenAI settings. [v5.15.11](https://github.com/ossrs/oryx/releases/tag/v5.15.11) - * Add youtube-dl binary. v5.15.12 + * Add youtube-dl binary for dubbing etc. v5.15.12 * VLive: Fix bug when source codec is not supported. v5.15.13 * Forward: Fix high CPU bug. v5.15.14 + * Support Go PPROF for CPU profiling. [v5.15.15](https://github.com/ossrs/oryx/releases/tag/v5.15.15) * v5.14: * Merge features and bugfix from releases. v5.14.1 * Dubbing: Support VoD dubbing for multiple languages. [v5.14.2](https://github.com/ossrs/oryx/releases/tag/v5.14.2) @@ -1242,7 +1243,9 @@ The following are the update records for the Oryx server. * Update model to gpt-3.5-turbo, gpt-4-turbo, gpt-4o. v5.14.20 * Transcript: Upgrade the hls.js to 1.4 for WebVTT. v5.14.21 * Disable version query and check. [v5.14.22](https://github.com/ossrs/oryx/releases/tag/v5.14.22) - * Forward: Fix high CPU bug. [v5.14.23](https://github.com/ossrs/oryx/releases/tag/v5.14.23) + * Support Go PPROF for CPU profiling. v5.14.23 + * Forward: Fix high CPU bug. v5.14.24 + * VLive: Refine wait timeout. [v5.14.25](https://github.com/ossrs/oryx/releases/tag/v5.14.25) * v5.13: * Fix bug for vlive and transcript. v5.13.1 * Support AWS Lightsail install script. v5.13.2 diff --git a/platform/main.go b/platform/main.go index eb40d067..c13dce80 100644 --- a/platform/main.go +++ b/platform/main.go @@ -8,6 +8,7 @@ import ( "flag" "fmt" "net/http" + _ "net/http/pprof" "os" "os/signal" "path" @@ -16,7 +17,6 @@ import ( "strings" "syscall" "time" - _ "net/http/pprof" "github.com/ossrs/go-oryx-lib/errors" "github.com/ossrs/go-oryx-lib/logger" diff --git a/platform/version.go b/platform/version.go index 410c64b3..4f7d28bf 100644 --- a/platform/version.go +++ b/platform/version.go @@ -6,4 +6,4 @@ package main // The version for platform. -const version = "v5.15.11" +const version = "v5.15.15" diff --git a/scripts/setup-aapanel/info.json b/scripts/setup-aapanel/info.json index ed533b43..939e7320 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.15.11", + "versions": "5.15.15", "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 79349caa..fdc025b4 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.15.11", + "versions": "5.15.15", "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 5ecc0b69..7aab4163 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.15.11" + "application_version": "5.15.15" }, "sensitive-variables": ["do_token"], "builders": [