feat(streaming): add local TURN relay support

This commit is contained in:
2026-04-13 13:15:00 +01:00
parent 531fd87197
commit f00c4edc5c
3 changed files with 67 additions and 1 deletions

5
WebApp/.env.example Normal file
View File

@@ -0,0 +1,5 @@
VITE_BACKEND_URL=http://localhost:3000
VITE_STUN_URLS=stun:stun.l.google.com:19302
VITE_TURN_URLS=turn:localhost:3478?transport=udp,turn:localhost:3478?transport=tcp
VITE_TURN_USERNAME=securecam
VITE_TURN_CREDENTIAL=securecamturn