From 22600d7ae9a705a564d6cdd9969ed778634ebc94 Mon Sep 17 00:00:00 2001 From: Bob Lund Date: Fri, 31 Oct 2014 09:32:07 -0600 Subject: [PATCH 1/3] Fix for Bug 26927 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a1362fb..23cbe3a 100644 --- a/index.html +++ b/index.html @@ -344,14 +344,14 @@

MPEG-2 Transport Streams

  1. Track Order

    - Tracks are called "elementary streams" in a MPEG-2 Transport Stream (TS) [[MPEG2TS]]. The order in which elementary streams are listed in the "Program Map Table" (PMT) of a MPEG-2 TS is maintained when sourcing multiple MPEG-2 tracks into HTML. + Tracks are called "elementary streams" in a MPEG-2 Transport Stream (TS) [[MPEG2TS]]. The order in which elementary streams are listed in the "Program Map Table" (PMT) of a MPEG-2 TS is maintained when sourcing multiple MPEG-2 tracks into HTML. Additions or deletions of elementary streams in the PMT should 'addtrack' or 'removetrack' events in the user agent.

    The order of elementary streams in the PMT may change between when the media resource was created and when it is received by the user agent. Scripts should not infer any information from the ordering, or rely on any particular ordering being present.

  2. Determining the type of track

    - A user agent recognises and supports data from a MPEG-2 TS resource as being equivalent to a HTML track based on the value of the 'stream_id' field of an elementary stream as given in a Transport or Program Stream header and which maps to a "stream type": + A user agent recognizes and supports data in an MPEG-2 TS elementary stream identified by the 'elementary_PID' field in the Program Map Table as being equivalent to an HTML track based on the value of the 'stream_type' field associated with that 'elementary_PID':

    • text track: From 210bcbed7f089a292c15ffcfeb601ce0ceb05e45 Mon Sep 17 00:00:00 2001 From: Bob Lund Date: Thu, 6 Nov 2014 08:55:24 -0700 Subject: [PATCH 2/3] Fix for bug 26927 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 23cbe3a..d3c1fb3 100644 --- a/index.html +++ b/index.html @@ -344,7 +344,7 @@

      MPEG-2 Transport Streams

      1. Track Order

        - Tracks are called "elementary streams" in a MPEG-2 Transport Stream (TS) [[MPEG2TS]]. The order in which elementary streams are listed in the "Program Map Table" (PMT) of a MPEG-2 TS is maintained when sourcing multiple MPEG-2 tracks into HTML. Additions or deletions of elementary streams in the PMT should 'addtrack' or 'removetrack' events in the user agent. + Tracks are called "elementary streams" in a MPEG-2 Transport Stream (TS) [[MPEG2TS]]. The order in which elementary streams are listed in the "Program Map Table" (PMT) of a MPEG-2 TS is maintained when sourcing multiple MPEG-2 tracks into HTML. Additions or deletions of elementary streams in the PMT should invoke 'addtrack' or 'removetrack' events in the user agent.

        The order of elementary streams in the PMT may change between when the media resource was created and when it is received by the user agent. Scripts should not infer any information from the ordering, or rely on any particular ordering being present.

      2. From bccf6d40c9d2c312d29d386478d38d6e226689ef Mon Sep 17 00:00:00 2001 From: Bob Lund Date: Thu, 6 Nov 2014 09:23:41 -0700 Subject: [PATCH 3/3] Update new reference to add/removetrack to use --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a49b0da..7ca0b69 100644 --- a/index.html +++ b/index.html @@ -344,7 +344,7 @@

        MPEG-2 Transport Streams

        1. Track Order

          - Tracks are called "elementary streams" in a MPEG-2 Transport Stream (TS) [[MPEG2TS]]. The order in which elementary streams are listed in the "Program Map Table" (PMT) of a MPEG-2 TS is maintained when sourcing multiple MPEG-2 tracks into HTML. Additions or deletions of elementary streams in the PMT should invoke 'addtrack' or 'removetrack' events in the user agent. + Tracks are called "elementary streams" in a MPEG-2 Transport Stream (TS) [[MPEG2TS]]. The order in which elementary streams are listed in the "Program Map Table" (PMT) of a MPEG-2 TS is maintained when sourcing multiple MPEG-2 tracks into HTML. Additions or deletions of elementary streams in the PMT should invoke addtrack or removetrack events in the user agent.

          The order of elementary streams in the PMT may change between when the media resource was created and when it is received by the user agent. Scripts should not infer any information from the ordering, or rely on any particular ordering being present.