Skip to content

This docker image tests if it is possible to share webcam in a given BBB room

Notifications You must be signed in to change notification settings

iMDT/bigbluebutton-docker-test-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bbb-docker-test-webcam

This docker image allow you to do END-TO-END test on BigBlueButton webcams.

It launches two browsers: one sharing webcam other checking if the webcam appears.

The test fails if the webcam is not detected after 30s.

Usage ( from docker hub )

Without storing logs and screenshots

docker run --rm imdt/bigbluebutton-docker-test-webcam "${JOIN_URL}"

Storing logs and screenshots

docker run --rm -v/tmp/debug-folder:/debug imdt/bigbluebutton-docker-test-webcam "${JOIN_URL}"

Usage ( from source code )

./build.sh
./run.sh "${JOIN_URL}"

Troubleshooting

If you get into problems and want to update, just run the following command:

docker image rm imdt/bigbluebutton-docker-test-webcam

About

This docker image tests if it is possible to share webcam in a given BBB room

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published