Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change remote playback update interval to 250ms #316

Merged
merged 1 commit into from
Oct 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1263,14 +1263,17 @@ The [=timeline offset=] associated with the playback changes since the last sent

The {{stalled}} event needs to fire at the associated {{HTMLMediaElement}} instance.

More than 350ms pass since the last [=remote-playback-state-event=] message
More than 250ms pass since the last [=remote-playback-state-event=] message
and any of the following attributes observably change since the last
[=remote-playback-state-event=] message. Any new continuously changing
attributes fall under this rule.

* {{HTMLMediaElement/played|HTMLMediaElement.played}}
* {{HTMLMediaElement/currentTime|HTMLMediaElement.currentTime}}

NOTE: A media element is required to fire a {{HTMLMediaElement/timeupdate}}
event every 250ms or sooner.

: remote-playback-id
:: The ID of the remote playback whose state has changed.

Expand Down
Loading