Hello, OpenVidu community!
We have been working this past few days in improving the COMPOSED recording behavior. We have built a brand new Docker image (as COMPOSED recording uses a Docker container to record the session) and we would like anyone using COMPOSED recording to try it. Especially to rule out any possible regression or incompatibilities.
To try the new beta version of the recording container it is just as easy as adding to the OpenVidu .env
configuration file (in OpenVidu installation path, by default /opt/openvidu
) the following property (it does not exist by default, it must be added as a new line):
OPENVIDU_RECORDING_VERSION=2.15.0-beta1
And then restarting the service (careful, this will destroy any ongoing session): ./openvidu restart
openvidu-server log will show how the new recording container is downloaded on startup. After that, any COMPOSED recording will use this new image.
Any useful feedback you have when using this new beta container will be very much appreciated.
Thank you for your support!