openvidu: OVP 2.22.0 Delay in Starting Recording : Intermittent Issue [14-15 Sec to Start Recording]
Describe the bug We have a Java based service application which makes use of OVP 2.22.0 start recording API (/recordings/start) to start the recording. Once we hit this start recording API we expect to get quick response back from OVP where recording would start eventually. However, most of the times, we get quick response within milliseconds and sometimes we get response back in 2-3 seconds which works for our business case.
But intermittently, sometimes, it takes 14-15 seconds to give response back and after 15 seconds the recording would start at OVP end. We need to understand why this much of delay in starting the recording? We don’t have exact steps to reproduce the behavior since its intermittent issue.
Expected behavior Recording should start within milliseconds or max 2~3 seconds.
Wrong current behavior Taking about 15 seconds to start recording intermittently for few sessions.
OpenVidu tutorial where to replicate the error Since this is an intermittent issue, there are no particular steps involved to reproduce the issue. We have seen this issue with 2 way audio-video session where 2 participants [both publisher] are in a session.
OpenVidu deployment info How is your OpenVidu Server instance deployed when you get the bug. A couple of possible examples are listed below:
- Docker container as explained in OpenVidu tutorials, run with command
docker run ...on macOS Catalina 10.15.1 - AWS deployment as explained in OpenVidu Docs (https://docs.openvidu.io/en/stable/deployment/deploying-aws/)
IMPORTANT NOTE: please, if you think the bug might be related to OpenVidu Server side, specify here if you are also getting the error by using OpenVidu Server Demos instance. This instance is publicly available (use it only for this test, because it is not secure!!!): URL:
https://demos.openvidu.io:4443, SECRET:MY_SECRET
Client device info (if applicable) Any android or iPhone device.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here. For example, attach any useful logs related to the issue.
About this issue
- Original URL
- State: open
- Created 2 years ago
- Comments: 16 (6 by maintainers)
That’s correct. Problem is faced both with COMPOSED_QUICK_START recording and INDIVIDUAL recording. We are working on it and will update you with the results.