I am overlaying GPS information on top of the recording and you can see it during the live session, but the recording is cut off.
Is this because the recording resolution is set lower than what the live session is and it doesn’t account for this?
I am overlaying GPS information on top of the recording and you can see it during the live session, but the recording is cut off.
Is this because the recording resolution is set lower than what the live session is and it doesn’t account for this?
This is caused because of the way the default BEST_FIT recording layout works: https://docs.openvidu.io/en/2.14.0/advanced-features/recording/#composed-recording
BEST_FIT layout for COMPOSED recording will crop the videos when necessary to ensure the maximum amount of space is covered by the videos, leaving as less uncovered space as possible. The algorithm that distributes videos over the layot surface always tries to find a middle ground between occupied space and the amount of cutoff video.
You may want to experiment with 2 different options to avoid this:
Thanks for the explanation.
I will take that into consideration.