Recording video quality is awful

I’m using OpenVidu for video call with recording capabilities. Our OpenVidu clients are OpenVidu-Android and OpenVidu-Insecure-Js.
The recording mode is ALWAYS, and all other options are default.

Recording works but the video quality is very bad. It lags way too much. I don’t mind so much about resolution but I want the video to be smooth. At least 20 fps.

Is there any way to fix this? Or is it as good as it gets?

1 Like

Hello @angi

The deafult recordgind output is COMPOSED. Please, try set the outputMode as INDIVIDUAL adn check if the quality get better.

Regards

But I want to record both peers.

For getting better qulity in COMPOSED recordings with video, you will have to provide more resources to the machine hosting OpenVidu Server. The better bandwitdh and cpu that machine has, the better your composed video recording will be.

Regards