Skip to content

Commit

Permalink
Update compares.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Apr 15, 2024
1 parent 6afd73d commit da6742c
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,21 +96,22 @@ However, Oryx provides a more powerful and feature-rich experience for end users
eliminating the need to write any code. Users can directly utilize Oryx for your
media services needs.

| Comparison | Oryx | SRS | Notes |
|----------------|-------------------|---------------|--------------------------------------------------------------------|
| License | AGPL-3.0-or-later | MIT | SRS is licenced under MIT, Oryx 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 | Oryx supports automatic request and update HTTPS certs. |
| Console | Enhanced | HTTP API | Oryx offers a more powerful console. |
| Authentication | Yes | HTTP Callback | Oryx has built-in authentication, while SRS uses callbacks. |
| DVR | Enhanced | File-based | Oryx supports DVR to file and cloud storage. |
| Forwarding | Enhanced | Basic | Oryx can forward to multiple platforms via various protocols. |
| Virtual Live | Yes | No | Oryx provides advanced virtual live streaming capabilities. |
| WordPress | Yes | No | Oryx offers a WordPress plugin and step-by-step guidelines. |
| Transcoding | Yes | No | Oryx 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. |
| Comparison | Oryx | SRS | Notes |
|----------------|-------------------|---------------|-----------------------------------------------------------------|
| License | AGPL-3.0-or-later | MIT | SRS is licenced under MIT, Oryx 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 | Oryx supports automatic request and update HTTPS certs. |
| Console | Enhanced | HTTP API | Oryx offers a more powerful console. |
| Authentication | Yes | HTTP Callback | Oryx has built-in authentication, while SRS uses callbacks. |
| DVR | Enhanced | File-based | Oryx supports DVR to file and cloud storage. |
| Forwarding | Enhanced | Basic | Oryx can forward to multiple platforms via various protocols. |
| Virtual Live | Yes | No | Oryx provides advanced virtual live streaming capabilities. |
| WordPress | Yes | No | Oryx offers a WordPress plugin and step-by-step guidelines. |
| Transcoding | Yes | No | Oryx 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. |
| Dubbing | Yes | No | Support dubbing VoD videos. |

### Streaming and Authentication

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Oryx支持AWS Lightsail,这是AWS提供的一种虚拟专用服务器(VPS)
| 转码 | Yes | No | Oryx提供了直播转码的能力。 |
| AI字幕 | Yes | No | 自动识别直播语音并转为字幕,叠加到视频 |
| 直播间 | Yes | No | 直播间的鉴权和业务功能 |
| 视频翻译 | Yes | No | 支持点播视频多语言翻译 |

### Streaming and Authentication

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ Oryx提供了宝塔插件,使用方法参考[宝塔插件](../../../blog/BT-aa
在比较Oryx和SRS时,两者都提供相似级别的媒体流功能。然而,Oryx为终端用户提供了更强大且功能丰富的体验,
无需编写任何代码。用户可以直接使用Oryx满足您的媒体服务需求。

| 比较 | Oryx | SRS | 说明 |
|------------|-------------------|----------|---------------------------------------|
| 比较 | Oryx | SRS | 说明 |
|------------|-------------------|----------|----------------------------------|
| 许可证 | AGPL-3.0-or-later | MIT | SRS是MIT,而Oryx是AGPL-3.0-or-later。 |
| 直播流 | Yes | Yes | 两者都支持RTMP,HLS和HTTP-FLV协议。 |
| WebRTC | Yes | Yes | 两者都支持WebRTC。 |
| 直播流 | Yes | Yes | 两者都支持RTMP,HLS和HTTP-FLV协议。 |
| WebRTC | Yes | Yes | 两者都支持WebRTC。 |
| Auto HTTPS | Yes | No | Oryx自动申请和更新HTTPS证书. |
| 控制台 | 增强 | HTTP API | Oryx提供了更强大的控制台。 |
| 身份验证 | Yes | HTTP回调 | Oryx具有内置身份验证,而SRS使用回调。 |
Expand All @@ -103,8 +103,9 @@ Oryx提供了宝塔插件,使用方法参考[宝塔插件](../../../blog/BT-aa
| 虚拟直播 | Yes | No | Oryx提供了先进的虚拟直播功能。 |
| WordPress | Yes | No | Oryx提供了WordPress插件和操作指南。 |
| 转码 | Yes | No | Oryx提供了直播转码的能力。 |
| AI字幕 | Yes | No | 自动识别直播语音并转为字幕,叠加到视频 |
| 直播间 | Yes | No | 直播间的鉴权和业务功能 |
| AI字幕 | Yes | No | 自动识别直播语音并转为字幕,叠加到视频 |
| 直播间 | Yes | No | 直播间的鉴权和业务功能 |
| 视频翻译 | Yes | No | 支持点播视频多语言翻译 |

### Streaming and Authentication

Expand Down
13 changes: 7 additions & 6 deletions versioned_docs/version-5.0/doc/getting-started-oryx.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ However, Oryx provides a more powerful and feature-rich experience for end users
eliminating the need to write any code. Users can directly utilize Oryx for your
media services needs.

| Comparison | Oryx | SRS | Notes |
|----------------|-------------------|---------------|--------------------------------------------------------------------|
| Comparison | Oryx | SRS | Notes |
|----------------|-------------------|---------------|---------------------------------------------------------------|
| License | AGPL-3.0-or-later | MIT | SRS is licenced under MIT, Oryx 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. |
| Live Streaming | Yes | Yes | Both support RTMP, HLS, and HTTP-FLV protocols. |
| WebRTC | Yes | Yes | WebRTC is supported by both. |
| Auto HTTPS | Yes | No | Oryx supports automatic request and update HTTPS certs. |
| Console | Enhanced | HTTP API | Oryx offers a more powerful console. |
| Authentication | Yes | HTTP Callback | Oryx has built-in authentication, while SRS uses callbacks. |
Expand All @@ -104,8 +104,9 @@ media services needs.
| Virtual Live | Yes | No | Oryx provides advanced virtual live streaming capabilities. |
| WordPress | Yes | No | Oryx offers a WordPress plugin and step-by-step guidelines. |
| Transcoding | Yes | No | Oryx 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. |
| Transcription | Yes | No | Convert live speech to subtitle and overlay to video stream. |
| Live Room | Yes | No | Support live room feature. |
| Dubbing | Yes | No | Support dubbing VoD videos. |

### Streaming and Authentication

Expand Down

0 comments on commit da6742c

Please sign in to comment.