openvidu/openvidu-server
Juan Navarro 8e5f5d4cf4
openvidu-server, browser: Add Simulcast Publisher config (#680)
Simulcast is a per-Publisher configuration that allows to enable
Simulcast senders on the client's PeerConnection of each sender.

Simulcast is a WebRTC feature that sends multiple simultaneous streams
with different video qualities, in order to let the media server decide
which quality is best for which Subscriber on the receiving side.

Enabled by default.
2022-01-05 15:12:51 +01:00
..
deployments openvidu-server, browser: Add Simulcast Publisher config (#680) 2022-01-05 15:12:51 +01:00
docker deployment: change IP discovery script to match mediasoup-controller 2021-12-24 16:05:41 +01:00
src openvidu-server, browser: Add Simulcast Publisher config (#680) 2022-01-05 15:12:51 +01:00
.gitignore openvidu-server: main index.html at "/" 2020-04-17 13:08:38 +02:00
LICENSE Initial OpenVidu platform commit 2016-10-11 09:53:32 +02:00
NOTICE Copyright update from 2019 to 2020 2020-02-04 11:25:54 +01:00
README.md Update README doc badge 2021-10-07 12:47:56 +02:00
pom.xml WebhookIntegrationTest 2021-11-14 23:16:54 +01:00
sonar-project.properties CDR file only created when openvidu.cdr thanks to conditional logback.xml 2018-02-02 19:45:39 +01:00

README.md

License badge Documentation Status Docker badge Support badge

openvidu-server

  • Description: OpenVidu server side. It receives the remote procedure calls from openvidu-browser and manage all the media streams operations. You don't have to make direct use of it. Just to run it.

  • Docs: REST API

  • Release: OpenVidu Artifacts