<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>25005</bug_id>
          
          <creation_ts>2014-03-11 16:03:07 +0000</creation_ts>
          <short_desc>Add MPEG-2 TS metadata text track cue generation guideline</short_desc>
          <delta_ts>2014-06-01 04:12:06 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>HTML5 spec</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Bob Lund">b.lund</reporter>
          <assigned_to name="Silvia Pfeiffer">silviapfeiffer1</assigned_to>
          <cc>b.lund</cc>
    
    <cc>cyril.concolato</cc>
    
    <cc>e.winkelman</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
    
    <cc>self</cc>
    
    <cc>silviapfeiffer1</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>102206</commentid>
    <comment_count>0</comment_count>
    <who name="Bob Lund">b.lund</who>
    <bug_when>2014-03-11 16:03:07 +0000</bug_when>
    <thetext>Guidelines for generating MPEG-2 TS metadata text track cues have been proposed in the in-band tracks community group [1]. [2] shows a new table to be added in [3].

[1] https://www.w3.org/community/inbandtracks/wiki/Main_Page
[2] https://www.w3.org/community/inbandtracks/wiki/Main_Page#Guidelines_for_creating_metadata_text_track_cues
[3] http://www.w3.org/TR/html5/embedded-content-0.html#guidelines-for-exposing-cues-in-various-formats-as-text-track-cues</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>102442</commentid>
    <comment_count>1</comment_count>
    <who name="Silvia Pfeiffer">silviapfeiffer1</who>
    <bug_when>2014-03-17 08:20:16 +0000</bug_when>
    <thetext>Bob, I don&apos;t really understand what the table in [2] means.

I don&apos;t follow how a cue is created in DASH or MPEG-4.

Even for MPEG-2 the statement is strange. What is the time that the cue is created? Where can I find that in the file? Would it be better to say something like &quot;Every PSI section is encapsulated in a DataCue with the cue&apos;s start time provided by the activation time of that PSI section and the cue&apos;s end time by the deactivation time of that PSI or by a repeat PSI packet.&quot;

