[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 12:19:48 PDT 2016


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

--- Comment #14 from Eric Carlson <eric.carlson at apple.com> ---
Comment on attachment 285734
  --> https://bugs.webkit.org/attachment.cgi?id=285734
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.

-- 
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/f8872027/attachment-0001.html>


More information about the webkit-unassigned mailing list