Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Aug 25, 2023
1 parent ba97854 commit 7299fba
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Edge Cluster is designed to solve the problem of many people watching, and it ca

This article describes the edge cluster for HLS or DASH slices, which is based on NGINX implementation, so it is also called NGINX Edge Cluster.

## SRS Stack

The NGINX edge cluster can work together with the SRS Stack to achieve HLS distribution. For more details, please refer to [SRS Stack HLS CDN](https://github.com/ossrs/srs-stack/tree/main/scripts/nginx-hls-cdn).

## NGINX Edge Cluster

The NGINX edge cluster is essentially a reverse proxy with caching, also known as NGINX Proxy with Cache.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ hide_table_of_contents: false

本文描述的就是HLS或DASH等切片的边缘集群,基于NGINX实现,所以也叫NGINX Edge Cluster。

## SRS Stack

NGINX边缘集群,可以和SRS Stack一起工作,可以实现HLS的分发,详细请参考[SRS Stack HLS CDN](https://github.com/ossrs/srs-stack/tree/main/scripts/nginx-hls-cdn)

## NGINX Edge Cluster

NGINX边缘集群,本质上就是带有缓存的反向代理,也就是NGNIX Proxy with Cache。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ hide_table_of_contents: false

本文描述的就是HLS或DASH等切片的边缘集群,基于NGINX实现,所以也叫NGINX Edge Cluster。

## SRS Stack

NGINX边缘集群,可以和SRS Stack一起工作,可以实现HLS的分发,详细请参考[SRS Stack HLS CDN](https://github.com/ossrs/srs-stack/tree/main/scripts/nginx-hls-cdn)

## NGINX Edge Cluster

NGINX边缘集群,本质上就是带有缓存的反向代理,也就是NGNIX Proxy with Cache。
Expand Down
2 changes: 2 additions & 0 deletions i18n/zh-cn/docusaurus-plugin-content-pages/faq-srs-stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,8 @@ SRS Stack的使用说明,请参考视频[SRS Stack:起步、购买和入门]
* 2023.08.22: 从SRS下载测试源文件. v5.8.26
* 2023.08.23: 取消对版本获取的依赖. v5.8.26
* 2023.08.23: Fix Failed to execute 'insertBefore' on 'Node'. v5.8.26
* 2023.08.25: 删除没用的回调事件. v5.8.26
* 2023.08.25: 支持NGINX HLS CDN镜像. v5.8.27
* v5.7
* 优化DigitalOcean droplet镜像。v1.0.302
* 支持本地测试所有脚本。v1.0.302
Expand Down
2 changes: 2 additions & 0 deletions src/pages/faq-srs-stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,8 @@ The following are the update records for the SRS Stack server.
* 2023.08.22: Download test file from SRS. v5.8.26
* 2023.08.23: Do not require version. v5.8.26
* 2023.08.23: Fix Failed to execute 'insertBefore' on 'Node'. v5.8.26
* 2023.08.25: Eliminate unused callback events. v5.8.26
* 2023.08.25: Add docker for nginx HLS CDN. v5.8.27
* v5.7
* Refine DigitalOcean droplet image. v1.0.302
* Support local test all script. v1.0.302
Expand Down
4 changes: 4 additions & 0 deletions versioned_docs/version-5.0/doc/nginx-for-hls.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Edge Cluster is designed to solve the problem of many people watching, and it ca

This article describes the edge cluster for HLS or DASH slices, which is based on NGINX implementation, so it is also called NGINX Edge Cluster.

## SRS Stack

The NGINX edge cluster can work together with the SRS Stack to achieve HLS distribution. For more details, please refer to [SRS Stack HLS CDN](https://github.com/ossrs/srs-stack/tree/main/scripts/nginx-hls-cdn).

## NGINX Edge Cluster

The NGINX edge cluster is essentially a reverse proxy with caching, also known as NGINX Proxy with Cache.
Expand Down

0 comments on commit 7299fba

Please sign in to comment.