![Nielsen ID3 Скачать руководство пользователя страница 11](http://html1.mh-extra.com/html/nielsen/id3/id3_user-manual_1688186011.webp)
ID3 Tag Validator Application User Manual
Release 1.8 Revision F
10
Nielsen Confidential
Step
Process
Requirements
Note
ID3 Tags in MPEG-DASH
Steams Only
At the start of processing, your
application generates an MPD that
includes the line
<InbandEventStream
schemeIdUri="www.nielsen.com:i
d3:v1" value="1"/>
6
ID3 Tags in HLS Steams Only
Your application stamps the
metadata PES packet with the
Presentation Timestamp (PTS) of
the most recently processed audio
PES packet.
Apply the proper PTS to the
metadata PES packet to
synchronize the ID3 tags with the
corresponding audio.
ID3 Tags in MPEG-DASH
Steams Only
Your application inserts the entire
Nielsen ID3 tag in an emsg box.
See section 5.10.3.3 of ISO / IEC
23009-1-2014(E) for a detailed
explanation of emsg box format
and signaling. The
DASHEventMessageBox
scheme_id_uri should be set to
the null-terminated string
“www.nielsen.com:id3:v1”. The
‘value’ field must be set to the null-
terminated ASCII string “1”. The
message_data field must hold the
entire Nielsen ID3 tag.
The entire 271-byte ID3 tag
delivered by PCM-to-ID3
SDK (step 4) must be
included, without alteration,
in the emsg box. Eliminating
or modifying any portion of
the ID3 tag may result in
crediting errors.
7
ID3 Tags in HLS Steams Only
Your application multiplexes the
metadata PES packet into the
outgoing MPEG stream.
8
ID3 Tags in HLS Steams Only
Your application delivers the
transport stream to an HLS
segmenter.
The segmenter splits the
transport stream into
multiple transport-stream
(TS) segments and
generates the required
m3u8 index.
9
The segmented content is
delivered downstream to mobile
devices and/or browsers.