voice and video on the web

8

Click here to load reader

Upload: kundan-singh

Post on 23-Jun-2015

538 views

Category:

Lifestyle


0 download

DESCRIPTION

Presentation slides for IPTcomm 2011 conference.Abstract:Existing standard protocols for the web and Internet telephony failto deliver real-time interactive communication from within a webbrowser. In particular, the client-server web protocol over reliableTCP is not always suitable for end-to-end low latency media pathneeded for interactive voice and video communication. To solvethis, we compare the available platform options using the existingtechnologies such as modifying the web programming languageand protocol, using an existing web browser plugin, and using aseparate host resident application that the web browser can talk to.We argue that using a separate application as an adaptor is apromising short term as well as long term strategy for voice andvideo communications on the web.Our project aims at developing the open technology and sampleimplementations for web-based real-time voice and videocommunication applications. We describe the architecture of ourproject including a RESTful web communication API over HTTPinspired by SIP message flows, a web-friendly metadata forsession description, and an UDP-based end-to-end media path.All other telephony functions reside in the web application itselfand/or in web feature server. The adaptor approach allows us toeasily add new voice and video codecs and NAT traversaltechnologies such as Host Identity Protocol. We want tomake web-based communication accessible to millions of webdevelopers, maximize the end user experience and security, andpreserve the huge investment in and experience from SIP systemswhile adhering to web standards and development tools.

TRANSCRIPT

Page 1: Voice and Video on the Web

Carol Davids, Alan Johnston, Kundan Singh, Henry Sinnreich, Wilhelm Wimmreuter

Aug 2011

Voice and Video

Communications on the Web

Page 2: Voice and Video on the Web

Separate islands of innovations

VoIP

Web

Page 3: Voice and Video on the Web

� Provider and user perspective

� Trust model, session negotiation, …

From VoIP to Web

Page 4: Voice and Video on the Web

Minimum Protocol Requirements

HTTP

signaling and

control

UDP

media transport

Page 5: Voice and Video on the Web

Modify browserExtend web protocols/languages

1. Include SIP/RTP stack

2. Add device access, codecs and

e2e transport (IETF, W3C)

Use existing pluginMost existing web communication

systems use Flash Player

HTTP

UDP

proprietary

proprietary

over UDP

Web

serverserver

HTML HTML

HTML HTML

FP FP

Build new pluginJust handles missing pieces

(device access, codec, transport)

HTTP

UDP

Web

serverHTML HTML

pluginplugin

Use separate appRuns as a separate process/service

HTTP

UDP

Web

server

HTML

App App

HTMLHTML

Available Options

Page 6: Voice and Video on the Web

Modify browser

No other dependencies

Eventually a standard

Numerous web developers

Reluctance to change

Portable device access/sharing

Time to ubiquitous availability

Use existing plugin

Ubiquitous availability

Browser agnostic

Rich developer tools and experience

One-to-one as well as group

Transport is not enough (for SIP/RTP)

Cannot install new codecs

Depends on vendor for updates

Comparison Use separate app

Browser and app agnostic

Any transport, language, codecs.

Persistent/long lived state

Yet another install, slow adoption

Security and access control

Video display needs plugin

Available Options

1. With existing technologies

2. Emerging standard protocols

3. Allow walled garden

4. Require new install

5. App dies on page close

6. Re-use web security means

Page 7: Voice and Video on the Web

Our Project

DB

Apache web server,

PHP websocket server,

MySQL database

(1) Signaling API

Resource-based, SDP=>XML/JSON,

subscribe/notify, long-lived connection,

persistent vs transient data, access control

(2) Communication Widgets

Click to call, contact list,

conference object

(3) Media Application API

Transport, auth and media objects

Page 8: Voice and Video on the Web

Summary

Available Options

1. Modify browser

2. Use existing plugin

3. Build new plugin

4. Use separate application

Our project

Signaling API

Communication widgets

Media path

Demonstration

Opportunities

Motivation

to move VoIP to web

Project: http://sites.google.com/site/vvowproject/

Source: http://code.google.com/p/vvowproject/Demo: http://gardo1.rice.iit.edu/webconf/