1 / 41

Adaptive MPEG-4 Video Streaming with Bandwidth Estimation: Journal Version

Adaptive MPEG-4 Video Streaming with Bandwidth Estimation: Journal Version. 指導老師:童曉儒 教授 報告人:張益瑞. 2014/10/23. Outline. Introduction Related Work MPEG-4 Background The Video Transport Protocol VTP Implementation Experimental Evaluation Conclusion. 2014/10/23. 2. Introduction.

eytan
Download Presentation

Adaptive MPEG-4 Video Streaming with Bandwidth Estimation: Journal Version

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. Adaptive MPEG-4 Video Streaming with Bandwidth Estimation: Journal Version 指導老師:童曉儒 教授 報告人:張益瑞 2014/10/23

  2. Outline • Introduction • Related Work • MPEG-4 Background • The Video Transport Protocol • VTP Implementation • Experimental Evaluation • Conclusion 2014/10/23 2

  3. Introduction • Video streams are usually delivered via UDP with no transport layer congestion control. • Video streams are loss tolerantanddelay sensitive. • TCP involves the repeated halving and growth of its congestion window, following Additive Increase/Multiplicative Decrease (AIMD) algorithm. 2014/10/23 3

  4. Introduction 2014/10/23 4

  5. Introduction • We design and implement a protocol that attempt to maximize the quality of real-time MPEG-4 video streams while simultaneously providing basic end-to-end congestion control. • Video Transport Protocol (VTP) delivers consistent quality video in moderately congested networks and fairly shares bandwidth with TCP. 2014/10/23 5

  6. Introduction • Primary goal of adapting video stream to the characteristics of the network path between sender and receiver.(VTP sends packets using UDP, adding congestion control at the application layer.) • Secondary goal of VTP is the minimal use of network and computer resources.(bandwidth and memory) 2014/10/23 6

  7. Related Work • Service model for multimedia streaming fall into two categories: • Modifications or enhancements to AIMD congestion control to better accommodate streaming applications. • Model-based flow control based primarily on TCP-Friendly Rate Control (TFRC) 2014/10/23 7

  8. Related Work • Rate Adaptation Protocol (RAP) :rate based protocol, receiver feedback , no fairness with TCP. • Stream Control Transmission Protocol (SCTP) :multi-streaming, congestion control in SCTP is identical to TCP. • TCP-Friendly Rate Control (TFRC) : maintain the sending rate at the level of a TCP flow under the same conditions. 2014/10/23 8

  9. Related Work • TCP’s behaviors of poor link utilization in high-loss environments and unfairness. • VTP aims to be adaptive and flexible by making minimal assumptions about the network and using network feedback as a indicator, not as rigorous set of input parameters. 2014/10/23 9

  10. MPEG-4 Background • High bitrate scalability and compression efficiency • Spatial and temporal redundancy in individual frames • Object-based encoding • Video objects (VOs) • Video object planes (VOPs) • Group of Video Object Planes (GOV) 2014/10/23 10

  11. MPEG-4 Background • (I-VOPs) • (P-VOPs) • (B-VOPs) 2014/10/23 11

  12. MPEG-4 Background 2014/10/23 12

  13. MPEG-4 Background • Macroblock • Slice • Quantization Parameters(QPs): 量化參數較高就 是較高的壓縮率 與low quality。 2014/10/23 13

  14. MPEG-4 Background/ VTP policy 2014/10/23 14

  15. The Video Transport Protocol • Sender and Receiver Interaction • Bandwidth Estimation and Rate Adjustment • Rate Based Congestion Control 2014/10/23 15

  16. The Video Transport Protocol(concept) • Communication between sender and receiver is a “closed loop,” the receiver sends acknowledgments to the sender at regular intervals. • The bandwidth of the forward path is estimated and used by the sender to determine the sending rate. • VTP is rate based. There is no congestion window or slow start phase. 2014/10/23 16

  17. Sender and Receiver Interaction RTTmeasurement & bandwidth computation RTTmeasurement & bandwidth computation 2014/10/23 17

  18. Bandwidth Estimation and Rate Adjustment b: rate sample d: data bytes t: time B: bandwidth estimate α : weighting factor 2014/10/23 18

  19. Bandwidth Estimation and Rate Adjustment (Finite State Machine, FSM) Q: video encoding levels IR: increase rate states DR: decrease rate states 2014/10/23 19

  20. Rate Based Congestion Control • VTP is to adapt the outgoing video stream so that, in times of network congestion, less video data is sent into the network and consequently fewer packets are lost and fewer frames are discarded. • VTP performs a type of congestion avoidance: it increases its rate by a small amount on every estimated RTT. 2014/10/23 20

  21. VTP Implementation • Software Architecture • Transmission Schedules for Variable Bitrate Video • Minimizing Client Buffer Requirements 2014/10/23 21

  22. Software Architecture 2014/10/23 22

  23. Software Architecture 2014/10/23 23

  24. Transmission Schedules for Variable Bitrate Video V(t): the cumulative amount of bytes consumed by the client from the start of the streaming session to time t C(t): CBR schedule ν(τ): the video is encoded at a variable rate U(t): Utilization 2014/10/23 24

  25. Transmission Schedules for Variable Bitrate Video 2014/10/23 25

  26. Minimizing Client Buffer Requirements Buffer 沒有使用過多或不足的情形 2014/10/23 26

  27. Minimizing Client Buffer Requirements Quantization parameters(QPs): 量化參數高就是較高的壓縮率與low quality。(DivX) 2014/10/23 27

  28. Minimizing Client Buffer Requirements Quantization parameters(QPs): 量化參數高就是較高的壓縮率與low quality。(FFMpeg) FFmpeg are smaller and use less bandwidth than DivX for the same QPs 2014/10/23 28

  29. Experimental Evaluation • Basic Protocol Behavior • Fairness with TCP • Random Link Errors • Comparison with TFRC • Video Quality 2014/10/23 29

  30. Basic Protocol Behavior • One of the main goals of VTP is to fairly share network resources with other traffic. • VTP attempts to achieve fairness with TCP by reducing its sending rate whenever the bandwidth estimate indicates that the current rate cannot be supported. 2014/10/23 30

  31. Basic Protocol Behavior 理想的sending rate:依估計的bandwidth調整sending rate。 2014/10/23 31

  32. Fairness with TCP 2014/10/23 32

  33. Fairness with TCP 2014/10/23 33

  34. Random Link Errors 從random error的角度來看,VTP不因TCP發生大量error而快速搶占TCP的頻寬,只是平緩的增加traffic。 2014/10/23 34

  35. Comparison with TFRC s: packet size R: RTT p: the steady state loss event rate tRTO: the value of the TCP retransmit timeout T: transmit rate 2014/10/23 35

  36. Comparison with TFRC 2014/10/23 36

  37. Video Quality Quantization parameters(QPs): 量化參數高就是較高的壓縮率與low quality。 2014/10/23 37

  38. Video Quality 從Frame rate的角度來看,使用VTP可達到較穩定的Frame rate。 2014/10/23 38

  39. Video Quality 從Frame rate的角度來看,使用VTP可達到較穩定的Frame rate。 2014/10/23 39

  40. Video Quality QPs 減低 3 ~ 5 可維持略高的影片品質。 2014/10/23 40

  41. Conclusion • VTP is the use of bandwidth estimation to adapt the sending rate and the video encoding in response to changes in network conditions • We found that VTP fairness toward TCP is vulnerable if the lowest video bitrate is higher than the average link fair share available to VTP. 2014/10/23 41

More Related