I have started to use malleus.sh script with selenium grid:
./scripts/malleus.sh --conferences=1 --participants=5 --senders=2 --audio-senders=4 --duration=160 --room-name-prefix=test --hub-url=http://localhost:4444 --instance-url=meet.jit.si
when i am running the test on selenium grid. meeting used to start in chromium browser all parameters is running fine but problem in video…video is disabled and pop up is coming that failed to access your camera our device camera is perfecly fine
[WARNING] Tests run: 406, Failures: 0, Errors: 0, Skipped: 405, Time elapsed: 303.027 s - in TestSuite
[INFO]
[INFO] Results:
[INFO]
[WARNING] Tests run: 400, Failures: 0, Errors: 0, Skipped: 399
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:05 min
[INFO] Finished at: 2021-09-14T14:40:42-04:00
[INFO] ------------------------------------------------------------------
The selenium instances are bot using a real device. For malleus and such a video file is used … Probably you don’t have that locally next to the nodes.
Make sure you pass -Dremote.resource.path=/usr/share/jitsi-meet-torture and in that folder on the server where you run chrome you need to have the file: resources/FourPeople_1280x720_60.y4m
We are using this file https://media.xiph.org/video/derf/y4m/FourPeople_1280x720_60.y4m
Sir, after performing all this steps again video is disabled and receiving a pop up notification cannot access camera., i also tested it on another devices same issue is coming everytime.Does it acess device camera for testing and playing dummy video? If it fails to find video so it can show the video icon but it is disabled why?pls help me to resolve this issue
malleus runs on a selenium grid, I don’t understand where do you see a popup.
The chrome instances use audio and video files as mic and camera and should not access devices at all.
I’m not sure why is that. It gives an error in the selenium about wrong params … Maybe you need to us an older version of selenium server. Try the last 3.x version.
We are not using it locally but on a remotely deployed grids.
The only issue is that, while running, I cannot see the fake video that I placed to the resource folder. Sir, I do not receive any errors while executing this. Tell me the version to use to correct this if you’re talking about versions.