Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Aug 17, 2023
1 parent c7b4750 commit bb36b01
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ However, SRS Stack provides a more powerful and feature-rich experience for end
eliminating the need to write any code. Users can directly utilize SRS Stack for your
media services needs.

| Comparison | SRS Stack | SRS | Notes |
|------------------|-----------|---------------|----------------------------------------------------------------------|
| License | MIT | MIT | Both are open-source with an MIT license. |
| Live Streaming | Yes | Yes | Both support RTMP, HLS, and HTTP-FLV protocols. |
| WebRTC | Yes | Yes | WebRTC is supported by both. |
| Console | Enhanced | HTTP API | SRS Stack offers a more powerful console. |
| Authentication | Yes | HTTP Callback | SRS Stack has built-in authentication, while SRS uses callbacks. |
| DVR | Enhanced | File-based | SRS Stack supports DVR to file and cloud storage. |
| Forwarding | Enhanced | Basic | SRS Stack can forward to multiple platforms via various protocols. |
| 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. |
| Comparison | SRS Stack | SRS | Notes |
|------------------|-----------|--------------------|--------------------------------------------------------------------|
| License | MIT | AGPL-3.0-or-later | SRS is licenced under MIT, SRS Stack is AGPL-3.0-or-later. |
| Live Streaming | Yes | Yes | Both support RTMP, HLS, and HTTP-FLV protocols. |
| WebRTC | Yes | Yes | WebRTC is supported by both. |
| Console | Enhanced | HTTP API | SRS Stack offers a more powerful console. |
| Authentication | Yes | HTTP Callback | SRS Stack has built-in authentication, while SRS uses callbacks. |
| DVR | Enhanced | File-based | SRS Stack supports DVR to file and cloud storage. |
| Forwarding | Enhanced | Basic | SRS Stack can forward to multiple platforms via various protocols. |
| 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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SRS Stack是一个基于Go、Reactjs、SRS、FFmpeg、WebRTC等的轻量级、

| 比较 | SRS Stack | SRS | 说明 |
|----------|------|----------|-------------------------------|
| 许可证 | MIT | MIT | 都是MIT许可证的开源项目。 |
| 许可证 | MIT | AGPL-3.0-or-later | SRS是MIT,而SRS Stack是AGPL-3.0-or-later。 |
| 直播流 ||| 两者都支持RTMP,HLS和HTTP-FLV协议。 |
| WebRTC ||| 两者都支持WebRTC。 |
| 控制台 | 增强 | HTTP API | SRS Stack提供了更强大的控制台。 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SRS Stack是一个基于Go、Reactjs、SRS、FFmpeg、WebRTC等的轻量级、

| 比较 | SRS Stack | SRS | 说明 |
|----------|------|----------|-------------------------------|
| 许可证 | MIT | MIT | 都是MIT许可证的开源项目。 |
| 许可证 | MIT | AGPL-3.0-or-later | SRS是MIT,而SRS Stack是AGPL-3.0-or-later。 |
| 直播流 ||| 两者都支持RTMP,HLS和HTTP-FLV协议。 |
| WebRTC ||| 两者都支持WebRTC。 |
| 控制台 | 增强 | HTTP API | SRS Stack提供了更强大的控制台。 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@ SRS Stack的使用说明,请参考视频[SRS Stack:起步、购买和入门]
* 支持include SRS配置文件. v1.0.306
* 支持高性能HLS分发模式. v1.0.307
* 显示设置中的配置的当前的值. v1.0.307
* 从MIT协议切换到AGPL协议. v1.0.307
* 2023.08.13, v1.0.305, v5.7.19
* 优化DigitalOcean droplet镜像。v1.0.302
* 支持本地测试所有脚本。v1.0.302
Expand Down
1 change: 1 addition & 0 deletions src/pages/faq-srs-stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ The following are the update records for the SRS Stack server.
* Support include for SRS config. v1.0.306
* Support High Performance HLS mode. v1.0.307
* Show current config for settings. v1.0.307
* Switch MIT to AGPL License. v1.0.307
* 2023.08.13, v1.0.305, v5.7.19
* Refine DigitalOcean droplet image. v1.0.302
* Support local test all script. v1.0.302
Expand Down
22 changes: 11 additions & 11 deletions versioned_docs/version-5.0/doc/getting-started-stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ However, SRS Stack provides a more powerful and feature-rich experience for end
eliminating the need to write any code. Users can directly utilize SRS Stack for your
media services needs.

| Comparison | SRS Stack | SRS | Notes |
|------------------|-----------|---------------|--------------------------------------------------------------------|
| License | MIT | MIT | Both are open-source with an MIT license. |
| Live Streaming | Yes | Yes | Both support RTMP, HLS, and HTTP-FLV protocols. |
| WebRTC | Yes | Yes | WebRTC is supported by both. |
| Console | Enhanced | HTTP API | SRS Stack offers a more powerful console. |
| Authentication | Yes | HTTP Callback | SRS Stack has built-in authentication, while SRS uses callbacks. |
| DVR | Enhanced | File-based | SRS Stack supports DVR to file and cloud storage. |
| Forwarding | Enhanced | Basic | SRS Stack can forward to multiple platforms via various protocols. |
| 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. |
| Comparison | SRS Stack | SRS | Notes |
|------------------|-----------|---------------------|--------------------------------------------------------------------|
| License | MIT | AGPL-3.0-or-later | SRS is licenced under MIT, SRS Stack is AGPL-3.0-or-later. |
| Live Streaming | Yes | Yes | Both support RTMP, HLS, and HTTP-FLV protocols. |
| WebRTC | Yes | Yes | WebRTC is supported by both. |
| Console | Enhanced | HTTP API | SRS Stack offers a more powerful console. |
| Authentication | Yes | HTTP Callback | SRS Stack has built-in authentication, while SRS uses callbacks. |
| DVR | Enhanced | File-based | SRS Stack supports DVR to file and cloud storage. |
| Forwarding | Enhanced | Basic | SRS Stack can forward to multiple platforms via various protocols. |
| 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:

Expand Down

0 comments on commit bb36b01

Please sign in to comment.