Does that make sense?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>102469</commentid>
    <comment_count>2</comment_count>
    <who name="Bob Lund">b.lund</who>
    <bug_when>2014-03-17 16:58:59 +0000</bug_when>
    <thetext>(In reply to Silvia Pfeiffer from comment #1)
&gt; Bob, I don&apos;t really understand what the table in [2] means.
&gt; 
&gt; I don&apos;t follow how a cue is created in DASH or MPEG-4.

I don&apos;t think there is a general rule - it&apos;s dependent on the MIME. For example, WebVTT (text/vtt) has a cue format, TTML (application/xml+ttml) has another cue format. Don&apos;t the specs for these formats define how a UA would create a cue?
&gt; 
&gt; Even for MPEG-2 the statement is strange. What is the time that the cue is
&gt; created? Where can I find that in the file? Would it be better to say
&gt; something like &quot;Every PSI section is encapsulated in a DataCue with the
&gt; cue&apos;s start time provided by the activation time of that PSI section and the
&gt; cue&apos;s end time by the deactivation time of that PSI or by a repeat PSI
&gt; packet.&quot;
&gt; 
&gt; Does that make sense?

There is no explicit presentation/activation and deactivation time - the cue should fire as soon as the UA can create it, which implies the UA has received all TS packets comprising the section data; hence,the proposed language. endTime is not defined so could be same as start, a really big number or an indication of infinity/no endTime.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>102544</commentid>
    <comment_count>3</comment_count>
    <who name="Silvia Pfeiffer">silviapfeiffer1</who>
    <bug_when>2014-03-18 10:58:25 +0000</bug_when>
    <thetext>(In reply to Bob Lund from comment #2)
&gt; (In reply to Silvia Pfeiffer from comment #1)
&gt; &gt; Bob, I don&apos;t really understand what the table in [2] means.
&gt; &gt; 
&gt; &gt; I don&apos;t follow how a cue is created in DASH or MPEG-4.
&gt; 
&gt; I don&apos;t think there is a general rule - it&apos;s dependent on the MIME. For
&gt; example, WebVTT (text/vtt) has a cue format, TTML (application/xml+ttml) has
&gt; another cue format. Don&apos;t the specs for these formats define how a UA would
&gt; create a cue?

Correct. So, nothing needs to be added to the HTML spec for these.


&gt; &gt; Even for MPEG-2 the statement is strange. What is the time that the cue is
&gt; &gt; created? Where can I find that in the file? Would it be better to say
&gt; &gt; something like &quot;Every PSI section is encapsulated in a DataCue with the
&gt; &gt; cue&apos;s start time provided by the activation time of that PSI section and the
&gt; &gt; cue&apos;s end time by the deactivation time of that PSI or by a repeat PSI
&gt; &gt; packet.&quot;
&gt; &gt; 
&gt; &gt; Does that make sense?
&gt; 
&gt; There is no explicit presentation/activation and deactivation time - the cue
&gt; should fire as soon as the UA can create it, which implies the UA has
&gt; received all TS packets comprising the section data; hence,the proposed
&gt; language. endTime is not defined so could be same as start, a really big
&gt; number or an indication of infinity/no endTime.

Cue start and end time are not about where something happens to be encapsulated in the media file, but have a semantic meaning. The cue start time means that at that time the data in the cue becomes active and end time when it becomes inactive. IIUC the PSI has an implied activation time at the time in the media stream where it appears and its value is implied to be correct until another PSI arrives. So, to represent it correctly in a cue, these would need to be start and end times.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>102574</commentid>
    <comment_count>4</comment_count>
    <who name="Bob Lund">b.lund</who>
    <bug_when>2014-03-18 16:44:44 +0000</bug_when>
    <thetext>(In reply to Silvia Pfeiffer from comment #3)
&gt; (In reply to Bob Lund from comment #2)
&gt; &gt; (In reply to Silvia Pfeiffer from comment #1)
&gt; &gt; &gt; Bob, I don&apos;t really understand what the table in [2] means.
&gt; &gt; &gt; 
&gt; &gt; &gt; I don&apos;t follow how a cue is created in DASH or MPEG-4.
&gt; &gt; 
&gt; &gt; I don&apos;t think there is a general rule - it&apos;s dependent on the MIME. For
&gt; &gt; example, WebVTT (text/vtt) has a cue format, TTML (application/xml+ttml) has
&gt; &gt; another cue format. Don&apos;t the specs for these formats define how a UA would
&gt; &gt; create a cue?
&gt; 
&gt; Correct. So, nothing needs to be added to the HTML spec for these.
&gt; 
&gt; 
&gt; &gt; &gt; Even for MPEG-2 the statement is strange. What is the time that the cue is
&gt; &gt; &gt; created? Where can I find that in the file? Would it be better to say
&gt; &gt; &gt; something like &quot;Every PSI section is encapsulated in a DataCue with the
&gt; &gt; &gt; cue&apos;s start time provided by the activation time of that PSI section and the
&gt; &gt; &gt; cue&apos;s end time by the deactivation time of that PSI or by a repeat PSI
&gt; &gt; &gt; packet.&quot;
&gt; &gt; &gt; 
&gt; &gt; &gt; Does that make sense?
&gt; &gt; 
&gt; &gt; There is no explicit presentation/activation and deactivation time - the cue
&gt; &gt; should fire as soon as the UA can create it, which implies the UA has
&gt; &gt; received all TS packets comprising the section data; hence,the proposed
&gt; &gt; language. endTime is not defined so could be same as start, a really big
&gt; &gt; number or an indication of infinity/no endTime.
&gt; 
&gt; Cue start and end time are not about where something happens to be
&gt; encapsulated in the media file, but have a semantic meaning. The cue start
&gt; time means that at that time the data in the cue becomes active and end time
&gt; when it becomes inactive.
&gt; IIUC the PSI has an implied activation time at the
&gt; time in the media stream where it appears

These streams are not PSI actually but the principle you outline is
correct, and what I tried to convey. So, startTime = &apos;time in the media stream where it appears&apos;.

&gt; and its value is implied to be
&gt; correct until another PSI arrives. So, to represent it correctly in a cue,
&gt; these would need to be start and end times.

The endTime then wouldn&apos;t be known until the next private section arrives. This raises the question of what the endTime should be set to in the intervening time and requires the UA to update the endTime of the prior cue.

A preferred alternative would be to set endTime to startTime.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>102803</commentid>
    <comment_count>5</comment_count>
    <who name="Silvia Pfeiffer">silviapfeiffer1</who>
    <bug_when>2014-03-24 04:09:57 +0000</bug_when>
    <thetext>(In reply to Bob Lund from comment #4)
&gt; (In reply to Silvia Pfeiffer from comment #3)
&gt; &gt;
&gt; &gt; &gt; &gt; Even for MPEG-2 the statement is strange. What is the time that the cue is
&gt; &gt; &gt; &gt; created? Where can I find that in the file? Would it be better to say
&gt; &gt; &gt; &gt; something like &quot;Every PSI section is encapsulated in a DataCue with the
&gt; &gt; &gt; &gt; cue&apos;s start time provided by the activation time of that PSI section and the
&gt; &gt; &gt; &gt; cue&apos;s end time by the deactivation time of that PSI or by a repeat PSI
&gt; &gt; &gt; &gt; packet.&quot;
&gt; &gt; &gt; &gt; 
&gt; &gt; &gt; &gt; Does that make sense?
&gt; &gt; &gt; 
&gt; &gt; &gt; There is no explicit presentation/activation and deactivation time - the cue
&gt; &gt; &gt; should fire as soon as the UA can create it, which implies the UA has
&gt; &gt; &gt; received all TS packets comprising the section data; hence,the proposed
&gt; &gt; &gt; language. endTime is not defined so could be same as start, a really big
&gt; &gt; &gt; number or an indication of infinity/no endTime.
&gt; &gt; 
&gt; &gt; Cue start and end time are not about where something happens to be
&gt; &gt; encapsulated in the media file, but have a semantic meaning. The cue start
&gt; &gt; time means that at that time the data in the cue becomes active and end time
&gt; &gt; when it becomes inactive.
&gt; &gt; IIUC the PSI has an implied activation time at the
&gt; &gt; time in the media stream where it appears
&gt; 
&gt; These streams are not PSI actually but the principle you outline is
&gt; correct, and what I tried to convey. So, startTime = &apos;time in the media
&gt; stream where it appears&apos;.
&gt; 
&gt; &gt; and its value is implied to be
&gt; &gt; correct until another PSI arrives. So, to represent it correctly in a cue,
&gt; &gt; these would need to be start and end times.
&gt; 
&gt; The endTime then wouldn&apos;t be known until the next private section arrives.
&gt; This raises the question of what the endTime should be set to in the
&gt; intervening time and requires the UA to update the endTime of the prior cue.
&gt;
&gt; A preferred alternative would be to set endTime to startTime.

That would create a cue of duration 0, which would never end up in the list of &quot;current cues&quot;, but always only in the list of &quot;missed cues&quot; (see the &quot;time marches on&quot; algorithm).

In any case, do you still want a sentence on how to create cues from PSI information in MPEG-2 in the spec?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>102833</commentid>
    <comment_count>6</comment_count>
    <who name="Bob Lund">b.lund</who>
    <bug_when>2014-03-24 16:39:09 +0000</bug_when>
    <thetext>(In reply to Silvia Pfeiffer from comment #5)
&gt; (In reply to Bob Lund from comment #4)
&gt; &gt; (In reply to Silvia Pfeiffer from comment #3)
&gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt; Even for MPEG-2 the statement is strange. What is the time that the cue is
&gt; &gt; &gt; &gt; &gt; created? Where can I find that in the file? Would it be better to say
&gt; &gt; &gt; &gt; &gt; something like &quot;Every PSI section is encapsulated in a DataCue with the
&gt; &gt; &gt; &gt; &gt; cue&apos;s start time provided by the activation time of that PSI section and the
&gt; &gt; &gt; &gt; &gt; cue&apos;s end time by the deactivation time of that PSI or by a repeat PSI
&gt; &gt; &gt; &gt; &gt; packet.&quot;
&gt; &gt; &gt; &gt; &gt; 
&gt; &gt; &gt; &gt; &gt; Does that make sense?
&gt; &gt; &gt; &gt; 
&gt; &gt; &gt; &gt; There is no explicit presentation/activation and deactivation time - the cue
&gt; &gt; &gt; &gt; should fire as soon as the UA can create it, which implies the UA has
&gt; &gt; &gt; &gt; received all TS packets comprising the section data; hence,the proposed
&gt; &gt; &gt; &gt; language. endTime is not defined so could be same as start, a really big
&gt; &gt; &gt; &gt; number or an indication of infinity/no endTime.
&gt; &gt; &gt; 
&gt; &gt; &gt; Cue start and end time are not about where something happens to be
&gt; &gt; &gt; encapsulated in the media file, but have a semantic meaning. The cue start
&gt; &gt; &gt; time means that at that time the data in the cue becomes active and end time
&gt; &gt; &gt; when it becomes inactive.
&gt; &gt; &gt; IIUC the PSI has an implied activation time at the
&gt; &gt; &gt; time in the media stream where it appears
&gt; &gt; 
&gt; &gt; These streams are not PSI actually but the principle you outline is
&gt; &gt; correct, and what I tried to convey. So, startTime = &apos;time in the media
&gt; &gt; stream where it appears&apos;.
&gt; &gt; 
&gt; &gt; &gt; and its value is implied to be
&gt; &gt; &gt; correct until another PSI arrives. So, to represent it correctly in a cue,
&gt; &gt; &gt; these would need to be start and end times.
&gt; &gt; 
&gt; &gt; The endTime then wouldn&apos;t be known until the next private section arrives.
&gt; &gt; This raises the question of what the endTime should be set to in the
&gt; &gt; intervening time and requires the UA to update the endTime of the prior cue.
&gt; &gt;
&gt; &gt; A preferred alternative would be to set endTime to startTime.
&gt; 
&gt; That would create a cue of duration 0, which would never end up in the list
&gt; of &quot;current cues&quot;, but always only in the list of &quot;missed cues&quot; (see the
&gt; &quot;time marches on&quot; algorithm).
&gt; 
&gt; In any case, do you still want a sentence on how to create cues from PSI
&gt; information in MPEG-2 in the spec?

Yes. What about endTime = startTime + 250msec? It really doesn&apos;t matter what the endTime is. The application only needs to know the startTime.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>102852</commentid>
    <comment_count>7</comment_count>
    <who name="Silvia Pfeiffer">silviapfeiffer1</who>
    <bug_when>2014-03-24 19:55:45 +0000</bug_when>
    <thetext>(In reply to Bob Lund from comment #6)
&gt; 
&gt; Yes. What about endTime = startTime + 250msec? It really doesn&apos;t matter what
&gt; the endTime is. The application only needs to know the startTime.

Sure, that works.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>102853</commentid>
    <comment_count>8</comment_count>
    <who name="Brendan Long">self</who>
    <bug_when>2014-03-24 20:24:34 +0000</bug_when>
    <thetext>(In reply to Silvia Pfeiffer from comment #7)
&gt; (In reply to Bob Lund from comment #6)
&gt; &gt; 
&gt; &gt; Yes. What about endTime = startTime + 250msec? It really doesn&apos;t matter what
&gt; &gt; the endTime is. The application only needs to know the startTime.
&gt; 
&gt; Sure, that works.

What happens if JavaScript ties up execution for 250+ ms though? Wouldn&apos;t we have the same problem, where the cue gets missed?

Could we fix this problem at the source by adding a list of changed cues to the cuechange event?

interface CueChangeEvent : Event {
    attribute TextTrackCue[] cues;
}</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>102854</commentid>
    <comment_count>9</comment_count>
    <who name="Silvia Pfeiffer">silviapfeiffer1</who>
    <bug_when>2014-03-24 20:41:05 +0000</bug_when>
    <thetext>(In reply to Brendan Long from comment #8)
&gt; (In reply to Silvia Pfeiffer from comment #7)
&gt; &gt; (In reply to Bob Lund from comment #6)
&gt; &gt; &gt; 
&gt; &gt; &gt; Yes. What about endTime = startTime + 250msec? It really doesn&apos;t matter what
&gt; &gt; &gt; the endTime is. The application only needs to know the startTime.
&gt; &gt; 
&gt; &gt; Sure, that works.
&gt; 
&gt; What happens if JavaScript ties up execution for 250+ ms though? Wouldn&apos;t we
&gt; have the same problem, where the cue gets missed?

Sure - cues can always get missed.

 
&gt; Could we fix this problem at the source by adding a list of changed cues to
&gt; the cuechange event?
&gt; 
&gt; interface CueChangeEvent : Event {
&gt;     attribute TextTrackCue[] cues;
&gt; }

That was the point of the discussion in bug #24161 - see particularly the discussion in but #24382</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>103051</commentid>
    <comment_count>10</comment_count>
    <who name="Bob Lund">b.lund</who>
    <bug_when>2014-03-27 21:29:58 +0000</bug_when>
    <thetext>(In reply to Silvia Pfeiffer from comment #7)
&gt; (In reply to Bob Lund from comment #6)
&gt; &gt; 
&gt; &gt; Yes. What about endTime = startTime + 250msec? It really doesn&apos;t matter what
&gt; &gt; the endTime is. The application only needs to know the startTime.
&gt; 
&gt; Sure, that works.

As discussed in http://lists.w3.org/Archives/Public/public-inbandtracks/2014Mar/0079.html, the proposal is now

- startTime = 0
- endTime = video.currentTime equivalent of video frame PTS where cue is in the media resource
- pause_on_exit = false.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>103421</commentid>
    <comment_count>11</comment_count>
    <who name="Brendan Long">self</who>
    <bug_when>2014-04-04 15:22:44 +0000</bug_when>
    <thetext>Er sorry I think I just accidentally added people to the CC list on this. I was looking at the wrong bug :\</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>103529</commentid>
    <comment_count>12</comment_count>
    <who name="Silvia Pfeiffer">silviapfeiffer1</who>
    <bug_when>2014-04-08 01:33:24 +0000</bug_when>
    <thetext>(In reply to Bob Lund from comment #10)
&gt; (In reply to Silvia Pfeiffer from comment #7)
&gt; &gt; (In reply to Bob Lund from comment #6)
&gt; &gt; &gt; 
&gt; &gt; &gt; Yes. What about endTime = startTime + 250msec? It really doesn&apos;t matter what
&gt; &gt; &gt; the endTime is. The application only needs to know the startTime.
&gt; &gt; 
&gt; &gt; Sure, that works.
&gt; 
&gt; As discussed in
&gt; http://lists.w3.org/Archives/Public/public-inbandtracks/2014Mar/0079.html,
&gt; the proposal is now
&gt; 
&gt; - startTime = 0
&gt; - endTime = video.currentTime equivalent of video frame PTS where cue is in
&gt; the media resource
&gt; - pause_on_exit = false.

I am confused: where do you want me to make that change?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>103585</commentid>
    <comment_count>13</comment_count>
    <who name="Bob Lund">b.lund</who>
    <bug_when>2014-04-08 22:38:39 +0000</bug_when>
    <thetext>(In reply to Silvia Pfeiffer from comment #12)
&gt; (In reply to Bob Lund from comment #10)
&gt; &gt; (In reply to Silvia Pfeiffer from comment #7)
&gt; &gt; &gt; (In reply to Bob Lund from comment #6)
&gt; &gt; &gt; &gt; 
&gt; &gt; &gt; &gt; Yes. What about endTime = startTime + 250msec? It really doesn&apos;t matter what
&gt; &gt; &gt; &gt; the endTime is. The application only needs to know the startTime.
&gt; &gt; &gt; 
&gt; &gt; &gt; Sure, that works.
&gt; &gt; 
&gt; &gt; As discussed in
&gt; &gt; http://lists.w3.org/Archives/Public/public-inbandtracks/2014Mar/0079.html,
&gt; &gt; the proposal is now
&gt; &gt; 
&gt; &gt; - startTime = 0
&gt; &gt; - endTime = video.currentTime equivalent of video frame PTS where cue is in
&gt; &gt; the media resource
&gt; &gt; - pause_on_exit = false.
&gt; 
&gt; I am confused: where do you want me to make that change?

The bug proposed the table [1] in the existing guidelines for creating cues section [2]. This would change if all of this were moved to another spec.

[1] https://www.w3.org/community/inbandtracks/wiki/Main_Page#Guidelines_for_creating_metadata_text_track_cues
[2] http://www.w3.org/TR/html5/embedded-content-0.html#guidelines-for-exposing-cues-in-various-formats-as-text-track-cues</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>105682</commentid>
    <comment_count>14</comment_count>
    <who name="Silvia Pfeiffer">silviapfeiffer1</who>
    <bug_when>2014-05-12 07:16:45 +0000</bug_when>
    <thetext>(In reply to Bob Lund from comment #13)
&gt; (In reply to Silvia Pfeiffer from comment #12)
&gt; &gt; (In reply to Bob Lund from comment #10)
&gt; &gt; &gt; (In reply to Silvia Pfeiffer from comment #7)
&gt; &gt; &gt; &gt; (In reply to Bob Lund from comment #6)
&gt; &gt; &gt; &gt; &gt; 
&gt; &gt; &gt; &gt; &gt; Yes. What about endTime = startTime + 250msec? It really doesn&apos;t matter what
&gt; &gt; &gt; &gt; &gt; the endTime is. The application only needs to know the startTime.
&gt; &gt; &gt; &gt; 
&gt; &gt; &gt; &gt; Sure, that works.
&gt; &gt; &gt; 
&gt; &gt; &gt; As discussed in
&gt; &gt; &gt; http://lists.w3.org/Archives/Public/public-inbandtracks/2014Mar/0079.html,
&gt; &gt; &gt; the proposal is now
&gt; &gt; &gt; 
&gt; &gt; &gt; - startTime = 0
&gt; &gt; &gt; - endTime = video.currentTime equivalent of video frame PTS where cue is in
&gt; &gt; &gt; the media resource
&gt; &gt; &gt; - pause_on_exit = false.
&gt; &gt; 
&gt; &gt; I am confused: where do you want me to make that change?
&gt; 
&gt; The bug proposed the table [1] in the existing guidelines for creating cues
&gt; section [2]. This would change if all of this were moved to another spec.
&gt; 
&gt; [1]
&gt; https://www.w3.org/community/inbandtracks/wiki/
&gt; Main_Page#Guidelines_for_creating_metadata_text_track_cues
&gt; [2]
&gt; http://www.w3.org/TR/html5/embedded-content-0.html#guidelines-for-exposing-
&gt; cues-in-various-formats-as-text-track-cues

Is http://rawgit.com/silviapfeiffer/HTMLSourcingInbandTracks/master/index.html sufficient now to close this bug?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>105728</commentid>
    <comment_count>15</comment_count>
    <who name="Bob Lund">b.lund</who>
    <bug_when>2014-05-12 15:52:36 +0000</bug_when>
    <thetext>(In reply to Silvia Pfeiffer from comment #14)
&gt; (In reply to Bob Lund from comment #13)
&gt; &gt; (In reply to Silvia Pfeiffer from comment #12)
&gt; &gt; &gt; (In reply to Bob Lund from comment #10)
&gt; &gt; &gt; &gt; (In reply to Silvia Pfeiffer from comment #7)
&gt; &gt; &gt; &gt; &gt; (In reply to Bob Lund from comment #6)
&gt; &gt; &gt; &gt; &gt; &gt; 
&gt; &gt; &gt; &gt; &gt; &gt; Yes. What about endTime = startTime + 250msec? It really doesn&apos;t matter what
&gt; &gt; &gt; &gt; &gt; &gt; the endTime is. The application only needs to know the startTime.
&gt; &gt; &gt; &gt; &gt; 
&gt; &gt; &gt; &gt; &gt; Sure, that works.
&gt; &gt; &gt; &gt; 
&gt; &gt; &gt; &gt; As discussed in
&gt; &gt; &gt; &gt; http://lists.w3.org/Archives/Public/public-inbandtracks/2014Mar/0079.html,
&gt; &gt; &gt; &gt; the proposal is now
&gt; &gt; &gt; &gt; 
&gt; &gt; &gt; &gt; - startTime = 0
&gt; &gt; &gt; &gt; - endTime = video.currentTime equivalent of video frame PTS where cue is in
&gt; &gt; &gt; &gt; the media resource
&gt; &gt; &gt; &gt; - pause_on_exit = false.
&gt; &gt; &gt; 
&gt; &gt; &gt; I am confused: where do you want me to make that change?
&gt; &gt; 
&gt; &gt; The bug proposed the table [1] in the existing guidelines for creating cues
&gt; &gt; section [2]. This would change if all of this were moved to another spec.
&gt; &gt; 
&gt; &gt; [1]
&gt; &gt; https://www.w3.org/community/inbandtracks/wiki/
&gt; &gt; Main_Page#Guidelines_for_creating_metadata_text_track_cues
&gt; &gt; [2]
&gt; &gt; http://www.w3.org/TR/html5/embedded-content-0.html#guidelines-for-exposing-
&gt; &gt; cues-in-various-formats-as-text-track-cues
&gt; 
&gt; Is
&gt; http://rawgit.com/silviapfeiffer/HTMLSourcingInbandTracks/master/index.html
&gt; sufficient now to close this bug?

Currently there are no guidelines for Cue creation in http://rawgit.com/silviapfeiffer/HTMLSourcingInbandTracks/master/index.html. Once we have them there I think we can close this bug. I will do that and create a pull request.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>106048</commentid>
    <comment_count>16</comment_count>
    <who name="Bob Lund">b.lund</who>
    <bug_when>2014-05-15 15:23:03 +0000</bug_when>
    <thetext>I have created a pull request in [1] for a adding MPEG-2 TS metadata cue creation guideline.

[1] https://github.com/silviapfeiffer/HTMLSourcingInbandTracks</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>106080</commentid>
    <comment_count>17</comment_count>
    <who name="Bob Lund">b.lund</who>
    <bug_when>2014-05-15 19:43:00 +0000</bug_when>
    <thetext>Bug 25733 [1] has been opened to add an HTML5 to the sourcing spec.

[1] https://www.w3.org/Bugs/Public/show_bug.cgi?id=25733</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>107090</commentid>
    <comment_count>18</comment_count>
    <who name="Silvia Pfeiffer">silviapfeiffer1</who>
    <bug_when>2014-06-01 04:12:06 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;s Response to your comment. If you are
satisfied with this response, please change the state of this bug to CLOSED. If
you have additional information and would like the Editor to reconsider, please
reopen this bug. If you would like to escalate the issue to the full HTML
Working Group, please add the TrackerRequest keyword to this bug, and suggest
title and text for the Tracker Issue; or you may create a Tracker Issue
yourself, if you are able to do so. For more details, see this document:

   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Partially Accepted

Change Description:
Cue creation guidelines have been added to
http://rawgit.com/w3c/HTMLSourcingInbandTracks/master/index.html
and will be maintained there.

Rationale:
This use case is being dealt with in a different spec.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>