summary.
Edit me

webrtc overview

     
official sipwebrtc 2018 webrtcbrowser Reiley 2015
webrtc_tutorial gcuuno github_pages

concept

nework layer

 
Teleconferencing, Video Teleconferencing/Videoconferencing, Multimedia Application Sharing, and other Applications SIP/SDP, WebRTC/SDP, RTSP/SDP, SAP/SDP, RTP/RTCP
TCP, UDP, SCTP, TLS, DTLS
IP
   
generic-message = start-line *message-header CRLF [ message-body ] start-line = Request-Line / Status-Line

image

webrtc architecture

   
image details
image data flow chart article
  • RTC peer connection object
var conn = new RTCPeerConnection(conf); conn.onaddstream = function(stream){
// use stream here
};
Tags: drone webrtc