mirror of https://github.com/OpenVidu/openvidu.git
![]() Fill a new SessionProperties member "forcedVideoCodecResolved" to contain the resolved value of "forcedVideoCodec", once the new MEDIA_SERVER_PREFERRED has been taken into account and translated into the appropriate option for each media server. The logic to decide how to translate MEDIA_SERVER_PREFERRED into a concrete forcedVideoCodec value is placed once in the REST entry point of session creation (SessionRestController.java). Afterwards, SessionProperties is just used as a simple storage for all session features, and serialized / passed around between server and client. |
||
---|---|---|
.. | ||
deployments | ||
docker | ||
src | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README.md | ||
pom.xml | ||
sonar-project.properties |
README.md
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