cse 401n multimedia networking

34
1 CSE 401N Multimedia Networking Lecture-18

Upload: ronli

Post on 17-Jan-2016

37 views

Category:

Documents


1 download

DESCRIPTION

CSE 401N Multimedia Networking. Lecture-18. QoS. network provides application with level of performance needed for application to function. Multimedia, Quality of Service: What is it?. Multimedia applications: network audio and video. Multimedia Performance Requirements. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: CSE 401N Multimedia Networking

1

CSE 401NMultimedia Networking

Lecture-18

Page 2: CSE 401N Multimedia Networking

2

Multimedia, Quality of Service: What is it?

Multimedia applications: network audio and video

network provides application with level of performance needed for application to function.

QoS

Page 3: CSE 401N Multimedia Networking

3

Multimedia Performance RequirementsRequirement: deliver data in “timely” manner

interactive multimedia: short end-end delay e.g., IP telephony, teleconf., virtual worlds, DIS excessive delay impairs human interaction

streaming (non-interactive) multimedia: data must arrive in time for “smooth” playout late arriving data introduces gaps in rendered audio/video

reliability: 100% reliability not always required

Page 4: CSE 401N Multimedia Networking

4

Interactive, Real-Time Multimedia

end-end delay requirements: video: < 150 msec acceptable audio: < 150 msec good, < 400 msec OK includes application-level (packetization) and network

delays higher delays noticeable, impair interactivity

applications: IP telephony, video conference, distributed interactive worlds

Page 5: CSE 401N Multimedia Networking

5

Streaming Multimedia

Streaming: media stored at source transmitted to client streaming: client playout begins

before all data has arrived

timing constraint for still-to-be transmitted data: in time for playout

Page 6: CSE 401N Multimedia Networking

6

Streaming: what is it?

1. videorecorded

2. videosent

3. video received,played out at client

Cum

ula

tive

data

streaming: at this time, client playing out early part of video, while server still sending laterpart of video

networkdelay

time

Page 7: CSE 401N Multimedia Networking

7

Streaming Multimedia (more)

Types of interactivity: none: like broadcast radio, TV

initial startup delays of < 10 secs OK VCR-functionality: client can pause, rewind,

FF 1-2 sec until command effect OK

timing constraint for still-to-be transmitted data: in time for playout

Page 8: CSE 401N Multimedia Networking

8

Multimedia Over Today’s InternetTCP/UDP/IP: “best-effort service” no guarantees on delay, loss

Today’s Internet multimedia applications use application-level techniques to mitigate

(as best possible) effects of delay, loss

But you said multimedia apps requiresQoS and level of performance to be

effective!

?? ???

?

? ??

?

?

Page 9: CSE 401N Multimedia Networking

9

Streaming Internet Multimedia

Application-level streaming techniques for making the best out of best effort service: client side buffering use of UDP versus TCP multiple rate encodings of multimedia

….. let’s look at these …..

Page 10: CSE 401N Multimedia Networking

10

Internet multimedia: simplest approach

audio, video not streamed: no, “pipelining,” long delays until playout!

audio or video stored in file files transferred as HTTP object

received in entirety at client then passed to player

Page 11: CSE 401N Multimedia Networking

11

Internet multimedia: streaming approach

browser GETs metafile browser launches player, passing metafile player contacts server server streams audio/video to player

Page 12: CSE 401N Multimedia Networking

12

Streaming from a streaming server

This architecture allows for non-HTTP protocol between server and media player

Can also use UDP instead of TCP.

Page 13: CSE 401N Multimedia Networking

13

constant bit rate videotransmission

Cum

ula

tive

data

time

variablenetwork

delay

client videoreception

constant bit rate video playout at client

client playoutdelay

bu

ffere

dvid

eo

Streaming Multimedia: Client Buffering

Client-side buffering, playout delay compensate for network-added delay, delay jitter

Page 14: CSE 401N Multimedia Networking

14

Streaming Multimedia: Client Buffering

Client-side buffering, playout delay compensate for network-added delay, delay jitter

bufferedvideo

variable fillrate, x(t)

constant drainrate, d

Page 15: CSE 401N Multimedia Networking

15

Buffering

Smoothing the output stream by buffering packets.

Page 16: CSE 401N Multimedia Networking

16

The Leaky Bucket Algorithm

(a) A leaky bucket with water. (b) a leaky bucket with packets.

Page 17: CSE 401N Multimedia Networking

17

Streaming Multimedia: UDP or TCP?

UDP server sends at rate appropriate for client (oblivious to network congestion !) short playout delay (2-5 seconds) to compensate for network delay jitter error recover: time permitting

TCP send at maximum possible rate under TCP congestion loss: retransmission, rate reductions larger playout delay: smooth TCP delivery rate

Page 18: CSE 401N Multimedia Networking

18

Streaming Multimedia: client rate(s)

Q: how to handle different client receive rate capabilities? 28.8 Kbps dialup 100Mbps Ethernet

A: server stores, transmits multiple copies of video, encoded at different rates

1.5 Mbps encoding

28.8 Kbps encoding

Page 19: CSE 401N Multimedia Networking

19

User control of streaming multimediaReal Time Streaming Protocol (RTSP): RFC 2326 user control: rewind, FF, pause, resume, etc… out-of-band protocol:

one port (544) for control msgs one port for media stream

TCP or UDP for control msg connection

Scenario: metafile communicated to web browser browser launches player player sets up an RTSP control connection, data connection to server

Page 20: CSE 401N Multimedia Networking

20

Metafile Example

