https://github.com/kurento/kurento
Kurento WebRTC Media Server
https://github.com/kurento/kurento
stream-processing video-streaming webrtc
Last synced: about 1 year ago
JSON representation
Kurento WebRTC Media Server
- Host: GitHub
- URL: https://github.com/kurento/kurento
- Owner: Kurento
- License: apache-2.0
- Created: 2023-01-11T19:07:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-20T22:22:58.000Z (about 1 year ago)
- Last Synced: 2025-05-16T04:04:00.530Z (about 1 year ago)
- Topics: stream-processing, video-streaming, webrtc
- Language: C
- Homepage:
- Size: 132 MB
- Stars: 359
- Watchers: 18
- Forks: 62
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
[](https://kurento.openvidu.io/)
# Kurento Media Server
| :house:[Homepage](https://kurento.openvidu.io/) | :books:[Documentation](https://doc-kurento.readthedocs.io/) | [](https://hub.docker.com/r/kurento/kurento-media-server) |
| --- | --- | --- |
| [](https://github.com/Kurento/kurento/graphs/commit-activity) | [](https://github.com/Kurento/kurento/graphs/contributors) | [](https://stackoverflow.com/questions/tagged/kurento) |
| [](https://sourcegraph.com/github.com/Kurento/kurento) | | |
Kurento Media Server is responsible for media transmission, processing, loading and recording. It is implemented in low level technologies based on the GStreamer multimedia toolkit, and provides the following features:
* Networked streaming protocols, including HTTP, RTP and WebRTC.
* Group communications (MCU and SFU functionality) supporting both media mixing and media routing/dispatching.
* Generic support for Computer Vision and Augmented Reality filters (OpenCV).
* Media storage supporting writing operations for WebM and MP4 and playback in all formats supported by GStreamer.
* Automatic media transcoding between any of the codecs supported by GStreamer including VP8, H.264, H.263, AMR, OPUS, Speex, G.711, etc.
## FIWARE Platform
| [](https://www.fiware.org/developers/catalogue/) | [](https://www.fiware.org/developers/catalogue/) | :mortar_board: [FIWARE Academy](https://fiware-academy.readthedocs.io/en/latest/processing/kurento) |
| --- | --- | --- |
The Kurento project is part of [FIWARE]. For more information check the FIWARE documentation for [Real-Time Media Stream Processing](https://fiwaretourguide.readthedocs.io/en/latest/processing/kurento/introduction/).
Kurento has been rated within [FIWARE] as follows:
- **Version Tested:**

- **Documentation:**


- **Responsiveness:**


- **FIWARE Testing:**




Kurento is also part of the [NUBOMEDIA](https://nubomedia.readthedocs.io/en/latest/) research initiative.
The Open API specification, also known as [Kurento Protocol](https://doc-kurento.readthedocs.io/en/latest/features/kurento_protocol.html), is available at [Stream-oriented Open API](http://docs.streamoriented.apiary.io/).
[FIWARE]: https://www.fiware.org/
## Documentation
Kurento provides detailed [Documentation](https://doc-kurento.readthedocs.io/) including tutorials, installation and development guides.
## Useful Links
Usage:
* [Installation Guide](https://doc-kurento.readthedocs.io/en/latest/user/installation.html)
* [Docker Image](https://hub.docker.com/r/kurento/kurento-media-server)
* [Contribution Guide](https://doc-kurento.readthedocs.io/en/latest/project/contributing.html)
* [Developer Guide](https://doc-kurento.readthedocs.io/en/latest/dev/dev_guide.html)
Issues:
* [Bug Tracker](https://github.com/Kurento/kurento/issues)
* [Support](https://doc-kurento.readthedocs.io/en/latest/user/support.html)
News:
* [Kurento Blog](https://kurento.openvidu.io/blog)
* [Community Discussion](https://groups.google.com/g/kurento)
Training:
* [Kurento tutorials](https://doc-kurento.readthedocs.io/en/latest/user/tutorials.html)
## Testing
Kurento has a full set of different tests mainly focused in the integrated and system tests, more specifically e2e tests that anyone can run to assess different parts of Kurento, namely functional, stability, tutorials, and API.
In order to assess properly Kurento from a final user perspective, a rich suite of E2E tests has been designed and implemented. To that aim, the Kurento Testing Framework (KTF) has been created. KTF is a part of the Kurento project aimed to carry out end-to-end (E2E) tests for Kurento. KTF has been implemented on the top of two well-known open-source testing frameworks: JUnit and Selenium.
If you want to know more about the Kurento Testing Framework and how to run all the available tests for Kurento you will find more information in [Kurento developers documentation > Testing](https://doc-kurento.readthedocs.io/en/latest/dev/testing.html).
## License
[](https://www.apache.org/licenses/LICENSE-2.0)
```
Copyright 2023 Kurento
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```