-
-
Notifications
You must be signed in to change notification settings - Fork 631
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
Screenshare #217
base: master
Are you sure you want to change the base?
Screenshare #217
Conversation
First two screenshares works, thrid one does not. Server:
Cleint:
|
What is the use case for this? I wonder if features like this can be included optionally during the build using 'feature flags' to avoid code bloat? |
This feature is quite lightweight. If some user would like to share something quickly from their local screen. This use case is coming from collaborative space. For me its insteresting as PoC if that can be implemented nicely. |
makes sense. |
This would come in extremely useful for me as a potential replacement for broken screenshare solutions on other platforms that tend to break on Linux, hoping we'll see this implemented in the future! |
For now, Screego exists. |
Even though it's available on other projects, I would also love it if I can have it here. Instead of using add and removeTrack, wouldn't replaceTrack a better option, since we only want to have one videostream, and because of using replace we wont need renegotiation? |
We actually need to send a video stream, not only receive on the sender side. On the receiver side, nothing should be changed as the shared screen is simply taked over the broadcasted video. |
Adding screenshare support to neko.
Things to sort out before merging: