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

Draft: Screensharing #638

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Draft: Screensharing #638

wants to merge 1 commit into from

Conversation

nl3v
Copy link

@nl3v nl3v commented Jun 16, 2023

WIP PR to implement #398

Would expect this to ultimately cover:

  • Interaction with screensharing object:
    • Start screensharing
    • Stop screensharing
    • One player controls a screensharing object at a time
    • Release screensharing object upon controlling-user disconnection
  • Start/stop usage of display media track via hydrogen
  • Render current screensharer's display stream to VideoTexture and apply texture to screensharing object
  • Provide a way to create a screensharing object in a world

Originally I was approaching this implementation similarly to how portals are done, but portals are based on the OMI_link extension. It may make more sense for the screensharing object to be a UI element, unless perhaps something clever can be done using EXT_texture_video.

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

Successfully merging this pull request may close these issues.

None yet

1 participant