From 36bbdb1a600da590fb2b76feac280f08b05c83f5 Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 14 Aug 2023 07:43:26 +0800 Subject: [PATCH] Update SRS Stack getting started. --- for-writers/README.md | 14 +++++++++++ .../current/doc/getting-started-stack.md | 20 +++++++++++++--- .../current/doc/getting-started-stack.md | 24 +++++++++++++------ .../version-5.0/doc/getting-started-stack.md | 24 +++++++++++++------ .../faq-srs-stack.md | 2 ++ src/pages/faq-srs-stack.md | 2 ++ .../version-5.0/doc/getting-started-stack.md | 20 +++++++++++++--- 7 files changed, 86 insertions(+), 20 deletions(-) create mode 100644 for-writers/README.md diff --git a/for-writers/README.md b/for-writers/README.md new file mode 100644 index 00000000..6a93aa84 --- /dev/null +++ b/for-writers/README.md @@ -0,0 +1,14 @@ +# for-writers + +From the perspective of a writer, describe how to write a document for SRS. + +## How to link blog in docs? + +Link the blog in docs: + +```markdown +[SRS Stack aaPanel Plugin](/blog/BT-aaPanel) +``` + +For instance, refer to the `getting-started-stack.md` document for more details. + diff --git a/i18n/en-us/docusaurus-plugin-content-docs/current/doc/getting-started-stack.md b/i18n/en-us/docusaurus-plugin-content-docs/current/doc/getting-started-stack.md index 83f66a13..e6d8076f 100644 --- a/i18n/en-us/docusaurus-plugin-content-docs/current/doc/getting-started-stack.md +++ b/i18n/en-us/docusaurus-plugin-content-docs/current/doc/getting-started-stack.md @@ -27,13 +27,27 @@ media services needs. | Virtual Live | Yes | No | SRS Stack provides advanced virtual live streaming capabilities. | | WordPress | Yes | No | SRS Stack offers a WordPress plugin and step-by-step guidelines. | +Special Note: + +* Please choose the Ubuntu 20 system, as other systems may encounter some strange issues. + +## Docker + +SRS Stack offers a Docker image, for usage instructions refer to the [SRS Stack Docker](https://github.com/ossrs/srs-stack/issues/44). + +## Script + +For Ubuntu 20+, you can download the [linux-srs_stack-en.tar.gz](https://github.com/ossrs/srs-stack/releases/latest/download/linux-srs_stack-en.tar.gz) +and install it. + ## DigitalOcean Droplet -Please read [DigitalOcean Droplet](https://github.com/ossrs/srs-stack/wiki/Droplet): Create SRS Droplet. +Easily set up an SRS Stack with just one click. For more information, check out +[How to Establish a Video Streaming Service with a Single Click](/blog/SRS-Cloud-Tutorial). -## TencentCloud CVM +## aaPanel -Please read [TencentCloud CVM](https://www.bilibili.com/video/BV1844y1L7dL/): Deploy SRS to Tencent CVM. +SRS Stack offers a BaoTa plugin, for usage instructions refer to the [SRS Stack aaPanel Plugin](/blog/BT-aaPanel). ## TencentCloud LightHouse diff --git a/i18n/zh-cn/docusaurus-plugin-content-docs/current/doc/getting-started-stack.md b/i18n/zh-cn/docusaurus-plugin-content-docs/current/doc/getting-started-stack.md index 366a5e79..9dd07a2b 100644 --- a/i18n/zh-cn/docusaurus-plugin-content-docs/current/doc/getting-started-stack.md +++ b/i18n/zh-cn/docusaurus-plugin-content-docs/current/doc/getting-started-stack.md @@ -24,21 +24,31 @@ SRS Stack是一个基于Go、Reactjs、SRS、FFmpeg、WebRTC等的轻量级、 | 虚拟直播 | 是 | 否 | SRS Stack提供了先进的虚拟直播功能。 | | WordPress | 是 | 否 | SRS Stack提供了WordPress插件和操作指南。 | -## TencentCloud LightHouse +特别说明: -使用方式请参考[TencentCloud LightHouse](https://www.bilibili.com/video/BV1844y1L7dL/) +* 请选择Ubuntu 20系统,其他系统可能会碰到一些奇怪的问题。 -## BT +## Docker + +SRS Stack 提供了一个 Docker 镜像,关于使用说明,请参考 [SRS Stack Docker](https://github.com/ossrs/srs-stack/issues/44)。 + +## Script -使用方式请参考[宝塔](https://mp.weixin.qq.com/s/nutc5eJ73aUa4Hc23DbCwQ) +对于 Ubuntu 20+,您可以下载 [linux-srs_stack-zh.tar.gz](https://github.com/ossrs/srs-stack/releases/latest/download/linux-srs_stack-zh.tar.gz) +并安装它。 -## TencentCloud CVM +## TencentCloud LightHouse + +在国内做流媒体或RTC业务,可以在腾讯云轻量服务器上购买SRS Stack,参考[SRS Stack:起步、购买和入门](/blog/SRS-Cloud-Tutorial)。 + +## BT -使用方式请参考[TencentCloud CVM](https://mp.weixin.qq.com/s/x-PjoKjJj6HRF-eCKX0KzQ) +SRS Stack提供了宝塔插件,使用方法参考[宝塔插件](/blog/BT-aaPanel)。 ## DigitalOcean Droplet -使用方式请参考[DigitalOcean Droplet](https://mp.weixin.qq.com/s/_GcJm15BGv1qbmHixPQAGQ):海外用户,直接创建SRS Droplet。 +若你需要做出海业务,在海外做直播或者RTC,可以很方便的一键创建SRS Stack,参考 +[DigitalOcean Droplet](https://mp.weixin.qq.com/s/_GcJm15BGv1qbmHixPQAGQ) 使用说明。 ![](https://ossrs.net/gif/v1/sls.gif?site=ossrs.net&path=/lts/doc/zh/v6/getting-started-stack) diff --git a/i18n/zh-cn/docusaurus-plugin-content-docs/version-5.0/doc/getting-started-stack.md b/i18n/zh-cn/docusaurus-plugin-content-docs/version-5.0/doc/getting-started-stack.md index 357dbe36..e7260c54 100644 --- a/i18n/zh-cn/docusaurus-plugin-content-docs/version-5.0/doc/getting-started-stack.md +++ b/i18n/zh-cn/docusaurus-plugin-content-docs/version-5.0/doc/getting-started-stack.md @@ -24,21 +24,31 @@ SRS Stack是一个基于Go、Reactjs、SRS、FFmpeg、WebRTC等的轻量级、 | 虚拟直播 | 是 | 否 | SRS Stack提供了先进的虚拟直播功能。 | | WordPress | 是 | 否 | SRS Stack提供了WordPress插件和操作指南。 | -## TencentCloud LightHouse +特别说明: -使用方式请参考[TencentCloud LightHouse](https://www.bilibili.com/video/BV1844y1L7dL/) +* 请选择Ubuntu 20系统,其他系统可能会碰到一些奇怪的问题。 -## BT +## Docker + +SRS Stack 提供了一个 Docker 镜像,关于使用说明,请参考 [SRS Stack Docker](https://github.com/ossrs/srs-stack/issues/44)。 + +## Script -使用方式请参考[宝塔](https://mp.weixin.qq.com/s/nutc5eJ73aUa4Hc23DbCwQ) +对于 Ubuntu 20+,您可以下载 [linux-srs_stack-zh.tar.gz](https://github.com/ossrs/srs-stack/releases/latest/download/linux-srs_stack-zh.tar.gz) +并安装它。 -## TencentCloud CVM +## TencentCloud LightHouse + +在国内做流媒体或RTC业务,可以在腾讯云轻量服务器上购买SRS Stack,参考[SRS Stack:起步、购买和入门](/blog/SRS-Cloud-Tutorial)。 + +## BT -使用方式请参考[TencentCloud CVM](https://mp.weixin.qq.com/s/x-PjoKjJj6HRF-eCKX0KzQ) +SRS Stack提供了宝塔插件,使用方法参考[宝塔插件](/blog/BT-aaPanel)。 ## DigitalOcean Droplet -使用方式请参考[DigitalOcean Droplet](https://mp.weixin.qq.com/s/_GcJm15BGv1qbmHixPQAGQ):海外用户,直接创建SRS Droplet。 +若你需要做出海业务,在海外做直播或者RTC,可以很方便的一键创建SRS Stack,参考 +[DigitalOcean Droplet](https://mp.weixin.qq.com/s/_GcJm15BGv1qbmHixPQAGQ) 使用说明。 ![](https://ossrs.net/gif/v1/sls.gif?site=ossrs.net&path=/lts/doc/zh/v5/getting-started-stack) diff --git a/i18n/zh-cn/docusaurus-plugin-content-pages/faq-srs-stack.md b/i18n/zh-cn/docusaurus-plugin-content-pages/faq-srs-stack.md index 83a31069..eb72c296 100644 --- a/i18n/zh-cn/docusaurus-plugin-content-pages/faq-srs-stack.md +++ b/i18n/zh-cn/docusaurus-plugin-content-pages/faq-srs-stack.md @@ -541,6 +541,8 @@ SRS Stack的使用说明,请参考视频[SRS Stack:起步、购买和入门] 以下为SRS Stack的更新记录。 +* 2023.08.14, v1.0.306, v5.7.20 + * 总是释放DO的临时测试资源. v1.0.306 * 2023.08.13, v1.0.305, v5.7.19 * 优化DigitalOcean droplet镜像。v1.0.302 * 支持本地测试所有脚本。v1.0.302 diff --git a/src/pages/faq-srs-stack.md b/src/pages/faq-srs-stack.md index dba073b9..30b952f9 100644 --- a/src/pages/faq-srs-stack.md +++ b/src/pages/faq-srs-stack.md @@ -526,6 +526,8 @@ Welcome to join the group to discuss the use of SRS Stack. All these SRS periphe The following are the update records for the SRS Stack server. +* 2023.08.14, v1.0.306, v5.7.20 + * Always dispose DO VM and domain for test. v1.0.306 * 2023.08.13, v1.0.305, v5.7.19 * Refine DigitalOcean droplet image. v1.0.302 * Support local test all script. v1.0.302 diff --git a/versioned_docs/version-5.0/doc/getting-started-stack.md b/versioned_docs/version-5.0/doc/getting-started-stack.md index 8340473a..0da87015 100644 --- a/versioned_docs/version-5.0/doc/getting-started-stack.md +++ b/versioned_docs/version-5.0/doc/getting-started-stack.md @@ -27,13 +27,27 @@ media services needs. | Virtual Live | Yes | No | SRS Stack provides advanced virtual live streaming capabilities. | | WordPress | Yes | No | SRS Stack offers a WordPress plugin and step-by-step guidelines. | +Special Note: + +* Please choose the Ubuntu 20 system, as other systems may encounter some strange issues. + +## Docker + +SRS Stack offers a Docker image, for usage instructions refer to the [SRS Stack Docker](https://github.com/ossrs/srs-stack/issues/44). + +## Script + +For Ubuntu 20+, you can download the [linux-srs_stack-en.tar.gz](https://github.com/ossrs/srs-stack/releases/latest/download/linux-srs_stack-en.tar.gz) +and install it. + ## DigitalOcean Droplet -Please read [DigitalOcean Droplet](https://github.com/ossrs/srs-stack/wiki/Droplet): Create SRS Droplet. +Easily set up an SRS Stack with just one click. For more information, check out +[How to Establish a Video Streaming Service with a Single Click](/blog/SRS-Cloud-Tutorial). -## TencentCloud CVM +## aaPanel -Please read [TencentCloud CVM](https://www.bilibili.com/video/BV1844y1L7dL/): Deploy SRS to Tencent CVM. +SRS Stack offers a BaoTa plugin, for usage instructions refer to the [SRS Stack aaPanel Plugin](/blog/BT-aaPanel). ## TencentCloud LightHouse