drm and the web

21
DRM and the web A DRM implementation for browsers without the need for plugins

Upload: anthony-brown

Post on 03-Jul-2015

59 views

Category:

Technology


0 download

DESCRIPTION

Slides from a recent short talk on my dissertation "A DRM implementation for web browsers without the need for plugins"

TRANSCRIPT

Page 1: Drm and the web

DRM and the webA DRM implementation for browsers without the need

for plugins

Page 2: Drm and the web

Why?

Page 3: Drm and the web

50Percentage of web traffic used by Netflix

and YouTube at peak time

Page 4: Drm and the web

$1 BillionTotal value of digital downloads in 2013

Page 5: Drm and the web

5Users per Netflix account

Page 6: Drm and the web

2Netflix users streaming simultaneously

Page 7: Drm and the web

How?

Page 8: Drm and the web

DRMDigital rights management

Page 9: Drm and the web

PluginsAdobe Flash

Microsoft Silverlight

Page 10: Drm and the web

$1 BillionTotal value of digital downloads in 2013

Page 11: Drm and the web

PlayRead

yMicrosoft DRM implementation

Page 12: Drm and the web

EMEEncrypted Media Extensions

Page 13: Drm and the web

Multiple devicesNot cross platform

Needs executable code

Page 14: Drm and the web

JavaScript“The assembly language of the web”

- Scott Hanselman

Page 15: Drm and the web

HTML5Cryptography

Video

Page 16: Drm and the web

DRM‒ Identify user

‒ Encrypt data to user

Page 17: Drm and the web

Web standardsEnsures cross-platform support

Page 18: Drm and the web

Transparent“If a user knows there’s a DRM then we’ve failed”

- Peter Lee, Executive at Disney

Page 19: Drm and the web

No installsAll code in the browser

Page 20: Drm and the web

Native appearanceUses standard HTML5 elements

Page 21: Drm and the web

Questions