Giter VIP home page Giter VIP logo

webrtc_2marking's Introduction

WebRTC_2marking

  1. WebRTC(Web Real-Time Communication)
  • 웹 어플리케이션(Android, IOS) 및 사이트들이 별도의 소프트웨어 없이 음성, 영상 미디어 혹은 텍스트, 파일 같은 데이터를 브라우저끼리 주고 받을 수 있게 만든 기술
  • WebRTC로 구성된 프로그램들은 별도의 플러그인이나 소프트웨어 없이 p2p 화상회의 및 데이터 공유를 함.
  • 서로 상호작용하는 API와 프로토콜로 구성되어 있음.
  • 결론적으로는 별도의 플러그인 없이 음성, 화상, 데이터 전송이 가능한 기술로 최근에는 Android, IOS도 지원.
  1. 상호 운용성
  1. WebRTC 개념
  • 피어들 간의 커넥션이 만들어지는데 어떤 드라이버나 플러그인도 필요하지 않음.
  • 두 피어 간의 커넥션은 RTCPeerConnection 인터페이스를 통해 이루어짐.
  1. WebRTC 인터페이스
  • 연결 설정 및 관리 이 인터페이스들을 사용하여 WebRTC 연결을 설정할 수 있고, 연결을 맺을 수 있으며 WebRTC 연결을 관리
    • RTCPeerConnection
      • 로컬 컴퓨터와 원격 피어 간의 WebRTC 연결을 나타낸다. 두 피어 간의 효율적인 데이터 스트리밍을 처리하는데 사용된다.
    • RTCDataChannel
      • 연결된 두 피어간의 양방향 데이터 채널을 나타낸다.
    • RTCDataChannelEvent
      • RTCDataChannel을 RTCPeerConnection에 연결하는 동안 발생하는 이벤트를 나타낸다. 이 인터페이스와 함께 전송되는 유일한 이벤트는 datachannel이다.
    • MediaStream
      • 카메라/마이크 등 Data Stream 접근
    • RTCSessionDescription
      • Session에 대한 offer/answer
    • RTCStateReport
      • connection이나 connection의 개별 트랙에 대한 정보를 제공
      • RTCPeerConnection.getStats()를 통해 정보를 얻을 수 있음
    • RTCIceCandidate
      • RTCPeerConnection을 설정하기 위한 인터넷 연결 설정 서버를 나타냄
    • RTCIceTransport
    • RTCPeerConnectionIceEvent
    • RTCRtpSender
    • RTCRtpReceiver
    • RTCTrackEvent
  1. 샘플 코드 예시

  2. Demo Project Description(작성 중 - 추가예정)

  • Environment
  • Featrues
  • Architecture
  • Usage
  • PreView
  • UI
  • Apk Download 경로
  • 기타 내용들은 필요한 부분을 우선적으로 다룰 예정

https://developer.mozilla.org/ko/docs/Web/API/WebRTC_API

webrtc_2marking's People

Contributors

gyogle avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.