millo-L / millo-L.github.io

0 stars 0 forks source link

WebRTC-%EA%B5%AC%ED%98%84%ED%95%98%EA%B8%B0-1-N-SFU/ #3

Closed utterances-bot closed 3 years ago

utterances-bot commented 3 years ago

WebRTC 구현하기(1:N SFU) | millo's tech blog

https://millo-l.github.io/WebRTC-%EA%B5%AC%ED%98%84%ED%95%98%EA%B8%B0-1-N-SFU/

millo-L commented 2 years ago

comment test

MNIONS commented 2 years ago

질문 드립니다. https://github.com/millo-L/Typescript-ReactJS-WebRTC-1-N-SFU 에 있는 소스를 참고하여 구현하는 중입니다. socketRef.current.on("getReceiverCandidate", async (data: { id: string; candidate: RTCIceCandidateInit }) 부분에서 문제가 발생하였습니다. 안드로이드, 윈도우PC에서는 해당 로직을 들어가지만 맥북, 아이폰에서는 해당 로직에 접근하지 못하고 있습니다. 해당 로직에 접근 가능하게 하는 방법이 따로 있을까요?

kqjatjr commented 2 years ago

안녕하세요 좋은글 잘보고있습니다. 소스를 참고하여 구현중인데 wrtc 라이브러리 같은경우 맥 M1에서 작동하지 않는것 같습니다. 혹시 대체 라이브러리 가있을까요?