Skip to content

Commit

Permalink
Release v5.15.15
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Jul 10, 2024
1 parent 9faff9b commit c935f9c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion platform/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
"flag"
"fmt"
"net/http"
_ "net/http/pprof"
"os"
"os/signal"
"path"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion platform/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
package main

// The version for platform.
const version = "v5.15.11"
const version = "v5.15.15"
2 changes: 1 addition & 1 deletion scripts/setup-aapanel/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-bt/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-droplet/srs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit c935f9c

Please sign in to comment.