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