[Webkit-unassigned] [Bug 160619] AX: Media controls timeline should have percentage value description

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 10 13:20:48 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=160619

--- Comment #16 from Nan Wang <n_wang at apple.com> ---
(In reply to comment #14)
> Comment on attachment 285734 [details]
> patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=285734&action=review
> 
> > LayoutTests/http/tests/media/resources/hls/generate-vod.php:14
> > +$chunkCount = 0;
> > +if (array_key_exists("duration", $_GET)) 
> > +    $chunkCount = $_GET["duration"] / $chunkDuration;
> 
> This makes the "duration" param optional, so $chunkCount should have a
> default value that will result in a playable stream.

Seems this test is not passing on mac-wk2. But it passed on my local machine. Do you have any idea what could be the cause? The previous patch without the duration parameter seemed working fine.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160810/54a117ac/attachment-0001.html>


More information about the webkit-unassigned mailing list