Skip to content

WebRTC UDP 포트 설정이 애매합니다. & 사용자 인증서버가 분리되어있을때 통신 방식이 고민됩니다. #3

Closed Answered by GoByeonghu
GoByeonghu asked this question in Q&A
Discussion options

You must be logged in to vote
  1. Nginx는 WAS(Web Application Server) 역할을 수행하기에는 한계가 있습니다. WebRTC가 연결에 할당한 포트를 Nginx도 사용해야 하는데, 이를 동적으로 처리하는 것이 어렵습니다. 따라서 Nginx 설정을 좀 더 조사해보고, 가능하다면 적용해보세요. 만약 불가능하다면, Express 서버에 직접 연결하는 방법을 고려하는 것이 좋습니다.

  2. (첫 번째 답변으로 대체)

  3. 메시징 시스템과 같이 Queue를 사용하는 방법은 '실시간성'에 문제를 일으킬 수 있습니다. 따라서 HTTP를 통한 직접 연결 방식을 더 추천드립니다.

(작성자: Jeff)

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ej31
Comment options

ej31 Aug 21, 2024
Maintainer

Answer selected by GoByeonghu
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
🆘 도와주세요 다른 사람에게 도움 요청시 🙏 질문 다른 사람에게 질문이 있을 때
2 participants