On Thu, Apr 30, 2009 at 6:21 PM, Ian Hickson <span dir="ltr"><ian@hixie.ch></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Thu, 30 Apr 2009, Robert O'Callahan wrote:<br>
> On Thu, Apr 30, 2009 at 1:04 PM, Ian Hickson <ian@hixie.ch> wrote:<br>
> ><br>
> > I have left the spec as is (except for adding startTime), which means<br>
> > that currentTime can be greater than duration if startTime is not<br>
> > zero.<br>
><br>
> I think it would be safer to have the invariant that 0 <= currentTime <=<br>
> duration. Most resources will probably have startTime==0 so authors will<br>
> write scripts expecting these invariants, and their scripts will break<br>
> when confronted with unusual resources with startTime>0.<br>
><br>
> So I think a safer design would be to interpret currentTime as relative<br>
> to the startTime, perhaps renaming startTime to 'timeOffset' instead?<br>
<br>
</div>I considered that, but it seems that in the streaming video ("DVR-like")<br>
case, in the steady state where the data in the buffer is being thrown<br>
away at the same rate as the video is being played you'd end up in a weird<br>
position of the currentTime not changing despite the video playing, which<br>
would likely be even more confusing.<br>
<div><div></div></div></blockquote><div><br>Why should the "start time" change in this case? I assume you mean the server is streaming video and does not support sending any data except the data for the current time, and the UA is caching a window of data. Then I would expect the element to expose a fixed start time (the time, relative to the start of the resource, at which the UA first opened the stream). As the stream plays, 'duration' would increase and the 'seekable' and 'buffered' TimeRanges would change to reflect the data the UA has in its buffer.<br>
</div></div><br clear="all">Rob<br>-- <br>"He was pierced for our transgressions, he was crushed for our iniquities; the punishment that brought us peace was upon him, and by his wounds we are healed. We all, like sheep, have gone astray, each of us has turned to his own way; and the LORD has laid on him the iniquity of us all." [Isaiah 53:5-6]<br>