-
Notifications
You must be signed in to change notification settings - Fork 39
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
Presentation display capability detection #348
Comments
Would it make sense to have an extended constructor for |
For reference, see related discussion at TPAC |
Would be good to analyze this again with respect to MediaCapabilities. |
The feedback from #444 suggests that there could be a use case for "presenting" the same page onto a VR headset, which would require knowing if there is a VR headset available for presentation. We should pick this up based on the outcome of that discussion. |
Closing this per F2F decision, if concerns or new information emerges we can reopen. |
Had a recent conversation with a user who was surprised they could present a visual document to an audio-only networked speaker, which is possible with the current API. Meanwhile, presenting audio-only pages to these devices makes perfect sense. With URL-based filtering, we would need the receiver to know in advance which documents required video output and which do not. I would consider a change allow the PresentationRequest to note whether video or audio were required to be a good usability improvement. |
+1 but I am wondering how it works for 2-UA mode. Do you expect that the receiver URL points to an HTML page that plays an audio (in this case the audio receiver device needs to parse the receiver page/run Javascript ??) or directly to the audio itself? |
Yes 😄 Cast applications that run on Cast for Audio/Assistant speakers work exactly this way. |
This is a placeholder for discussion of capability detection for presentation displays. Basically, the controller may want to provide more detailed constraints on the display through the API to further filter the list of screens shown to the user.
For example:
This discussion is to brainstorm ways to improve this experience, while addressing privacy and implementation concerns.
Related: https://github.com/WICG/media-capabilities (not yet drafted)
The text was updated successfully, but these errors were encountered: