MPEG transport stream (
MPEG
The Moving Picture Experts Group (MPEG) is an alliance of working groups established jointly by International Organization for Standardization, ISO and International Electrotechnical Commission, IEC that sets standards for media coding, includ ...
-TS, MTS) or simply transport stream (TS) is a standard
digital container format for transmission and storage of
audio,
video
Video is an Electronics, electronic medium for the recording, copying, playback, broadcasting, and display of moving picture, moving image, visual Media (communication), media. Video was first developed for mechanical television systems, whi ...
, and
Program and System Information Protocol
The Program and System Information Protocol (PSIP) is the MPEG (Moving Picture Experts Group, a video and audio industry group) and privately defined program-specific information originally defined by General Instrument for the DigiCipher 2 sys ...
(PSIP) data.
It is used in broadcast systems such as
DVB,
ATSC and
IPTV
Internet Protocol television (IPTV), also called TV over broadband, is the service delivery of television over Internet Protocol (IP) networks. Usually sold and run by a Telephone company, telecom provider, it consists of broadcast live telev ...
.
Transport stream specifies a container format encapsulating
packetized elementary streams, with
error correction
In information theory and coding theory with applications in computer science and telecommunications, error detection and correction (EDAC) or error control are techniques that enable reliable delivery of digital data over unreliable communi ...
and
synchronization pattern features for maintaining transmission integrity when the
communication channel
A communication channel refers either to a physical transmission medium such as a wire, or to a logical connection over a multiplexed medium such as a radio channel in telecommunications and computer networking. A channel is used for infor ...
carrying the stream is
degraded.
Transport streams differ from the similarly named
MPEG program stream
Program stream (PS or MPEG-PS) is a container format (digital), container format for multiplexing digital audio, video and more. The PS format is specified in MPEG-1 Part 1 (ISO/IEC 11172-1) and MPEG-2 Part 1, Systems (ISO/IEC standard 13818-1/ITU ...
in several important ways: program streams are designed for reasonably reliable media, such as discs (like
DVDs), while transport streams are designed for less
reliable transmission, namely
terrestrial or
satellite broadcast. Further, a transport stream may carry multiple programs.
Transport stream is specified in ''
MPEG-2
MPEG-2 (a.k.a. H.222/H.262 as was defined by the ITU) is a standard for "the generic coding of moving pictures and associated audio information". It describes a combination of lossy video compression and lossy audio data compression methods ...
Part 1, Systems'', formally known as ''
ISO/IEC standard 13818-1'' or ''
ITU-T
The International Telecommunication Union Telecommunication Standardization Sector (ITU-T) is one of the three Sectors (branches) of the International Telecommunication Union (ITU). It is responsible for coordinating Standardization, standards fo ...
Rec. H.222.0''.
Overview
A transport stream encapsulates a number of other substreams, often
packetized elementary streams (PESs) which in turn wrap the
main data stream using the MPEG codec or any number of non-MPEG codecs (such as
AC3 or
DTS audio, and
MJPEG or
JPEG 2000
JPEG 2000 (JP2) is an image compression standard and coding system. It was developed from 1997 to 2000 by a Joint Photographic Experts Group committee chaired by Touradj Ebrahimi (later the JPEG president), with the intention of superseding their ...
video), text and pictures for subtitles, tables identifying the streams, and even broadcaster-specific information such as an
electronic program guide
Electronic programming guides (EPGs) and interactive programming guides (IPGs) are menu-based systems that provide users of television, radio, and other media applications with continuously updated menus that display scheduling information fo ...
. Many streams are often mixed together, such as several different television channels, or multiple
angles of a movie.
Each stream is chopped into (at most) 188-byte sections and interleaved together. Due to the tiny packet size, streams can be interleaved with less latency and greater error resilience compared to
program streams and other common containers such as
AVI,
MOV/
MP4, and
MKV, which generally wrap each frame into one packet. This is particularly important for videoconferencing, where large frames may introduce unacceptable audio delay.
Transport streams tend to be broadcast as
constant bitrate (CBR) and filled with padding bytes when not enough data exists.
Elements
Packet
A
network packet
In telecommunications and computer networking, a network packet is a formatted unit of Data (computing), data carried by a packet-switched network. A packet consists of control information and user data; the latter is also known as the ''Payload ...
is the basic unit of data in a transport stream, and a transport stream is merely a sequence of packets. Each packet starts with a
sync byte
In computer networks, a syncword, sync character, sync sequence or preamble is used to synchronize a data transmission by indicating the end of header information and the start of data. The syncword is a known sequence of data used to identif ...
and a
header, that may be followed with optional additional headers; the rest of the packet consists of
payload. All header fields are read as
big-endian
'' Jonathan_Swift.html" ;"title="Gulliver's Travels'' by Jonathan Swift">Gulliver's Travels'' by Jonathan Swift, the novel from which the term was coined
In computing, endianness is the order in which bytes within a word (data type), word of d ...
. Packets are 188 bytes in length, but the communication medium may add additional information. The 188-byte packet size was originally chosen for compatibility with
Asynchronous Transfer Mode (ATM) systems.
Packet identifier (PID)
Each table or elementary stream in a transport stream is identified by a 13-bit packet identifier (PID). A
demultiplexer
In electronics, a multiplexer (or mux; spelled sometimes as multiplexor), also known as a data selector, is a device that selects between several analog or digital input signals and forwards the selected input to a single output line. The sel ...
extracts elementary streams from the transport stream in part by looking for packets identified by the same PID. In most applications,
time-division multiplexing will be used to decide how often a particular PID appears in the transport stream.
Programs
Transport stream has a concept of ''programs''. Every program is described by a program map table (PMT). The elementary streams associated with that program have PIDs listed in the PMT. Another PID is associated with the PMT itself. For instance, a transport stream used in digital television might contain three programs, to represent three television channels. Suppose each channel consists of one video stream, one or two audio streams, and any necessary metadata. A
receiver wishing to decode one of the three channels merely has to decode the payloads of each PID associated with its program. It can discard the contents of all other PIDs. A transport stream with more than one program is referred to as a multi-program transport stream (MPTS). A single program transport stream is referred to as a single-program transport stream (SPTS).
Program specific information
There are 4 program specific information (PSI) tables: program association (PAT), program map (PMT), conditional access (CAT), and network information (NIT). The MPEG-2 specification does not specify the format of the CAT and NIT.
PCR
To enable a decoder to present synchronized content, such as audio tracks matching the associated video, at least once each 100 ms, a ''program clock reference'' (PCR) is transmitted in the adaptation field of an MPEG-2 transport stream packet. The PID with the PCR for an MPEG-2 program is identified by the ''pcr_pid'' value in the associated PMT. The value of the PCR, when properly used, is employed to generate a ''system_timing_clock'' in the decoder. The system time clock (STC) decoder, when properly implemented, provides a highly accurate time base that is used to synchronize audio and video elementary streams. Timing in MPEG-2 references this clock. For example, the
presentation time stamp (PTS) is intended to be relative to the PCR. The first 33 bits are based on a 90 kHz clock. The last 9 bits are based on a 27 MHz clock. The maximum jitter permitted for the PCR is .
Null packets
Some transmission schemes, such as those in
ATSC and
DVB, impose strict constant bitrate requirements on the transport stream. In order to ensure that the stream maintains a constant bitrate, a multiplexer may need to insert some additional packets. The PID 0x1FFF is reserved for this purpose. The null packets have a payload that is filled with 0xFF, and the receiver is expected to ignore its contents.
Use in digital video cameras
Transport Stream was originally designed for broadcast. Later it was adapted for use with digital video cameras, recorders and players by adding a 4-byte timecode (TC) field to the standard 188-byte packets, resulting in a 192-byte packet.
This is what is informally called
M2TS stream, commonly found in
HDV cameras. The
Blu-ray Disc Association calls it "
BDAV MPEG-2 transport stream".
JVC called it
TOD when used in HDD-based camcorders like
GZ-HD7. The timecode allows quick access to any part of the stream either from a media player, or from a non-linear video editing system.
It is also used to synchronize video streams from several cameras in a
multiple-camera setup
The multiple-camera setup, multiple-camera mode of production, multi-camera or simply multicam is a method of filmmaking, television production and video production. Several cameras—either film cameras, film or professional video cameras—are ...
.
Use in Blu-ray
Blu-ray Disc video titles authored with menu support are in the
Blu-ray Disc Movie (BDMV) format and contain audio, video, and other streams in a BDAV container, which is based on the MPEG-2 transport stream format.
[Afterdawn.co]
Glossary – BD-MV (Blu-ray Movie) and BDAV container
, Retrieved on 26 July 2009[Afterdawn.co]
Glossary – BDAV container
Retrieved on 26 July 2009 Blu-ray Disc video uses these modified MPEG-2 transport streams, compared to DVD's program streams that don't have the extra transport overhead.
There is also the BDAV (Blu-ray Disc Audio/Visual) format, the consumer-oriented alternative to the BDMV format used for movie releases. The BDAV format is used on
Blu-ray Disc recordable for audio/video recording.
Blu-ray Disc employs the MPEG-2 transport stream recording method. This enables transport streams of a BDAV converted digital broadcast to be recorded as they are with minimal alteration of the packets.
It also enables simple stream cut style editing of a BDAV converted digital broadcast that is recorded as is and where the data can be edited just by discarding unwanted packets from the stream. Although it is quite natural, a function for high-speed and easy-to-use retrieval is built in.
[Blu-ray Disc Association (August 2004]
Blu-ray Disc Format, White paper
(PDF) Page 22, Retrieved on 28 July 2009
See also
*
MPEG media transport (MMT)
*
Real-time Transport Protocol (RTP)
*
Unidirectional Lightweight Encapsulation (ULE)
Notes
References
External links
ITU-T H.222.0 , ISO/IEC 13818-1 Systems Spec DocumentsLatest free copy of the spec, August 2018TSDuck– Free open-source tool to manipulate MPEG transport streams.
{{DEFAULTSORT:Mpeg Transport Stream
ATSC
Digital container formats
MPEG-2
ITU-T recommendations