License badge OpenVidu Tests Documentation Status Docker badge Support badge

openvidu-filters

Visit docs.openvidu.io/en/stable/advanced-features/filters

Run this application

# Launch OpenVidu Server
docker run -p 4443:4443 --rm -e OPENVIDU_SECRET=MY_SECRET openvidu/openvidu-dev:2.22.0

# Clone and serve openvidu-filters application
git clone https://github.com/OpenVidu/openvidu-tutorials.git
cd openvidu-tutorials/openvidu-filters
http-server web/

You will need http-server npm package (sudo npm install -g http-server), and you will need to accept the insecure certificate at https://localhost:4443 once you launch openvidu-server-kms docker container.