Carlos Santos
Carlos Santos
What tutorial are you building? Could you please post the steps for reproducing the issue?
Hello @sravan41-elorce , - How are you enabling the recording? - Are you using docker? - Are you setting INDIVIDUAL or COMPOSED recording? - How are you configuring your Sessions...
Hi @moqshosting , This could be related with this iosrtc issue https://github.com/cordova-rtc/cordova-plugin-iosrtc/issues/618#issuecomment-748620749
I've encountered the same issue in my project while using `this.localParticipant.unpublishTrack` and `this.localParticipant.publishTrack`. The error log I received is as follows: ```bash 2024-01-29T12:50:11.876+0100 ERROR livekit supervisor/participant_supervisor.go:156 supervisor error on publication...
Hi, it is very strange... do you have any logs for checking them out?
What openvidu-loadtest are you using? You're launching a test with 1 users in 1 session. The orchestrator launch a session and then check if has reached the sessions limit and...
Are you able to launch a browser in your AWS EC2 stack executing [browserProvider.sh script](https://github.com/OpenVidu/openvidu-loadtest/blob/master/selenium-test/src/test/resources/browserProvider.sh)?
Try to increase the number of participants and users to check if this is the problem please
Please, try with webcomponent_loadtest branch of this repository. You must launch a webapp with[ this CF ](https://github.com/OpenVidu/openvidu-loadtest/blob/webcomponent_loadtest/aws/Cloudformation-webapp.yaml) and set te app url `public static String APP_URL = "http://localhost:8080/"; ` To...
We have used this repository today and everything was working fine, something should be wrong in your configuration because the test can’t access or launch a browser