What do you mean by “I received response from KMS”?
So sorry! My means the response from the openvidu-server. From the moment I did the send stop/recording API to the moment I received this response quite a while. Could you tell me why?
We haven’t experienced such problem.
When the session has less duration than 30 min do you see the same blocking time?
I can still continue my session for more than 30 minutes. I tried it for 50 minutes, everything was fine until I stopped recording. server response is too long, about 45s-50s with 50-minute session.
Is this OpenVidu CE or OpenVidu Pro?
I use OpenVidu CE. Thanks!
I was asking because in OpenVidu Pro there’s a download time that increases a little bit the time it takes for INDIVIDUAL recordings to be available. But if I’m not mistaken, you say that the process that takes 45-50s to return is the REST API call to /openvidu/apu/recordings/stop/ID
, not the “ready” recordingStatusChanged event or something similar. Is that right? If it is, it’s something we have not really seen so far. The stopping process for INDIVIDUAL recordings should be pretty much immediate. Does it happen all the times?
Yes, that’s right. The compression of INDIVIDUAL recordings is a blocking operation. Until the recording is ready and available in its final status, the REST API call won’t return. Right now this cannot be disabled.
1 Like
I got it. Thanks for help!