Bug 186929 - activecues changes should occur at < 250ms intervals
Summary: activecues changes should occur at < 250ms intervals
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Eric Carlson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-06-22 10:21 PDT by Jer Noble
Modified: 2018-06-22 10:22 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jer Noble 2018-06-22 10:21:23 PDT
Currently, during playback we only check for active cue changes on a 250ms timer interval. Some media players have the ability to notify callers when the media's current time crosses a given boundary; we should implement a MediaPlayer & MediaPlayerPrivate callback request API, and use that to drive active cue change behavior.
Comment 1 Jer Noble 2018-06-22 10:22:32 PDT
<rdar://problem/40734620>