Skip to content

Commit 0466579

Browse files
committed
Change from AGPL to MIT.
1 parent 0a95fca commit 0466579

File tree

6 files changed

+4
-6
lines changed

6 files changed

+4
-6
lines changed

i18n/en-us/docusaurus-plugin-content-blog/2023-12-15-SRS-Ten-Years.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ audio and video application scenarios, and offers out-of-the-box solutions.
4040
This year, Oryx was revamped, with major changes as follows:
4141

4242
* Transitioned from microservices architecture to monolithic application, reducing image size by 90%, increasing development speed by 10 times, and making microservices architecture the most misleading.
43-
* Changed from MIT to AGPL license, allowing personal use but not cloud services.
4443
* Supports Docker and script installations, DigitalOcean and Lighthouse images, BT and aaPanel plugin installations, and HELM installations.
4544
* Tests cover all installation methods, features, and APIs.
4645
* Supports new scenarios such as virtual live streaming, AI-generated subtitles, transcoding, callbacks, HLS clusters, and stream pulling and pushing.

i18n/en-us/docusaurus-plugin-content-docs/current/doc/getting-started-oryx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ media services needs.
9898

9999
| Comparison | Oryx | SRS | Notes |
100100
|----------------|-------------------|---------------|-----------------------------------------------------------------|
101-
| License | AGPL-3.0-or-later | MIT | SRS is licenced under MIT, Oryx is AGPL-3.0-or-later. |
101+
| License | MIT | MIT | SRS is licenced under MIT, Oryx is MIT. |
102102
| Live Streaming | Yes | Yes | Both support RTMP, HLS, and HTTP-FLV protocols. |
103103
| WebRTC | Yes | Yes | WebRTC is supported by both. |
104104
| Auto HTTPS | Yes | No | Oryx supports automatic request and update HTTPS certs. |

i18n/zh-cn/docusaurus-plugin-content-blog/2023-12-15-SRS-Ten-Years.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Oryx就是一体化的视频云,里面包含多个音视频项目,以音视
3636
今年Oryx重新做了,主要变更如下:
3737

3838
* 从微服务架构改成单体应用,镜像大小减少90%,开发速度提高10倍,最坑人的莫过于微服务架构了。
39-
* 从MIT协议换成AGPL协议,可以自己用,但不能提供云服务。
4039
* 支持Docker和脚本安装,DigitalOcean和Lighthouse镜像,BT和aaPanel插件安装,HELM安装。
4140
* 测试覆盖所有安装方式,覆盖所有功能和API。
4241
* 支持虚拟直播、AI自动字幕、转码、回调、HLS集群、拉流转推等新场景。

i18n/zh-cn/docusaurus-plugin-content-docs/current/doc/getting-started-oryx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Oryx支持AWS Lightsail,这是AWS提供的一种虚拟专用服务器(VPS)
9191

9292
| 比较 | Oryx | SRS | 说明 |
9393
|------------|-------------------|----------|---------------------------------------|
94-
| 许可证 | AGPL-3.0-or-later | MIT | SRS是MIT,而Oryx是AGPL-3.0-or-later|
94+
| 许可证 | MIT | MIT | SRS是MIT,而Oryx是MIT|
9595
| 直播流 | Yes | Yes | 两者都支持RTMP,HLS和HTTP-FLV协议。 |
9696
| WebRTC | Yes | Yes | 两者都支持WebRTC。 |
9797
| Auto HTTPS | Yes | No | Oryx自动申请和更新HTTPS证书. |

i18n/zh-cn/docusaurus-plugin-content-docs/version-5.0/doc/getting-started-oryx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Oryx提供了宝塔插件,使用方法参考[宝塔插件](../../../blog/BT-aa
9292

9393
| 比较 | Oryx | SRS | 说明 |
9494
|------------|-------------------|----------|----------------------------------|
95-
| 许可证 | AGPL-3.0-or-later | MIT | SRS是MIT,而Oryx是AGPL-3.0-or-later|
95+
| 许可证 | MIT | MIT | SRS是MIT,而Oryx是MIT|
9696
| 直播流 | Yes | Yes | 两者都支持RTMP,HLS和HTTP-FLV协议。 |
9797
| WebRTC | Yes | Yes | 两者都支持WebRTC。 |
9898
| Auto HTTPS | Yes | No | Oryx自动申请和更新HTTPS证书. |

versioned_docs/version-5.0/doc/getting-started-oryx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ media services needs.
9393

9494
| Comparison | Oryx | SRS | Notes |
9595
|----------------|-------------------|---------------|---------------------------------------------------------------|
96-
| License | AGPL-3.0-or-later | MIT | SRS is licenced under MIT, Oryx is AGPL-3.0-or-later. |
96+
| License | MIT | MIT | SRS is licenced under MIT, Oryx is MIT. |
9797
| Live Streaming | Yes | Yes | Both support RTMP, HLS, and HTTP-FLV protocols. |
9898
| WebRTC | Yes | Yes | WebRTC is supported by both. |
9999
| Auto HTTPS | Yes | No | Oryx supports automatic request and update HTTPS certs. |

0 commit comments

Comments
 (0)