openvidu/openvidu-server/docker/openvidu-health-checker
cruizba e32330ad95 deployment: find_element instead of find_elements in openvidu_health_check 2021-11-03 20:51:03 +01:00
..
Dockerfile deployment: print candidates in openvidu-health-checker docker image test 2021-11-03 20:22:52 +01:00
README.md Update README.md 2021-11-03 12:09:37 +01:00
create_image.sh deployment: print candidates in openvidu-health-checker docker image test 2021-11-03 20:22:52 +01:00
openvidu_helth_check.py deployment: find_element instead of find_elements in openvidu_health_check 2021-11-03 20:51:03 +01:00
run.sh deployment: Experimental openvidu-health-checker self-contained docker image to check openvidu deployments 2021-11-03 12:07:43 +01:00

README.md

Openvidu health checker

The main purpose of this image is to have a self-contained and indpendent docker image to test and check possible errors in OpenVidu deployments.

This image is also usefull to automation tests of infrastructure.

Current health checks

1. Video working and Turn correctly setup

docker run --shm-size 2g \
    -e OV_URL=<OV_URL> \
    -e OV_SECRET=<OV_SECRET> \
    openvidu/openvidu-health-checker

Just put your OpenVidu url at OV_URL and your OV_SECRET and the stack will be tested.

This health check includes:

    1. Inspector Test Video in Chrome
    1. Inspector Test Video in Firefox
    1. Inspector Test Video in Firefox with TURN forced.

If allways works:

  • STUN/TURN is correctly configured
  • Video Publishing/Subscribing works

If works sometimes:

  • Bad ports opened.
  • Bad internet connection.
  • No possible connection via STUN/TURN

If don't work:

  • Bad port configuration.
  • No possible connection via STUN/TURN
  • Simply a deployment which is not deployed correctly