기타/WebRTC(2)
-
라이브킷(LiveKit)에서 API key and secrets 생성하는 방법
개요 라이브킷 서버를 사용하려면 API key와 secrets는 꼭 필요하다. 방법 $ curl -sSL https://get.livekit.io | bash $ livekit-server generate-keys 비고 방법은 간단한데, 방법을 찾기 까지가 쉽지가 않았다. 참고 https://docs.livekit.io/realtime/self-hosting/local/
2023.12.29 -
WebRTC TURN/TLS on Chrome
- 이슈 "WARNING: error with ICE candidate: 600 Address not associated with the desired network interface." - 원인 Chrome, edge등 chrome 기반 브라우저에서 WebRTC TURN/TLS는 default port만 사용 WebRTC TURN/TLS default port : 3478 - 비고 firefox나 safari에서는 custom port도 사용 가능 - 추가 custom port도 되긴 하지만 초기에는 default port를 추천
2023.07.31