본문 바로가기

프로그래밍 일반/안드로이드 심화

[webRTC] 관련 자료

https://velog.io/@ehdrms2034/WebRTC-%EC%9B%B9%EB%B8%8C%EB%9D%BC%EC%9A%B0%EC%A0%80%EB%A1%9C-%ED%99%94%EC%83%81-%EC%B1%84%ED%8C%85%EC%9D%84-%EB%A7%8C%EB%93%A4-%EC%88%98-%EC%9E%88%EB%8B%A4%EA%B3%A0

 

[WebRTC] 웹브라우저로 화상 채팅을 만들 수 있다고?

항상 글 시작은 비슷한 레퍼토리다. 평소에 관심이 많아서..ㅋㅋ이전에 코딩 과외 플랫폼을 제작한 적이있다.그때 Web RTC 모듈을 이용해서 플랫폼을 제작했었는데,내부 구성 원리를 모른채 구현�

velog.io

https://www.html5rocks.com/ko/tutorials/webrtc/basics/#ice

 

Getting Started with WebRTC - HTML5 Rocks

Plugin-free, realtime communication of video, audio and data using WebRTC.

www.html5rocks.com

https://webrtc.org/getting-started/media-devices

 

Getting started with media devices  |  WebRTC

When developing for the web, the WebRTC standard provides APIs for accessing cameras and microphones connected to the computer or smartphone. These devices are commonly referred to as Media Devices and can be accessed with JavaScript through the navigator.

webrtc.org

https://codelabs.developers.google.com/codelabs/webrtc-web/#4

 

Real time communication with WebRTC

A complete version of this step is in the step-2 folder. RTCPeerConnection is an API for making WebRTC calls to stream video and audio, and exchange data. This example sets up a connection between two RTCPeerConnection objects (known as peers) on the same

codelabs.developers.google.com

https://dksshddl.tistory.com/entry/webRTC-%EC%9B%B9RTC-%EC%98%88%EC%A0%9C%EB%A1%9C-%ED%99%94%EC%83%81-%EC%B1%84%ED%8C%85-%EA%B5%AC%ED%98%84%ED%95%98%EA%B8%B0

 

[webRTC] 웹RTC 예제로 화상 채팅 구현하기.

1. webRTC RTC는 Real-Time Communications의 약자이다. 웹을 통해 웹어플리케이션이 비디오, 오디오 스트림 뿐만아니라 데이터를 중간의 서버가 없 이 직접 주고 받게할 수 있는 것이 목적이다. webRTC의 장�

dksshddl.tistory.com