usages of dash for rich media services

18
Usages of DASH for Rich Media Services Cyril Concolato Jean Le Feuvre Romain Bouqueau MMSys 2011

Upload: cyril-concolato

Post on 21-May-2015

2.170 views

Category:

Technology


0 download

DESCRIPTION

This presentation was given during the ACM MMSys 2011 Conference. The presentation is about the usage of Dynamic Adaptive Streaming over HTTP for Rich Media and Interactive services.

TRANSCRIPT

Page 1: Usages of DASH for Rich Media Services

Usages of DASH for Rich Media Services

Cyril Concolato

Jean Le Feuvre

Romain Bouqueau

MMSys 2011

Page 2: Usages of DASH for Rich Media Services

Rich Media Services

Services featuring• Multiple media elements

- audio, video, text, 2D/3D graphics

• Dynamicity - Changing text, animated graphics, …

- Possibly triggered on server-side (streaming)

• Synchronization with media elements• Interactivity

Example of Rich Media Technologies• HTML 5, MPEG-4 BIFS, Flash…

page 2

Page 3: Usages of DASH for Rich Media Services

Context

Rapid development of HTTP Streaming technologies• MPEG, 3GPP, OIPF, W3C, …

Increased usages of Rich Media Technologies • Presentation glue for A/V content (HTML+video)• Streamed services including live meta-data (SVG/DIMS,

MPEG-4 BIFS)

page 3

Page 4: Usages of DASH for Rich Media Services

Research Questions

How can Rich Media languages use DASH-delivered audio/video content?• Study A

How can Rich Media content be delivered over DASH?• Study B

page 4

Page 5: Usages of DASH for Rich Media Services

Study A: Description

Goal• Provide a generic API for MPD manipulations within a rich media document• Compatibility with existing Rich Media languages

Hypothesis• Bandwidth related manipulations are handled at the DASH level• Trick Mode related manipulations may be handled

at both DASH and browser levels Requirements

The API shall provide access to:• The desired video resolution & frame rate• The desired language• The desired quality• The desired view

page 5

Page 6: Usages of DASH for Rich Media Services

Study A: Architecture

page 6

BrowserMedia Player

HTTP Stack

Rich Media Elements

(HTML, …)DASH Client

Integrated Rendering

Media Selection and Control

Media Elements

(audio,video…)

Page 7: Usages of DASH for Rich Media Services

Study A: Solutions

Use of fragment identifiers

Use of attributes in DASH namespace

Use of ECMAScript

page 7

<video src="dash.mpd#viewpoint=1&width=176&height=144">

<video src="dash.mpd"> <track kind=subtitles src="dash.mpd" dash:qualityRanking="1" srclang="en"></video>

var track = createTrackFromDASH(‘subtitles’,‘lang’,’en’);

Page 8: Usages of DASH for Rich Media Services

Study B: Description

Goal• Deliver Rich Media Streams

synchronously with related audio/video data• Automatic repackaging of existing broadcast interactive services over DASH

Requirements• Enable transposition of the traditional carrousel approach

- Minimize bandwidth, leverage HTTP

- Preserve interactivity Use case• Digital Radio Service

[demonstration: http://www.youtube.com/watch?v=Bmer91TZhCo]

- T-DMB (MPEG-2 TS + MPEG-4 A/V + MPEG-4 BIFS)

page 8

Page 9: Usages of DASH for Rich Media Services

Study B: Architecture

page 9

HTTP Stack

Rich Media Elements

(HTML, …)DASH Client

Media Elements

(audio, video…)

Browser Media PlayerIntegrated Rendering

Page 10: Usages of DASH for Rich Media Services

page 10

Audio

Data carousel (500 ms)

Digital Radio Service & Broadcast environment

Live data

Data carousel (2 s)

Digital radio stream

Digital radio receivers

Page 11: Usages of DASH for Rich Media Services

Approach 1: Basic Segmentation

Segment the MPEG-2 TS • Possibly with « carousel » alignment• Bandwidth inefficient because of carouselÞ Need to extract « carousel » data out of media segments

page 11

Digital radio stream segments

…Media Segment Media Segment

Page 12: Usages of DASH for Rich Media Services

Approach 2: Initialization Segment

page 12

Digital radio stream segments

Data into IS not yet allowed by the DASH standard Problem: how to signal version number increment• Without requiring the use of new periods

Initialization Segment Media Segment Media Segment

Page 13: Usages of DASH for Rich Media Services

Approach 3: External data references

page 13

Digital radio stream segments

= HTTP link to

= HTTP link to

Media Segment with updated data references= HTTP link to

Media Segmentwith initial datareferences

with initial datareferences

Media Segment

Page 14: Usages of DASH for Rich Media Services

Approach 3: External data references (cont’d)

External Data References and Segment formats• Not possible with MPEG-2 TS syntax

- Potentially possible with FLUTE or others but high overhead

• Possible with DataReferenceBox in MP4- Not yet authorized by the DASH standard

Additional problem• Avoid carousel refresh for DASH clients

already « tuned-in »Þ Use of « redundant » signaling in MP4

page 14

Page 15: Usages of DASH for Rich Media Services

Additional Consideration:Redundant Signaling

page 15

Client 1 starts and requests segment #n

Client 1 processes segment #n including « Carousel » data

User interacts with Client 1 and locally changes the Rich Media State

Client 1 requests segment #n+1

Client 1 ignores redundant data (preserved interaction)

Client 2 starts and requestssegment #n+1

Client 2 processes « Carousel » data

No change in « carousel » data

Media Segment #n Media Segment #n+1

Page 16: Usages of DASH for Rich Media Services

Study B: Summary of solutions

Use of data in Initialization Segment (IS)• Under evaluation for DASH

Use of external data references (EDR)• Requires MP4• Under evaluation for DASH

Use of redundant signaling (RS) in MP4 for RM data• Accepted as an MP4 amendment

Possible joint usages:• IS+EDR or EDR + RS or IS+EDR+RS

page 16

Page 17: Usages of DASH for Rich Media Services

Implementation

GPAC Open Source Projet• DASH Player

- Supports MPD and M3U8 playlists

• MP4Box- Segmentation tool for MP4 files

• MP42TS- DVB & DMB Mux

- Segmentation

page 17

Page 18: Usages of DASH for Rich Media Services

Thank you

Questions ?

[email protected]

[email protected]

[email protected]

http://gpac.sourceforge.net