From c0630e0917fd2b44f4dfd92c3c42a7aeef5ef85c Mon Sep 17 00:00:00 2001 From: winlin Date: Tue, 31 Oct 2023 10:02:03 +0800 Subject: [PATCH] Refine blog --- .../2022-04-09-SRS-Stack-Tutorial.md | 4 ++-- .../en-us/docusaurus-plugin-content-docs/current/doc/cloud.md | 2 +- .../docusaurus-plugin-content-docs/current/doc/webrtc.md | 2 +- versioned_docs/version-5.0/doc/webrtc.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/i18n/en-us/docusaurus-plugin-content-blog/2022-04-09-SRS-Stack-Tutorial.md b/i18n/en-us/docusaurus-plugin-content-blog/2022-04-09-SRS-Stack-Tutorial.md index cf2f2df0..c98f1792 100644 --- a/i18n/en-us/docusaurus-plugin-content-blog/2022-04-09-SRS-Stack-Tutorial.md +++ b/i18n/en-us/docusaurus-plugin-content-blog/2022-04-09-SRS-Stack-Tutorial.md @@ -19,7 +19,7 @@ Streaming video is very popular in a variety of industries, and there are many t Literally it's not just a media server, and seems a bit complicated, right? Yep and No! * Yep! Building a video streaming service is something really difficult, not easy. It requires video streaming engineering, also backend service technology like Nodejs or Go, and frontend skills to build a mgmt and homepage. -* No! Rather than build all from scratch, we could build a video streaming service based on some open source solution such as [SRS Stack](https://github.com/ossrs/srs-stack), and lightweight cloud service such as [DigitalOcean](https://digitalocean.com) or [TencentCloud](https://intl.cloud.tencent.com), it's really simple to build your video streaming service. +* No! Rather than build all from scratch, we could build a video streaming service based on some open source solution such as [SRS Stack](https://github.com/ossrs/srs-stack), and lightweight cloud service such as [DigitalOcean](https://digitalocean.com) or [AWS](https://console.aws.amazon.com), it's really simple to build your video streaming service. In this tutorial, you will learn how to set-up a video streaming service, supports publishing by browser without a plugin that is converting WebRTC to HLS, to deliver low latency (about 300ms) video streaming using SRT, and to secure the service by authentication. Furthermore, this solution is open source and very easy to get it done, via even 1-Click. @@ -30,7 +30,7 @@ In this tutorial, you will learn how to set-up a video streaming service, suppor To complete this guide, you need: 1. OBS installed, following instructions [here](https://obsproject.com/) to download and install OBS. -1. An account of [DigitalOcean](https://cloud.digitalocean.com/login) or [TencentCloud](https://intl.cloud.tencent.com/login), to create a lightweight cloud server. +1. An account of [DigitalOcean](https://cloud.digitalocean.com/login) or [AWS](https://console.aws.amazon.com), to create a lightweight cloud server. This guide will use placeholder `your_public_ipv4` and `your_domain_name` throughout for streaming URLs. Please replace them with your own IP address or domain name. diff --git a/i18n/en-us/docusaurus-plugin-content-docs/current/doc/cloud.md b/i18n/en-us/docusaurus-plugin-content-docs/current/doc/cloud.md index 335b6dd0..278e26a3 100644 --- a/i18n/en-us/docusaurus-plugin-content-docs/current/doc/cloud.md +++ b/i18n/en-us/docusaurus-plugin-content-docs/current/doc/cloud.md @@ -11,7 +11,7 @@ About the cloud services. ## TRTC Cloud Service -We also recommend the TRTC cloud services, including global network access points, improved congestion control +We also recommend the TRTC cloud services, including global network acceleration, improved congestion control algorithms, better performance on weak networks, client SDKs for all platforms, and a monthly free quota. Click [here](https://trtc.io/demo?utm_source=community&utm_medium=ossrs&utm_campaign=OBS-WHIP-TRTC&_channel_track_key=lfJKyOlF) to view the online demo. If you have any questions, please join our [Discord](https://discord.gg/H82KMsFym2) group diff --git a/i18n/en-us/docusaurus-plugin-content-docs/current/doc/webrtc.md b/i18n/en-us/docusaurus-plugin-content-docs/current/doc/webrtc.md index 8dbf8b47..b141c675 100644 --- a/i18n/en-us/docusaurus-plugin-content-docs/current/doc/webrtc.md +++ b/i18n/en-us/docusaurus-plugin-content-docs/current/doc/webrtc.md @@ -413,7 +413,7 @@ Output: ## TRTC Cloud Service -We also recommend the TRTC cloud services, including global network access points, improved congestion control +We also recommend the TRTC cloud services, including global network acceleration, improved congestion control algorithms, better performance on weak networks, client SDKs for all platforms, and a monthly free quota. Click [here](https://trtc.io/demo?utm_source=community&utm_medium=ossrs&utm_campaign=OBS-WHIP-TRTC&_channel_track_key=lfJKyOlF) to view the online demo. If you have any questions, please join our [Discord](https://discord.gg/H82KMsFym2) group diff --git a/versioned_docs/version-5.0/doc/webrtc.md b/versioned_docs/version-5.0/doc/webrtc.md index 190c5848..513bb608 100644 --- a/versioned_docs/version-5.0/doc/webrtc.md +++ b/versioned_docs/version-5.0/doc/webrtc.md @@ -413,7 +413,7 @@ Output: ## TRTC Cloud Service -We also recommend the TRTC cloud services, including global network access points, improved congestion control +We also recommend the TRTC cloud services, including global network acceleration, improved congestion control algorithms, better performance on weak networks, client SDKs for all platforms, and a monthly free quota. Click [here](https://trtc.io/demo?utm_source=community&utm_medium=ossrs&utm_campaign=OBS-WHIP-TRTC&_channel_track_key=lfJKyOlF) to view the online demo. If you have any questions, please join our [Discord](https://discord.gg/H82KMsFym2) group