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

Add Screen Sharing #8

Open
pburgmer opened this issue Apr 9, 2019 · 1 comment
Open

Add Screen Sharing #8

pburgmer opened this issue Apr 9, 2019 · 1 comment

Comments

@pburgmer
Copy link
Collaborator

pburgmer commented Apr 9, 2019

ngx-present should have presenter-mode as requested in #1. To be able to use the presenter mode you have to use "extend display" instead of "mirror display" while connected to a beamer. Otherwise you're not able to see two browser windows at the same time; presenter on screen 1, slide-by-slide on screen 2 (beamer).

For technical presentations sometimes we need to share the screen or at least one window. With "extend display" we're not able to see one window on both screens, at least not with os capabilities.
What we can do is capture the screen 1 / a window with WebRTC and present it within a browser tab as video. This tab / window can be moved to the second screen to "share" content of screen 1

Code and Demo: https://www.webrtc-experiment.com/getDisplayMedia/

@sengmann
Copy link
Member

sengmann commented Apr 10, 2019

Quick reading regarding the CPU usage in Chrome get this result

Also might be interesting that vp9 could be used by now. Demo works a little bit better on Mac with Chrome.

Maybe h264 is not the answer after all 😈

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

2 participants