2019-02-04 16:34:20 +01:00
..
2019-02-04 16:34:20 +01:00
2018-10-02 10:20:22 +02:00

License badge Documentation badge Docker badge Support badge

openvidu-filters

Visit openvidu.io/docs/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.5.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.