Skip to content

Commit

Permalink
removed uneeded warning
Browse files Browse the repository at this point in the history
  • Loading branch information
slabajo committed Sep 19, 2024
1 parent 501d604 commit f31e84f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
11 changes: 0 additions & 11 deletions doc-kurento/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.apache.org/licenses/LICENSE-2.0>`__ and `available on GitHub <https://github.com/Kurento>`__.

.. 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 <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.

**Start here**: :doc:`/user/intro` and :doc:`/user/quickstart`, and then learn to write Kurento applications with :doc:`/user/tutorials`.

Expand Down

0 comments on commit f31e84f

Please sign in to comment.