2022-06-08 14:45:04 +02:00
..
2022-05-18 12:24:09 +02:00

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 --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.