You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the script /scripts/malleus.sh to test my jitsi server. The fake video will not be streamed to the jitsi server.
I uploaded the fake video as per the shared dirsciprtion.
Which video will it playback?
I’m glad you asked because right now it won’t playback any 😃 we need to provide the nodes with sample files to playback.
Open jitsi-meet-torture/src/test/java/org/jitsi/meet/test/MalleusJitsificus.javain your favourite text editor and check the line private static final String INPUT_VIDEO_FILE
This is by default set to resources/FourPeople_1280x720_30.y4m which doesn’t exist on the nodes. You can download a video you like from here: https://media.xiph.org/video/derf/y4m/ 166 and place it in /usr/share/jitsi-meet-torture/resources/ and change the file name in the .java accordingly. I suggest you just copy the entire resources folder from the repository onto the nodes, it also includes the audio files.
I hope I didn’t miss any important steps, if yes, I will add them. Should I put this as a PR on Github?
The text was updated successfully, but these errors were encountered:
Sumit7584
changed the title
Jitsi-meet-torture fake video is not playing on another browser in the same jitsi conference room
Jitsi-meet-torture fake video is not playing on any browser in the same jitsi conference room
Apr 6, 2021
Hi,
I use the script /scripts/malleus.sh to test my jitsi server. The fake video will not be streamed to the jitsi server.
I uploaded the fake video as per the shared dirsciprtion.
Which video will it playback?
I’m glad you asked because right now it won’t playback any 😃 we need to provide the nodes with sample files to playback.
Open jitsi-meet-torture/src/test/java/org/jitsi/meet/test/MalleusJitsificus.javain your favourite text editor and check the line private static final String INPUT_VIDEO_FILE
This is by default set to resources/FourPeople_1280x720_30.y4m which doesn’t exist on the nodes. You can download a video you like from here: https://media.xiph.org/video/derf/y4m/ 166 and place it in /usr/share/jitsi-meet-torture/resources/ and change the file name in the .java accordingly. I suggest you just copy the entire resources folder from the repository onto the nodes, it also includes the audio files.
I hope I didn’t miss any important steps, if yes, I will add them. Should I put this as a PR on Github?
The text was updated successfully, but these errors were encountered: