Last active
August 9, 2017 15:23
-
-
Save deviantfero/ed43d9591e0ad4e9eaa85c88925e17ec to your computer and use it in GitHub Desktop.
This file contains hidden or 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