w3c / openscreenprotocol

Open Screen Protocol
https://www.w3.org/TR/openscreenprotocol/
Other
93 stars 22 forks source link

Representation of time in remote-playback-state #327

Closed markafoltz closed 6 months ago

markafoltz commented 9 months ago

There are a few things that would simplify the time related fields in remote-playback-state.

Currently they all use media-time which is the internal clock used by the media renderer to synchronize audio/video frames. However HTML uses float values in the API to control media playback.

As part of this PR the spec should propose how time values should be converted to/from media-time for use in the protocol.