SMPTE ST 2022-5-2013 Forward Error Correction for Transport of High Bit Rate Media Signals over IP Networks (HBRMT).pdf
《SMPTE ST 2022-5-2013 Forward Error Correction for Transport of High Bit Rate Media Signals over IP Networks (HBRMT).pdf》由会员分享,可在线阅读,更多相关《SMPTE ST 2022-5-2013 Forward Error Correction for Transport of High Bit Rate Media Signals over IP Networks (HBRMT).pdf(22页珍藏版)》请在麦多课文档分享上搜索。
1、 Copyright 2013 by THE SOCIETY OF MOTION PICTURE AND TELEVISION ENGINEERS 3 Barker Avenue., White Plains, NY 10601 (914) 761-1100 Approved February 27, 2013 Table of Contents Page Foreword . 2 Intellectual Property 2 Introduction 2 1 Scope . 4 2 Conformance Notation . 4 3 Normative References . 4 4
2、Acronyms (Informative) . 5 5 Definitions (Normative) 5 6 FEC Datagram Structure 6 6.1 Datagram Structure 6 6.2 RTP Header for FEC Datagrams . 7 7 FEC Scheme 8 7.1 FEC Datagram Arrangement . 8 7.2 FEC Buffer Overhead and Latency Implications 10 7.3 FEC Header Format . 10 7.4 Construction of FEC Datag
3、rams 12 7.5 FEC Traffic Shaping Issues . 14 7.6 Re-Order Tolerance (Informative) . 14 Annex A Bibliography (Informative) . 15 Annex B Non Block-Aligned FEC Arrangement (Informative) . 16 Annex C Block-Aligned FEC Arrangement (Informative) . 17 Annex D Delay (Informative) 18 Annex E Conceptual Diagra
4、m (Informative) 19 Annex F Datagram Recovery (Informative) . 20 Annex G Revision Notes (Informative) 22 Page 1 of 22 pages SMPTE ST 2022-5:2013 Revision of SMPTE ST 2022-5:2012 SMPTE STANDARD Forward Error Correction for Transport of High Bit Rate Media Signals over IP Networks (HBRMT) SMPTE ST 2022
5、-5:2013 Page 2 of 22 pages Foreword SMPTE (the Society of Motion Picture and Television Engineers) is an internationally-recognized standards developing organization. Headquartered and incorporated in the United States of America, SMPTE has members in over 80 countries on six continents. SMPTEs Engi
6、neering Documents, including Standards, Recommended Practices, and Engineering Guidelines, are prepared by SMPTEs Technology Committees. Participation in these Committees is open to all with a bona fide interest in their work. SMPTE cooperates closely with other standards-developing organizations, i
7、ncluding ISO, IEC and ITU. SMPTE Engineering Documents are drafted in accordance with the rules given in Part XIII of its Operations Manual. SMPTE ST 2022-5 was prepared by Technology Committee 32NF. Intellectual Property At the time of publication no notice had been received by SMPTE claiming paten
8、t rights essential to the implementation of this Standard. However, attention is drawn to the possibility that some of the elements of this document may be the subject of patent rights. SMPTE shall not be held responsible for identifying any or all such patent rights. Introduction This section is en
9、tirely informative and does not form an integral part of this Engineering Document. IP-based networks have become increasingly important for delivery of Standard Definition (SD) and High-Definition (HD) television signals at high bit rates (without compression). However, existing transport protocols
10、 do not fully meet user requirements, especially for a standardized forward error correction (FEC) technique required for interoperability between different manufacturers. This standard defines a FEC technique to be used to correct for errors induced when real time video/audio payloads are transport
11、ed over IP networks. This standard is designed to support FEC for SMPTE ST 2022-6, Transport of High Bit Rate Media Signals over IP (HBRMT). This document defines a structured mechanism for FEC. Nothing in this standard defines when this FEC mechanism should be used. It is up to the implementer to d
12、etermine whether FEC is required, and whether the mechanism presented here meets their application requirements. This standard is intended for real-time audio/video applications such as contribution, primary distribution and digital cinema. This standard is designed to be applied to television trans
13、port for broadcast production and is not intended for emission purposes. Typically a connection will be set up and torn down as a managed configuration of transmitting and receiving equipment. A connection may be unicast or multicast mode. The support of Session Description Protocol (SDP) and Real T
14、ime Control Protocol (RTCP) are not required for equipment supporting this standard. This standard defines two levels of FEC Level A and Level B. Level A uses one FEC stream and Level B uses two FEC streams. These levels are different from the Uneven Level Protection levels of RFC 5109. On IP networ
15、ks, datagram losses typically come from three sources gross reordering, bit-error induced datagram drops and burst losses/drops. For any FEC scheme to operate properly, errors from these sources need to be low enough so that the FEC scheme can correct enough of these errors to meet the application r
16、equirements. Implementers should be aware of limitations of any FEC scheme and take steps to ensure that application of this standard will meet their objectives, given uncorrected link performance. SMPTE ST 2022-5:2013 Page 3 of 22 pages Because, when using the IP protocol, the underlying transport
17、technologies such as Ethernet will ensure datagrams received with bit errors will be discarded, there is no requirement for an error correction scheme that can handle datagrams containing errors every datagram will either arrive correctly or not at all. An RTP payload format for Generic Forward Erro
18、r Correction Datagrams has been defined in RFC 2733 which was used in SMPTE ST 2022-1 to enable regeneration of lost IP datagrams with MPEG-2 video/audio Transport Streams. However, in RFC 2733 a few fields (the P, X, and CC fields) in the RTP header are specified in ways that are not consistent wit
19、h the way that they are designed in RFC 3550. This prevents payload-independent validity check of the RTP Datagrams. This has been corrected in RFC 5109. This standard is based on SMPTE ST 2022-1 and includes the corrections contained in RFC 5109. The RFC 5109 FEC Datagram structure consists of a FE
20、C Header followed by one or several sections of FEC Level Header and FEC Level Payload. RFC 5109 provides for protection of up to 16 or 48 Media Datagrams and includes a mechanism for providing uneven correction of essential media content and for exclusion of less important datagrams by use of maski
21、ng. Uneven protection is not included in this standard. To recover from burst loss at high bit rates, the SMPTE ST 2022-1 FEC column size and row size is extended and an RFC 5109 style header is used. The same traditional error correcting codes are applied to non-consecutive Media Datagrams. Each FE
22、C Datagram is Associated with Media Datagrams periodically selected. Therefore, consecutive RTP Datagrams can be recovered from consecutive FEC Datagrams. This standard is intended for constant bit rate (CBR) and anticipates variable bit rate (VBR) applications. CBR applications are assumed to use c
23、onstant datagram size and constant datagram rate as this provides the lowest FEC overheads. VBR applications can use variable datagram rates and/or variable datagram lengths as defined in SMPTE ST 2022-3. The method described herein has been in the process of standardization for several years; the i
24、nformal name “High Bit-Rate Media Transport” and the acronym “HBRMT” have been associated with the work throughout that time. The mention of HBRMT in the title of this document references that heritage. SMPTE ST 2022-5:2013 Page 4 of 22 pages 1 Scope This Standard defines a forward error correction
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- SMPTEST202252013FORWARDERRORCORRECTIONFORTRANSPORTOFHIGHBITRATEMEDIASIGNALSOVERIPNETWORKSHBRMTPDF

链接地址:http://www.mydoc123.com/p-1046652.html