Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Jul 22, 2023
1 parent a8aa884 commit 3bf3221
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ media services needs.

| Comparison | SRS Cloud | SRS | Notes |
|------------------|-----------|---------------|----------------------------------------------------------------------|
| License | AGPL | MIT | SRS Cloud is open-source with an AGPL license. |
| 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 Cloud offers a more powerful console. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SRS Cloud是一个基于Go、Reactjs、SRS、FFmpeg、WebRTC等的轻量级、

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

| 比较 | SRS Cloud | SRS | 说明 |
|----------|------|----------|-------------------------------|
| 许可证 | AGPL | MIT | SRS Cloud是一个采用AGPL许可证的开源项目。 |
| 许可证 | MIT | MIT | 都是MIT许可证的开源项目。 |
| 直播流 ||| 两者都支持RTMP,HLS和HTTP-FLV协议。 |
| WebRTC ||| 两者都支持WebRTC。 |
| 控制台 | 增强 | HTTP API | SRS Cloud提供了更强大的控制台。 |
Expand Down
22 changes: 11 additions & 11 deletions versioned_docs/version-5.0/doc/getting-started-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ However, SRS Cloud provides a more powerful and feature-rich experience for end
eliminating the need to write any code. Users can directly utilize SRS Cloud for your
media services needs.

| Comparison | SRS Cloud | SRS | Notes |
|------------------|-----------|---------------|----------------------------------------------------------------------|
| License | AGPL | MIT | SRS Cloud is open-source with an AGPL 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 Cloud offers a more powerful console. |
| Authentication | Yes | HTTP Callback | SRS Cloud has built-in authentication, while SRS uses callbacks. |
| DVR | Enhanced | File-based | SRS Cloud supports DVR to file and cloud storage. |
| Forwarding | Enhanced | Basic | SRS Cloud can forward to multiple platforms via various protocols. |
| Virtual Live | Yes | No | SRS Cloud provides advanced virtual live streaming capabilities. |
| WordPress | Yes | No | SRS Cloud offers a WordPress plugin and step-by-step guidelines. |
| Comparison | SRS Cloud | 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 Cloud offers a more powerful console. |
| Authentication | Yes | HTTP Callback | SRS Cloud has built-in authentication, while SRS uses callbacks. |
| DVR | Enhanced | File-based | SRS Cloud supports DVR to file and cloud storage. |
| Forwarding | Enhanced | Basic | SRS Cloud can forward to multiple platforms via various protocols. |
| Virtual Live | Yes | No | SRS Cloud provides advanced virtual live streaming capabilities. |
| WordPress | Yes | No | SRS Cloud offers a WordPress plugin and step-by-step guidelines. |

## DigitalOcean Droplet

Expand Down

0 comments on commit 3bf3221

Please sign in to comment.