Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imdt/bigbluebutton-docker-test-audio
https://github.com/imdt/bigbluebutton-docker-test-audio
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imdt/bigbluebutton-docker-test-audio
- Owner: iMDT
- Created: 2021-07-05T23:24:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T14:50:00.000Z (over 3 years ago)
- Last Synced: 2024-03-27T06:20:35.151Z (9 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bbb-docker-test-audio
This docker image allow you to do END-TO-END test on BigBlueButton audio.
It launches two browsers: one in listen only, other with Microphone.
The test fails if the listen only audio does not detect noise after 30s.
## Usage ( from docker hub )
### Without storing logs and screenshots
```sh
docker run --rm imdt/bigbluebutton-docker-test-audio "${JOIN_URL}"
```### Storing logs and screenshots
```sh
docker run --rm -v/tmp/debug-folder:/debug imdt/bigbluebutton-docker-test-audio "${JOIN_URL}"
```## Usage ( from source code )
```sh
./build.sh
./run.sh "${JOIN_URL}"
```## Troubleshooting
If you get into problems and want to update, just run the following command:
```sh
docker image rm imdt/bigbluebutton-docker-test-audio
```