From f31e84f09e31fc070b6b4388875a4a43bdf065d2 Mon Sep 17 00:00:00 2001 From: Saul Pablo Labajo Izquierdo Date: Thu, 19 Sep 2024 22:24:58 +0200 Subject: [PATCH] removed uneeded warning --- README.md | 14 -------------- doc-kurento/source/index.rst | 11 ----------- 2 files changed, 25 deletions(-) diff --git a/README.md b/README.md index cd5eb3643..d6f18e473 100644 --- a/README.md +++ b/README.md @@ -19,20 +19,6 @@ Kurento Media Server is responsible for media transmission, processing, loading -## Project status - -> [!CAUTION] -> **This project is on bare minimum maintenance mode**. -> -> **There are no major new features planned for Kurento, and even minor issues may take some time to be addressed**. -> -> Kurento won't implement several WebRTC features such as Simulcast, End-To-End Encryption, Insertable Streams, or even support for more than 1 video + 1 audio in the same WebRTC peer connection. -> -> For new videoconferencing projects we recommend to build on top of a higher-level platform such as [OpenVidu](https://openvidu.io/) (from the same team as Kurento). It hides to some extent the sheer complexity of scalable WebRTC systems, and allows you to focus on your app instead. -> -> If you're just looking for a bare-bones, low-level WebRTC SFU like Kurento, [mediasoup](https://mediasoup.org/) is a very good, modern and actively developed alternative. - - ## FIWARE Platform diff --git a/doc-kurento/source/index.rst b/doc-kurento/source/index.rst index 9ef34e279..b49330e70 100644 --- a/doc-kurento/source/index.rst +++ b/doc-kurento/source/index.rst @@ -4,17 +4,6 @@ Welcome to Kurento :term:`Kurento` Media Server (**KMS**) is a multimedia server package that can be used to develop advanced video applications for :term:`WebRTC` platforms. It is an Open Source project, with source code released under the terms of `Apache License Version 2.0 `__ and `available on GitHub `__. -.. warning:: - - **This project is on bare minimum maintenance mode**. - - **There are no major new features planned for Kurento, and even minor issues may take some time to be addressed**. - - Kurento won't implement several WebRTC features such as Simulcast, End-To-End Encryption, Insertable Streams, or even support for more than 1 video + 1 audio in the same WebRTC peer connection. - - For new videoconferencing projects we recommend to build on top of a higher-level platform such as `OpenVidu `__ (from the same team as Kurento). It hides to some extent the sheer complexity of scalable WebRTC systems, and allows you to focus on your app instead. - - If you're just looking for a bare-bones, low-level WebRTC SFU like Kurento, `mediasoup `__ is a very good, modern and actively developed alternative. **Start here**: :doc:`/user/intro` and :doc:`/user/quickstart`, and then learn to write Kurento applications with :doc:`/user/tutorials`.