Skip to content

Commit

Permalink
Add STUN host and port for v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd committed Aug 7, 2024
1 parent 5a34924 commit 4ee3535
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions selkies-gstreamer-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ if [ -z "${SELKIES_TURN_REST_URI}" ] && { { [ -z "${SELKIES_TURN_USERNAME}" ] ||
export SELKIES_TURN_USERNAME="selkies"
export SELKIES_TURN_PASSWORD="${TURN_RANDOM_PASSWORD}"
export SELKIES_TURN_PROTOCOL="${SELKIES_TURN_PROTOCOL:-tcp}"
export SELKIES_STUN_HOST="${SELKIES_STUN_HOST:-stun.l.google.com}"
export SELKIES_STUN_PORT="${SELKIES_STUN_PORT:-19302}"
/etc/start-turnserver.sh &
fi

Expand Down

0 comments on commit 4ee3535

Please sign in to comment.