1. html5rocs: https://www.html5rocks.com/ko/tutorials/webrtc/basics/
1-1. stun, turn server: https://www.html5rocks.com/en/tutorials/webrtc/infrastructure/
1-2 socket.io
1-2-1 socket.io emit cheat seat
https://socket.io/docs/emit-cheatsheet/
2. 구글 코드랩: https://codelabs.developers.google.com/codelabs/webrtc-web/#0
3. coturn 프로젝트: https://github.com/coturn/coturn
3-1 coturn tutorial : https://ourcodeworld.com/articles/read/1175/how-to-create-and-configure-your-own-stun-turn-server-with-coturn-in-ubuntu-18-04
3-2 singaling server pm2 : https://pm2.keymetrics.io/
4. MDN web docs: https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API
WebRTC에 대한 상세한 정보
튜토리얼, 함수들, 가이드
4-1 MDN web docs: https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Signaling_and_video_calling
5. W3C editor's draft: https://w3c.github.io/mediacapture-main/getusermedia.html#intro
webRTC 함수들에 대한 상세한 설명
6. adapater.js: https://github.com/webrtc/adapter
6. apprtc: https://github.com/webrtc/apprtc
Perfect negotiation in webrtc: https://blog.mozilla.org/webrtc/perfect-negotiation-in-webrtc/
Real-time communication with WebRTC: Google I/O 2013
슬라이드 노트: http://io13webrtc.appspot.com/#35
'Computer science > WebRTC' 카테고리의 다른 글
WebRTC - multiconnection (0) | 2020.07.18 |
---|---|
webRTC 용어 정리 (0) | 2020.07.10 |
WebRTC - other parts (0) | 2020.07.04 |
WebRTC - peer connections (0) | 2020.07.02 |
WebRTC - Media capture and constraints (0) | 2020.07.02 |