<title>Twister</title> <session> <group language=en lipsync> <switch> <track type=audio e="PCMU/8000/1" src = "rtsp://audio.example.com/twister/audio.en/lofi"> <track type=audio e="DVI4/16000/2" pt="90 DVI4/8000/1" src="rtsp://audio.example.com/twister/audio.en/hifi"> </switch> <track type="video/jpeg" src="rtsp://video.example.com/twister/video"> </group> </session>

Page 21: CSE 401N Multimedia Networking

21

RTSP Operation

Page 22: CSE 401N Multimedia Networking

22

RTSP Exchange Example C: SETUP rtsp://audio.example.com/twister/audio RTSP/1.0 Transport: rtp/udp; compression; port=3056; mode=PLAY

S: RTSP/1.0 200 1 OK Session 4231

C: PLAY rtsp://audio.example.com/twister/audio.en/lofi RTSP/1.0 Session: 4231 Range: npt=0-

C: PAUSE rtsp://audio.example.com/twister/audio.en/lofi RTSP/1.0 Session: 4231 Range: npt=37

C: TEARDOWN rtsp://audio.example.com/twister/audio.en/lofi RTSP/1.0 Session: 4231

S: 200 3 OK

Page 23: CSE 401N Multimedia Networking

23

Interactive Multimedia: Internet Phone

Introduce Internet Phone by way of an example (note: there is no “standard” yet):

speaker’s audio: alternating talk spurts, silent periods.

pkts generated only during talk spurts E.g., 20 msec chunks at 8 Kbytes/sec: 160 bytes data

application-layer header added to each chunk.

Chunk+header encapsulated into UDP segment.

application sends UDP segment into socket every 20 msec during talk spurt.

Page 24: CSE 401N Multimedia Networking

24

Internet Phone: Packet Loss and Delay

network loss: IP datagram lost due to network congestion (router buffer overflow)

delay loss: IP datagram arrives too late for playout at receiver delays: processing, queueing in network; end-system

(sender, receiver) delays typical maximum tolerable delay: 400 ms

loss tolerance: depending on voice encoding, losses concealed, packet loss rates between 1% and 10% can be tolerated.

Page 25: CSE 401N Multimedia Networking

25

constant bit ratetransmission

Cum

ula

tive

data

time

variablenetwork

delay(jitter)

clientreception

constant bit rate playout at client

client playoutdelay

bu

ffere

ddata

Delay Jitter

Client-side buffering, playout delay compensate for network-added delay, delay jitter

Page 26: CSE 401N Multimedia Networking

26

Internet Phone: Fixed Playout Delay

Receiver attempts to playout each chunk exactly q msecs after chunk was generated. chunk has time stamp t: play out chunk at

t+q . chunk arrives after t+q: data arrives too

late for playout, data “lost” Tradeoff for q:

large q: less packet loss small q: better interactive experience

Page 27: CSE 401N Multimedia Networking

27

Fixed Playout Delay

packets

time

packetsgenerated

packetsreceived

loss

r

p p '

playout schedulep' - r

playout schedulep - r

• Sender generates packets every 20 msec during talk spurt.• First packet received at time r• First playout schedule: begins at p• Second playout schedule: begins at p’

Page 28: CSE 401N Multimedia Networking

28

Adaptive Playout Delay, I

packetith receivingafter delay network average of estimated

acketpith for delay network tr

receiverat played is ipacket timethep

receiverby received is ipacket timether

packetith theof timestampt

i

ii

i

i

i

Dynamic estimate of average delay at receiver:

)()1( 1 iiii trudud

where u is a fixed constant (e.g., u = .01).

Goal: minimize playout delay, keeping late loss rate low Approach: adaptive playout delay adjustment:

Estimate network delay, adjust playout delay at beginning of each talk spurt.

Silent periods compressed and elongated. Chunks still played out every 20 msec during talk spurt.

Page 29: CSE 401N Multimedia Networking

29

Adaptive Playout Delay, II

Also useful to estimate the average deviation of the delay, vi :

||)1( 1 iiiii dtruvuv

iiii Kvdtp

Remaining packets in talkspurt played out periodically

For first packet in talk spurt, playout time is:

Page 30: CSE 401N Multimedia Networking

30

Adaptive Playout, III

Q: How does receiver determine whether packet is first in a talkspurt?

If no loss, receiver look at successive timestamps. difference of successive stamps > 20 msec -->talk

spurt begins. With loss possible, receiver must look at both

time stamps and sequence numbers. difference of successive stamps > 20 msec and

sequence numbers without gaps, talk spurt begins.

Page 31: CSE 401N Multimedia Networking

31

Recovery From Packet Loss

loss: pkt never arrives or arrives too late real-time constraints: little (no) time for

retransmissions! What to do?

Forward Error Correction (FEC): add error correction bits (recall 2-dimensional parity) e.g.,: add redundant chunk made up of exclusive OR

of n chunks; redundancy is 1/n; can reconstruct if at most one lost chunk

Interleaving: spread loss evenly over received data to minimize impact of loss

Page 32: CSE 401N Multimedia Networking

32

Piggybacking Lower Quality Stream

Page 33: CSE 401N Multimedia Networking

33

Interleaving

Has no redundancy, but can cause delay in playout beyond Real Time requirements

Divide 20 msec of audio data into smaller units of 5 msec each and interleave

Upon loss, have a set of partially filled chunks

Page 34: CSE 401N Multimedia Networking

34

Summary: Internet Multimedia: bag of tricks

use UDP to avoid TCP congestion control (delays) for time-sensitive traffic

client-side adaptive playout delay: to compensate for delay

server side matches stream bandwidth to available client-to-server path bandwidth chose among pre-encoded stream rates dynamic server encoding rate

error recovery (on top of UDP) FEC retransmissions, time permitting mask errors: repeat nearby data