Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Nov 2, 2023
1 parent e3359e6 commit 40096cc
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,15 @@ Special Note:

## Docker

SRS Stack offers a Docker image, for usage instructions refer to the [SRS Stack Docker](https://github.com/ossrs/srs-stack#usage).
Strongly recommend running SRS Stack with docker:

```bash
docker run --rm -it --name srs-stack -v $HOME/data:/data \
-p 2022:2022 -p 2443:2443 -p 1935:1935 -p 8000:8000/udp -p 10080:10080/udp \
ossrs/srs-stack:5
```

For more details, please refer to [SRS Stack Docker](https://github.com/ossrs/srs-stack#usage).

## Script

Expand All @@ -54,6 +62,10 @@ SRS Stack offers a BaoTa plugin, for usage instructions refer to the [SRS Stack

Please read [TencentCloud LightHouse](https://www.bilibili.com/video/BV1844y1L7dL/): Deploy SRS to Tencent LightHouse.

## FAQ

If you encounter issues while using SRS Stack, please read the [FAQ](/faq-srs-stack) first.

## Blogs

* [SRS Stack - How to Setup a Video Streaming Service by 1-Click](/blog/SRS-Stack-Tutorial)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,19 @@ SRS Stack是一个基于Go、Reactjs、SRS、FFmpeg、WebRTC等的轻量级、

## Docker

SRS Stack 提供了一个 Docker 镜像,关于使用说明,请参考 [SRS Stack Docker](https://github.com/ossrs/srs-stack#usage)
推荐使用Docker运行SRS Stack:

```bash
docker run --rm -it --name srs-stack -v $HOME/data:/data \
-p 2022:2022 -p 2443:2443 -p 1935:1935 -p 8000:8000/udp -p 10080:10080/udp \
registry.cn-hangzhou.aliyuncs.com/ossrs/srs-stack:5
```

关于使用说明,请参考 [SRS Stack Docker](https://github.com/ossrs/srs-stack#usage)

## BT

SRS Stack提供了宝塔插件,使用方法参考[宝塔插件](/blog/BT-aaPanel)

## Script

Expand All @@ -42,15 +54,15 @@ SRS Stack 提供了一个 Docker 镜像,关于使用说明,请参考 [SRS St

在国内做流媒体或RTC业务,可以在腾讯云轻量服务器上购买SRS Stack,参考[SRS Stack:起步、购买和入门](/blog/SRS-Stack-Tutorial)

## BT

SRS Stack提供了宝塔插件,使用方法参考[宝塔插件](/blog/BT-aaPanel)

## DigitalOcean Droplet

若你需要做出海业务,在海外做直播或者RTC,可以很方便的一键创建SRS Stack,参考
[DigitalOcean Droplet](https://mp.weixin.qq.com/s/_GcJm15BGv1qbmHixPQAGQ) 使用说明。

## FAQ

若使用SRS Stack时遇到问题,请先阅读[FAQ](/faq-srs-stack)

## Blogs

* [SRS Stack - 起步、购买和入门](/blog/SRS-Stack-Tutorial)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,19 @@ SRS Stack是一个基于Go、Reactjs、SRS、FFmpeg、WebRTC等的轻量级、

## Docker

SRS Stack 提供了一个 Docker 镜像,关于使用说明,请参考 [SRS Stack Docker](https://github.com/ossrs/srs-stack#usage)
推荐使用Docker运行SRS Stack:

```bash
docker run --rm -it --name srs-stack -v $HOME/data:/data \
-p 2022:2022 -p 2443:2443 -p 1935:1935 -p 8000:8000/udp -p 10080:10080/udp \
registry.cn-hangzhou.aliyuncs.com/ossrs/srs-stack:5
```

关于使用说明,请参考 [SRS Stack Docker](https://github.com/ossrs/srs-stack#usage)

## BT

SRS Stack提供了宝塔插件,使用方法参考[宝塔插件](/blog/BT-aaPanel)

## Script

Expand All @@ -42,15 +54,15 @@ SRS Stack 提供了一个 Docker 镜像,关于使用说明,请参考 [SRS St

在国内做流媒体或RTC业务,可以在腾讯云轻量服务器上购买SRS Stack,参考[SRS Stack:起步、购买和入门](/blog/SRS-Stack-Tutorial)

## BT

SRS Stack提供了宝塔插件,使用方法参考[宝塔插件](/blog/BT-aaPanel)

## DigitalOcean Droplet

若你需要做出海业务,在海外做直播或者RTC,可以很方便的一键创建SRS Stack,参考
[DigitalOcean Droplet](https://mp.weixin.qq.com/s/_GcJm15BGv1qbmHixPQAGQ) 使用说明。

## FAQ

若使用SRS Stack时遇到问题,请先阅读[FAQ](/faq-srs-stack)

## Blogs

* [SRS Stack - 起步、购买和入门](/blog/SRS-Stack-Tutorial)
Expand Down
14 changes: 13 additions & 1 deletion versioned_docs/version-5.0/doc/getting-started-stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,15 @@ Special Note:

## Docker

SRS Stack offers a Docker image, for usage instructions refer to the [SRS Stack Docker](https://github.com/ossrs/srs-stack#usage).
Strongly recommend running SRS Stack with docker:

```bash
docker run --rm -it --name srs-stack -v $HOME/data:/data \
-p 2022:2022 -p 2443:2443 -p 1935:1935 -p 8000:8000/udp -p 10080:10080/udp \
ossrs/srs-stack:5
```

For more details, please refer to [SRS Stack Docker](https://github.com/ossrs/srs-stack#usage).

## Script

Expand All @@ -54,6 +62,10 @@ SRS Stack offers a BaoTa plugin, for usage instructions refer to the [SRS Stack

Please read [TencentCloud LightHouse](https://www.bilibili.com/video/BV1844y1L7dL/): Deploy SRS to Tencent LightHouse.

## FAQ

If you encounter issues while using SRS Stack, please read the [FAQ](/faq-srs-stack) first.

## Blogs

* [SRS Stack - How to Setup a Video Streaming Service by 1-Click](/blog/SRS-Stack-Tutorial)
Expand Down

0 comments on commit 40096cc

Please sign in to comment.