https://github.com/anazalu/avta-openvidu
Audio and video test automation
https://github.com/anazalu/avta-openvidu
ffmpeg sox testray tshark
Last synced: 3 months ago
JSON representation
Audio and video test automation
- Host: GitHub
- URL: https://github.com/anazalu/avta-openvidu
- Owner: anazalu
- Created: 2025-06-14T11:52:42.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-14T12:28:57.000Z (4 months ago)
- Last Synced: 2025-06-14T13:25:34.664Z (4 months ago)
- Topics: ffmpeg, sox, testray, tshark
- Homepage:
- Size: 45.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
Test case to:
- record an openVidu call with three users sharing video
- collect video, audio and network trace## What needs to be installed:
- testray
- sox
- wireshark (with ChmodBPF)
- ffmpeg## Before the test:
- add a .mjpeg file to simulate screen sharing (you can make any screen recording and then use the command below)
```
ffmpeg -i input.mov output.mjpeg
```## To run the test (better use Terminal):
```
testray execute openViduCall
```