This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# to run this setup, you will need node.js, npm and bower | |
# node version 8.2.1 was used to run this demo | |
# you will need your own Kurento media server instance and TURN/STUN | |
# a docker-compose.yml is provided to make this easier | |
git clone https://github.com/agilityfeat/kurento-recording-test | |
cd ./kurento-recording-test | |
npm install | |
cd ./static | |
bower install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment