From 3a9478cc6678edfc12c2eee3a98abb5f93ea31f8 Mon Sep 17 00:00:00 2001 From: winlin Date: Thu, 30 Nov 2023 14:35:46 +0800 Subject: [PATCH] Release v5.11.24 --- DEVELOPER.md | 2 +- platform/version.go | 2 +- scripts/setup-aapanel/info.json | 2 +- scripts/setup-bt/info.json | 2 +- scripts/setup-droplet/srs.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index ba8bb21b..1317a48e 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -1033,7 +1033,7 @@ The following are the update records for the SRS Stack server. * Transcode: Refine stream compare algorithm. v5.11.21 * Hooks: Support callback self-sign HTTPS URL. v5.11.22 * Fix utest fail. [v5.11.23](https://github.com/ossrs/srs-stack/releases/tag/v5.11.23) - * VLive: Fix ffprobe RTSP bug, always use TCP transport. v5.11.24 + * VLive: Fix ffprobe RTSP bug, always use TCP transport. [v5.11.24](https://github.com/ossrs/srs-stack/releases/tag/v5.11.24) * v5.10 * Refine README. v5.10.1 * Refine DO and droplet release script. v5.10.2 diff --git a/platform/version.go b/platform/version.go index 2d5b0088..fb074e7f 100644 --- a/platform/version.go +++ b/platform/version.go @@ -6,4 +6,4 @@ package main // The version for platform. -const version = "v5.11.23" +const version = "v5.11.24" diff --git a/scripts/setup-aapanel/info.json b/scripts/setup-aapanel/info.json index a6099920..e7504877 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, automatic HTTPS, and HTTP Open API.", - "versions": "5.11.23", + "versions": "5.11.24", "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 81252c3d..85ea1a19 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让你一键拥有自己的视频云解决方案,可以在云上或私有化部署,支持丰富的音视频协议,提供鉴权、私人直播间、多平台转播、录制、转码、虚拟直播、自动HTTPS、开放API等丰富功能,基于SRS、FFmpeg和WebRTC构建。", - "versions": "5.11.23", + "versions": "5.11.24", "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 0e9edc9d..5217c0be 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.11.23" + "application_version": "5.11.24" }, "sensitive-variables": ["do_token"], "builders": [