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

Include <audio> in protocol for Remote Playback API #15

Closed
chrisn opened this issue Jul 19, 2016 · 5 comments
Closed

Include <audio> in protocol for Remote Playback API #15

chrisn opened this issue Jul 19, 2016 · 5 comments

Comments

@chrisn
Copy link

chrisn commented Jul 19, 2016

Item 4 under Scope of Work says "for the specific case of remotely playing a <video> element". Is there any reason not to include <audio>, as the receiving side of the Remote Playback API could be implemented on a headless device, for example.

@anssiko
Copy link
Member

anssiko commented Aug 26, 2016

I believe this text:

[...] for the specific case of remotely playing a <video> element with a src or sources URL media source on a presentation display.

... was added to clarify the scope vis-à-vis what is noted in out of scope (MSE, EME):

Out of Scope

[...]

  • Protocols that implement the Remote Playback API for HTML media that uses Media Source Extensions or Encrypted Media Extensions are not in scope.

We can do a simple corrections to the charter to address this issue without the formal charter amendment process. Please feel free to propose text.

@chrisn
Copy link
Author

chrisn commented Aug 26, 2016

Many thanks, Anssi. I propose the following:

... for the specific case of remotely playing a <video> or <audio> element with a src or sources URL media source on a presentation display or remote playback device.

The intent is for remote audio playback to be in scope for the CG. Note that I'm not suggesting any change with respect to MSE or EME.

@anssiko
Copy link
Member

anssiko commented Aug 26, 2016

Since both src and sources are not not video-specific, but properties of a media element, I'd say this clarification can be considered a simple correction that we can make easily.

@mfoltzgoogle does the proposed text sound fine? (I think you authored the original part of the text.)

@mfoltzgoogle
Copy link
Contributor

SGTM.

mfoltzgoogle added a commit to mfoltzgoogle/cg-charter that referenced this issue Aug 26, 2016
Addresses Issue webscreens#15: Include <audio> in protocol for Remote Playback API

Specifically mention <audio> as well as <video> as in scope for the Remote Playback API.
@anssiko
Copy link
Member

anssiko commented Aug 29, 2016

Fixed with a21e396. This is a simple correction, and as such no voting required for this charter change. If anyone has concerns with this correction, please reopen this issue.

@anssiko anssiko closed this as completed Aug 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants