openvidu-filters
Visit docs.openvidu.io/en/stable/advanced-features/filters
Run this application
# Launch OpenVidu Server
docker run --rm -d -p 4443:4443 -e openvidu.secret=MY_SECRET openvidu/openvidu-server-kms:2.21.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.