Skip to content

Commit

Permalink
Release v5.15.20
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Jul 22, 2024
1 parent 02be3d6 commit 642b2b1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ The following are the update records for the Oryx server.
* Dubbing: Merge more words if in small duration. v5.15.17
* Dubbing: Allow fullscreen when ASR. v5.15.18
* Dubbing: Support disable asr or translation. v5.15.19
* Dubbing: Fix bug when changing ASR segment size. v5.15.20
* Dubbing: Fix bug when changing ASR segment size. [v5.15.20](https://github.com/ossrs/oryx/releases/tag/v5.15.20)
* 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
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.15"
const version = "v5.15.20"
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.15",
"versions": "5.15.20",
"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.15",
"versions": "5.15.20",
"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.15"
"application_version": "5.15.20"
},
"sensitive-variables": ["do_token"],
"builders": [
Expand Down
2 changes: 1 addition & 1 deletion ui/src/pages/ScenarioDubbing.js
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ function DubbingUISubtitles({task, playerRef, isFullscreen, showHeader, showASR,
{showTranslation && <>
<Alert variant={selectVariant(index, g)} className='ai-dubbing-alert'>
<Row>
<Col xs={isFullscreen ? 2 : 1} onClick={(e) => playGroup(e, g)} xs={isFullscreen ? 2 : 1}
<Col xs={isFullscreen ? 2 : 1} onClick={(e) => playGroup(e, g)}
className={g === activeGroup ? 'ai-dubbing-command ai-dubbing-playing' : 'ai-dubbing-command'}>
<small className="text-secondary">
#{g.id}: {Number(g.tts_duration).toFixed(1)}s
Expand Down

0 comments on commit 642b2b1

Please sign in to comment.