From 5e79f989c92b30397cb0a30803a4d9b97d8a2ba9 Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 15 Jan 2024 11:26:20 +0800 Subject: [PATCH] Update the comparasion of SRS and SRS Stack. --- .../current/doc/getting-started-stack.md | 29 ++++++++++--------- .../current/doc/getting-started-stack.md | 29 ++++++++++--------- .../version-5.0/doc/getting-started-stack.md | 29 ++++++++++--------- .../version-5.0/doc/getting-started-stack.md | 29 ++++++++++--------- 4 files changed, 60 insertions(+), 56 deletions(-) diff --git a/i18n/en-us/docusaurus-plugin-content-docs/current/doc/getting-started-stack.md b/i18n/en-us/docusaurus-plugin-content-docs/current/doc/getting-started-stack.md index 68889cc7..4cfce735 100644 --- a/i18n/en-us/docusaurus-plugin-content-docs/current/doc/getting-started-stack.md +++ b/i18n/en-us/docusaurus-plugin-content-docs/current/doc/getting-started-stack.md @@ -90,20 +90,21 @@ 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 | SRS Stack | 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. | -| Auto HTTPS | Yes | No | SRS Stack supports automatic request and update HTTPS certs. | -| 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. | -| Transcoding | Yes | No | SRS Stack supports live stream transcoding. | -| Transcription | Yes | No | Convert live speech to subtitle and overlay to video stream. | +| Comparison | SRS Stack | SRS | Notes | +|----------------|-------------------|---------------|--------------------------------------------------------------------| +| License | AGPL-3.0-or-later | MIT | 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. | +| Auto HTTPS | Yes | No | SRS Stack supports automatic request and update HTTPS certs. | +| 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. | +| Transcoding | Yes | No | SRS Stack supports live stream transcoding. | +| Transcription | Yes | No | Convert live speech to subtitle and overlay to video stream. | +| Live Room | Yes | No | Support live room feature. | ### Streaming and Authentication diff --git a/i18n/zh-cn/docusaurus-plugin-content-docs/current/doc/getting-started-stack.md b/i18n/zh-cn/docusaurus-plugin-content-docs/current/doc/getting-started-stack.md index bbd2daa7..bea9ca59 100644 --- a/i18n/zh-cn/docusaurus-plugin-content-docs/current/doc/getting-started-stack.md +++ b/i18n/zh-cn/docusaurus-plugin-content-docs/current/doc/getting-started-stack.md @@ -83,20 +83,21 @@ SRS Stack支持AWS Lightsail,这是AWS提供的一种虚拟专用服务器(V 在比较SRS Stack和SRS时,两者都提供相似级别的媒体流功能。然而,SRS Stack为终端用户提供了更强大且功能丰富的体验, 无需编写任何代码。用户可以直接使用SRS Stack满足您的媒体服务需求。 -| 比较 | SRS | SRS Stack | 说明 | -|----------|------|----------|-------------------------------| -| 许可证 | MIT | AGPL-3.0-or-later | SRS是MIT,而SRS Stack是AGPL-3.0-or-later。 | -| 直播流 | 是 | 是 | 两者都支持RTMP,HLS和HTTP-FLV协议。 | -| WebRTC | 是 | 是 | 两者都支持WebRTC。 | -| Auto HTTPS | Yes | No | SRS Stack自动申请和更新HTTPS证书. | -| 控制台 | 增强 | HTTP API | SRS Stack提供了更强大的控制台。 | -| 身份验证 | 是 | HTTP回调 | SRS Stack具有内置身份验证,而SRS使用回调。 | -| DVR | 增强 | 基于文件 | SRS Stack支持将DVR存储到文件和云存储。 | -| 转发 | 增强 | 基本 | SRS Stack可以通过各种协议转发到多个平台。 | -| 虚拟直播 | 是 | 否 | SRS Stack提供了先进的虚拟直播功能。 | -| WordPress | 是 | 否 | SRS Stack提供了WordPress插件和操作指南。 | -| 转码 | 是 | 否 | SRS Stack提供了直播转码的能力。 | -| AI字幕 | Yes | No | 自动识别直播语音并转为字幕,叠加到视频 | +| 比较 | SRS Stack | SRS | 说明 | +|------------|-------------------|----------|---------------------------------------| +| 许可证 | AGPL-3.0-or-later | MIT | SRS是MIT,而SRS Stack是AGPL-3.0-or-later。 | +| 直播流 | Yes | Yes | 两者都支持RTMP,HLS和HTTP-FLV协议。 | +| WebRTC | Yes | Yes | 两者都支持WebRTC。 | +| Auto HTTPS | Yes | No | SRS Stack自动申请和更新HTTPS证书. | +| 控制台 | 增强 | HTTP API | SRS Stack提供了更强大的控制台。 | +| 身份验证 | Yes | HTTP回调 | SRS Stack具有内置身份验证,而SRS使用回调。 | +| DVR | 增强 | 基于文件 | SRS Stack支持将DVR存储到文件和云存储。 | +| 转发 | 增强 | 基本 | SRS Stack可以通过各种协议转发到多个平台。 | +| 虚拟直播 | Yes | No | SRS Stack提供了先进的虚拟直播功能。 | +| WordPress | Yes | No | SRS Stack提供了WordPress插件和操作指南。 | +| 转码 | Yes | No | SRS Stack提供了直播转码的能力。 | +| AI字幕 | Yes | No | 自动识别直播语音并转为字幕,叠加到视频 | +| 直播间 | Yes | No | 直播间的鉴权和业务功能 | ### Streaming and Authentication diff --git a/i18n/zh-cn/docusaurus-plugin-content-docs/version-5.0/doc/getting-started-stack.md b/i18n/zh-cn/docusaurus-plugin-content-docs/version-5.0/doc/getting-started-stack.md index f2196f49..bcc99440 100644 --- a/i18n/zh-cn/docusaurus-plugin-content-docs/version-5.0/doc/getting-started-stack.md +++ b/i18n/zh-cn/docusaurus-plugin-content-docs/version-5.0/doc/getting-started-stack.md @@ -84,20 +84,21 @@ SRS Stack提供了宝塔插件,使用方法参考[宝塔插件](/blog/BT-aaPan 在比较SRS Stack和SRS时,两者都提供相似级别的媒体流功能。然而,SRS Stack为终端用户提供了更强大且功能丰富的体验, 无需编写任何代码。用户可以直接使用SRS Stack满足您的媒体服务需求。 -| 比较 | SRS | SRS Stack | 说明 | -|-----------|------|--------|---------------------------------------| -| 许可证 | MIT | AGPL-3.0-or-later | SRS是MIT,而SRS Stack是AGPL-3.0-or-later。 | -| 直播流 | 是 | 是 | 两者都支持RTMP,HLS和HTTP-FLV协议。 | -| WebRTC | 是 | 是 | 两者都支持WebRTC。 | -| Auto HTTPS | Yes | No | SRS Stack自动申请和更新HTTPS证书. | -| 控制台 | 增强 | HTTP API | SRS Stack提供了更强大的控制台。 | -| 身份验证 | 是 | HTTP回调 | SRS Stack具有内置身份验证,而SRS使用回调。 | -| DVR | 增强 | 基于文件 | SRS Stack支持将DVR存储到文件和云存储。 | -| 转发 | 增强 | 基本 | SRS Stack可以通过各种协议转发到多个平台。 | -| 虚拟直播 | 是 | 否 | SRS Stack提供了先进的虚拟直播功能。 | -| WordPress | 是 | 否 | SRS Stack提供了WordPress插件和操作指南。 | -| 转码 | 是 | 否 | SRS Stack提供了直播转码的能力。 | -| AI字幕 | Yes | No | 自动识别直播语音并转为字幕,叠加到视频 | +| 比较 | SRS Stack | SRS | 说明 | +|------------|-------------------|----------|---------------------------------------| +| 许可证 | AGPL-3.0-or-later | MIT | SRS是MIT,而SRS Stack是AGPL-3.0-or-later。 | +| 直播流 | Yes | Yes | 两者都支持RTMP,HLS和HTTP-FLV协议。 | +| WebRTC | Yes | Yes | 两者都支持WebRTC。 | +| Auto HTTPS | Yes | No | SRS Stack自动申请和更新HTTPS证书. | +| 控制台 | 增强 | HTTP API | SRS Stack提供了更强大的控制台。 | +| 身份验证 | Yes | HTTP回调 | SRS Stack具有内置身份验证,而SRS使用回调。 | +| DVR | 增强 | 基于文件 | SRS Stack支持将DVR存储到文件和云存储。 | +| 转发 | 增强 | 基本 | SRS Stack可以通过各种协议转发到多个平台。 | +| 虚拟直播 | Yes | No | SRS Stack提供了先进的虚拟直播功能。 | +| WordPress | Yes | No | SRS Stack提供了WordPress插件和操作指南。 | +| 转码 | Yes | No | SRS Stack提供了直播转码的能力。 | +| AI字幕 | Yes | No | 自动识别直播语音并转为字幕,叠加到视频 | +| 直播间 | Yes | No | 直播间的鉴权和业务功能 | ### Streaming and Authentication diff --git a/versioned_docs/version-5.0/doc/getting-started-stack.md b/versioned_docs/version-5.0/doc/getting-started-stack.md index 4c7f8af7..cf5a9a1d 100644 --- a/versioned_docs/version-5.0/doc/getting-started-stack.md +++ b/versioned_docs/version-5.0/doc/getting-started-stack.md @@ -85,20 +85,21 @@ 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 | SRS Stack | 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. | -| Auto HTTPS | Yes | No | SRS Stack supports automatic request and update HTTPS certs. | -| 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. | -| Transcoding | Yes | No | SRS Stack supports live stream transcoding. | -| Transcription | Yes | No | Convert live speech to subtitle and overlay to video stream. | +| Comparison | SRS Stack | SRS | Notes | +|----------------|-------------------|---------------|--------------------------------------------------------------------| +| License | AGPL-3.0-or-later | MIT | 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. | +| Auto HTTPS | Yes | No | SRS Stack supports automatic request and update HTTPS certs. | +| 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. | +| Transcoding | Yes | No | SRS Stack supports live stream transcoding. | +| Transcription | Yes | No | Convert live speech to subtitle and overlay to video stream. | +| Live Room | Yes | No | Support live room feature. | ### Streaming and Authentication