chilly-soccer-432
02/13/2025, 5:03 AMgray-monkey-83525
02/13/2025, 5:04 AMAWS inbound rules▾
chilly-soccer-432
02/13/2025, 5:06 AMgray-monkey-83525
02/13/2025, 5:06 AMuse_external_ip
setting should be set to false
for local development, as per the LiveKit deployment guide.
3. Network Setup: If you're using Docker, ensure that the network mode is set correctly. For local development, using --network host
can help avoid network isolation issues.
4. WebSocket URL: Verify that the WebSocket URL (wsUrl
) used in your client matches the server's address and port. For local development, this is often ws://localhost:7880
.
Would you like more detailed guidance on any of these steps?
Sources:
- LiveKit Deployment Guide 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.