the real time transport protocol framework hdtv and
play

The Real-Time Transport Protocol Framework, HDTV and Standards - PowerPoint PPT Presentation

The Real-Time Transport Protocol Framework, HDTV and Standards Development Ladan Gharai University of Southern California/ISI HDTV Transport over IP The Audio/Video Transport (AVT) working group of Internet Engineering Task Force (IETF) is


  1. The Real-Time Transport Protocol Framework, HDTV and Standards Development Ladan Gharai University of Southern California/ISI

  2. HDTV Transport over IP  The Audio/Video Transport (AVT) working group of Internet Engineering Task Force (IETF) is active in standardizing various aspect of the transport of audio and video over IP  The IETF is an open standards organization  Standards allow independently developed systems to interoperate and promotes technical progress

  3. Outline  RTP: The Real-time Transport Protocol  High definition video transport over RTP  RTP and congestion control  Summary

  4. RTP: The Real-time Transport Protocol  RTP is the standard for real-time transport over IP  Video conferencing  VoIP/telephony  Streaming audio and video  Real-time e-science applications  Published as an IETF “Internet Standard” RFC  RFC 3550, 3551  Adopted by ITU as part of H.323  3GPP mobile phones  Widespread use in streaming: QuickTime, Real, Microsoft

  5. Philosophy of RTP  The challenge:  build a mechanism for robust, real-time media delivery above an unreliable and unpredictable transport layer  without changing the transport layer Push responsibility for media Make the system robust to delivery onto the end-points network problems; media where possible data should be loss tolerant The end-to-end argument Application level framing

  6. RTP Data Transfer and Control Protocols RTP Data Transfer Protocol: The RTP data transfer protocol   Source identification delivers a single media stream  Media identification from sender to one, or more,  Media transport receivers  Padding, if necessary  Few assumptions about the  Marking of significant underlying transport events  Usually runs over UDP/IP  Sequencing  Timing recovery Typically implemented in an  application or as a library RTP Control Protocol:  User level, not part of the  Time-base management kernel  Quality of service feedback  Member identification and management

  7. Protocol Components Payload Payload Payload Payload RTP Profile Format Format Format Format RTP Data Transfer Protocol RTP Control Protocol TCP UDP DCCP IP

  8. RTP Summary  RTP provides a unifying framework for real-time transport over IP  Its design is influenced by dual core philosophies:  Application Level Framing  The End-2-end Principle  RTP’s strength lies in its flexibility:  provisions for defining RTP payload formats and RTP profiles

  9. Outline  RTP: The Real-time Transport Protocol  High definition video transport over RTP  RTP and congestion control  Summary

  10. HDTV Transport over RTP  RTP provides a framework for HDTV transport over IP  missing element:  defining the exact application level framing  RTP payload formats for HDTV transport  Compressed and uncompressed HDTV have different characteristic, requiring different payload formats

  11. Compressed HDTV Transport over RTP  The choice of payload format depends on the compression scheme  Broadcast compressed HDTV is an MPEG-2 stream: RFC 2550  “ RTP Payload Format for MPEG1/MPEG2 Video” D. Hoffman, G. Fernando, V. Goyal, M. Civanlar, Jan 1998

  12. Uncompressed HDTV over RTP Two techniques: Circuit Emulation - RFC 3497 1. Very specific to SMPTE 292M • Has been designed to be interoperable with existing • broadcast equipment Not flexible at all, constant rate of 1.485Gbps • Native packetization - RFC 4175 2. Very flexible, can packetize any uncompressed video • Only sends active video lines (no line blanking) •

  13. Circuit Emulation Transport a SMPTE 292M signal over RTP such that it can be  completely reconstructed on the receive side RFC 3497  “RTP Payload Format for Society of Motion Picture and Television Engineers (SMPTE) 292M Video” L. Gharai, C. Perkins, G. Go Goncher an and A. Mankin, March 2003

  14. RTP Payload Format for SMPTE 292M Each SMPTE 292M line is packetized into one or more RTP packets  SAV and EAV signals must not be fragmented across packets   Application of the ALF principle  Increases error resiliency and reduces the impact of a single packet loss RFC 3497 uses a 148.5 (or 148.5/1.001) MHz RTP timestamp:   Each 10bit sample can be uniquely identified The RTP Sequence number is extended by 16 bits   this 32 bit sequence number wraps in ~6hrs (1000 byte packets)  this allows the application to identify a network mishap and take action

  15. RTP Payload Header for SMPTE 292M 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | V |P|X| CC |M| PT | sequence# (low bits) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | timestamp | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | SSRC | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | sequence# (high bits) |F|V| Z | line | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | . SMPTE 292M data . . . +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ The value of line number, the field bit F and the blanking field V  are taken from the SMPTE 292M stream

  16. Native Packetization A flexible, but robust and unified packetization scheme Given the multitude of video formats, a more general approach is  needed: RFC 4175  “ RTP Payload Format for Uncompressed Video” L. Gharai and C. Perkins, September 2005 Previously defined standards very specific:  RFC 2431  “RTP Payload Format for BT.656 Video Encoding” D. Tynan, October 1998

  17. RTP Payload Format for Uncompressed Video  RFC 4175 covers a range of standard and high definition video formats :  ITU-R BT.601  SMPTE 274M  SMPTE 296M  …  Covers a wide range of video characteristics:  Scanning techniques: interlaced, progressive  Sample sizes: 8-, 10-, 12-, 16-bit  Color representations: RGB, BGR, YCrCb, RGBA, ….  Color sub-sampling: 4:4:4, 4:2:2, 4:1:1, 4:2:0, ….

  18. Pixel Groups To support application level framing, RFC 4175 introduces the  concept of Pixel Group or pgroup The concept of pgroup is necessary as:   with color sub-sampling adjacent pixels share samples  for 10- and 12- bit samples sizes, the total sum of shared samples is not octet aligned For 4:2:2 YCbCr video two adjacent pixels share chrominance  values and are packed in order: Cb0-Y0-Cr0-Y1  8-bit samples -> pgroup 4 bytes  10-bit samples -> pgroup 5 bytes  12-bit samples -> pgroup 6 bytes RFC 4175 specifies packing order and pgroups for a number of  color sub-samplings and representations.

  19. RTP Payload Header for Uncompressed Video 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | V |P|X| CC |M| PT | Sequence number | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Time Stamp | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | SSRC | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Extended sequence no | Length | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |F| Scan Line No |c| Scan Offset | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Length |F| Scan Line No | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |c| Scan Offset | . +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ . . . Two (partial) lines of video data +---------------------------------------------------------------+ To support high data rates the RTP sequence number is extended by 16  bits, creating a 32 bit sequence number Flexible packetization scheme: each scan line is packetized into one or  more RTP packets

  20. Outline  RTP: The Real-time Transport Protocol  High definition video transport over RTP  RTP and congestion control  Summary

  21. RTP and Congestion Control  With the increase in media applications and high end video the network community had increasingly become concerned about congestion control for applications that run over UDP  The IETF now requires the RTP payload formats and profiles address how they will react to congestion and persistent packet loss

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend