From dc7d07fb6c673b91312973aa3fed6a9cdfc4bee2 Mon Sep 17 00:00:00 2001 From: Seungmin Kim <8457324+ehfd@users.noreply.github.com> Date: Wed, 7 Aug 2024 21:00:51 +0900 Subject: [PATCH] Add STUN host and port for v1.6.2 --- selkies-gstreamer-entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/selkies-gstreamer-entrypoint.sh b/selkies-gstreamer-entrypoint.sh index fac6043..001757d 100755 --- a/selkies-gstreamer-entrypoint.sh +++ b/selkies-gstreamer-entrypoint.sh @@ -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