Skip to content

Instantly share code, notes, and snippets.

@deviantfero
Last active August 10, 2017 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deviantfero/d02a2a19b4e01e9ba39f76ff6f05d7f9 to your computer and use it in GitHub Desktop.
Save deviantfero/d02a2a19b4e01e9ba39f76ff6f05d7f9 to your computer and use it in GitHub Desktop.
# 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