1 / 10

WebRTC Framework Overview for Application Providers and Media Signaling

This document provides a comprehensive overview of the WebRTC framework, focusing on its application models and signaling mechanisms over HTTP/WebSocket. It covers proprietary and standardized signaling methods, emphasizing the integration of JavaScript and HTML applications. Key topics include media path signaling using ICE/STUN/TURN, management of peer-to-peer connections, codec capabilities, and security concerns such as DDoS attacks and protocol emulation. Additionally, the framework addresses the use of existing communication protocols like SIP and MGCP within the WebRTC architecture.

brent
Télécharger la présentation

WebRTC Framework Overview for Application Providers and Media Signaling

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. RTC-Web Framework Jonathan RosenbergChief Technology Strategist, Skype

  2. Base Case (Model 1) ApplicationProvider Proprietary Over HTTP/Websocket Proprietary Over HTTP/Websocket JS/HTMLApp JS/HTMLApp JS API Browser Browser Media + Media PathSignaling (ICE/STUN/TURN)

  3. Base Case (Model 2) ApplicationProvider StandardizedSignaling StandardizedSignaling JS/HTMLApp JS/HTMLApp JS API Browser Browser Media + Media PathSignaling (ICE/STUN/TURN)

  4. API as Protocol CallerJavascript App Provider Web Server CalleeJavascript App Trust Domain Browser Trust Domain JS API JS API CallerBrowser CalleeBrowser Media + Media PathSignaling (ICE/STUN/TURN)

  5. API Scope CallerJavascript P2P Connection Management FW/NAT Traversal Control Codec capabilities and selection Media control Codec control Media security Data Transfer JS API CallerBrowser Media + Media PathSignaling (ICE/STUN/TURN)

  6. Security Problem 1: DDoS CallerJavascript App Provider Web Server MaliciousWebsite App Trust Domain Browser Trust Domain JS API CallerBrowser DDoSTarget Media + Media PathSignaling (ICE/STUN/TURN)

  7. Security Problem 2: Protocol Emulation CallerJavascript App Provider Web Server MaliciousWebsite App Trust Domain Browser Trust Domain JS API CallerBrowser CorporateDNS Server Browser packets emulatingDNS

  8. Provider Interop Case ApplicationProvider 1 ApplicationProvider 1 SIP JS/HTMLApp JS/HTMLApp JS API Browser Browser Media + Media PathSignaling (ICE/STUN/TURN)

  9. Existing Gear Case 1 ApplicationProvider 1 IP PBX SIP JS/HTMLApp SIP,MGCP, H323,Proprietary JS API Browser Media + Media PathSignaling (ICE/STUN/TURN)

  10. Existing Gear Case 2 ApplicationProvider 1 IP PBX SIP Media Gateway JS/HTMLApp SIP,MGCP, H323,Proprietary Browser Media + Media PathSignaling (ICE/STUN/TURN)

More Related