From 1657496146a7d860778c47a0cff00feaef245037 Mon Sep 17 00:00:00 2001
From: "mark a. foltz"
disconnect from a remote playback device.
- The remote playback device may implement a subset - of the capabilities of the playback engine of the user - agent, and some HTMLMediaElement APIs may not make sense to use during - remote playback. In this case, the local playback state should - reflect as closely as possible the actual remote - playback state after a media command that is not supported during - remote playback. -
-
- For example, after calling fastSeek()
while
- connected to a remote playback device that does not
- support it, the seeking
attribute of the
- HTMLMediaElement should remain false
and no
- seeking
event should be fired.
-
+ The remote playback device can implement a subset + of the capabilities of the playback engine of the user + agent, and some HTMLMediaElement APIs do not always + make sense to use during remote playback. In this case, the + local playback state is expected to reflect as closely + as possible the actual remote playback state after a + media command that is not supported during remote playback. +
+
+ For example, after calling fastSeek()
while
+ connected to a remote playback device that does not
+ support it, the seeking
attribute of the
+ HTMLMediaElement is expected to remain false
+ and no seeking
event should be fired.
+
Although this document is still a work in progress and - is subject to change, the Working Group believes that the API surface - is stable. Most of the remaining issues listed on the issue tracker are - considered minor at this stage. For other issues or - concerns, it is possible to #41. +
++ Issue #41 + discusses the set of media playback features that remote playback + devices are expected to support. The group will seek further developer + feedback and implementation experience to identify any interoperability + issues around these features when used during remote playback, and will + further clarify the specification based on feedback received. +
++ For other issues or concerns, it is possible to file a bug or send an email to the mailing - list. For small editorial changes like typos, sending a pull - request is appreciated. + list. For small editorial changes like typos, sending a pull request + is appreciated.
The Working Group invites everyone to review this document, and will