Last active
August 10, 2017 19:08
-
-
Save deviantfero/d02a2a19b4e01e9ba39f76ff6f05d7f9 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
# for this particular step, you will need | |
# docker installed. we recommend using another | |
# directory instead of /tmp | |
docker run --name kurento_docker \ | |
-p 8888:888 \ | |
-e KMS_STUN_IP='stun ip goes here' \ | |
-e KMS_STUN_PORT='stun port goes here' \ | |
-e KMS_TURN_URL='turn-url goes here, with credentials' \ | |
-v /tmp:/tmp \ | |
kurento/kurento-media-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment