Chrome/Chromium WebRTC screen sharing without plugin

1

The context: We're seeking a video-conference solution that does screen sharing with minimal requirements. WebRTC-based solutions are great, they work fine on a least Firefox and Chromium. Unfortunately, screen sharing requires a plugin on Chromium. We tried both Jitsi and NextCloud's WebRTC feature.

AFAIU, due to a technical restriction, there are no WebRTC solutions that don't require a plugin for screen sharing on Chromium. Is this correct?

Since it works on Firefox, I assume it is a design choice in Chromum, not a technical limitation in the protocol. Is there a chance it will work in Chromium in the future?

In other words, is this planned in Chromium's roadmap? Or should we look for another technology?

Jérôme

Posted 2017-09-07T07:10:14.703

Reputation: 183

Question was closed 2018-10-11T09:31:39.983

@downvoter, anything I could do to improve / migrate this question? – Jérôme – 2018-10-10T12:28:18.497

Software Recommendations Stack Exchange – jww – 2018-10-11T06:28:28.863

@jww but the question was not really about a software alternative because as I assumed, the limitation is not in the plugin but in the browser, so changing plugin won't help. The question was about Chromium roadmap. I just added the context and left it open to alternative suggestions. – Jérôme – 2018-10-11T07:03:14.667

But you asked for a recommendation on a video conferencing solution: "We're seeking a video-conference solution that ... [add requirements]". I believe that's what makes the question off-topic, and why it may be better to ask on another site like Software Recommendations Stack Exchange. Perhaps the question can be reworded to move it away from a recommendation.

– jww – 2018-10-11T19:46:23.450

@jww I rephrased to make it clearer. Close or reopen as you wish. I'm not searching anymore. Just leaving this for future reference. – Jérôme – 2018-10-12T08:04:57.550

Apps like https://meet.google.com don't require plugin. This is on chrome 69

– deathangel908 – 2019-04-12T09:00:22.953

Answers

2

From Chrome 70+ you should be able to use getDisplayMedia to get screen stream

mirkobrankovic

Posted 2017-09-07T07:10:14.703

Reputation: 936

0

If you are seeking No download screen sharing, you can try Dead Simple Screen Sharing. You can share screen on Firefox without downloading any plugin, but screen sharing on chrome does require plugin download for the presenter.

Here a link: https://www.deadsimplescreensharing.com/

Thank you

ali asgher

Posted 2017-09-07T07:10:14.703

Reputation: 1

While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. – Donald Duck – 2017-09-07T11:25:51.490

1"You can share screen on Firefox without downloading any plugin, but screen sharing on chrome does require plugin download for the presenter." Yes, just like the two other applications I cited in my question. I'm afraid this is a Chromium/Chrome limitation and it will be the same with all WebRTC solutions. Hence my question: is there a change regarding this that is planned in Chromium's roadmap? – Jérôme – 2017-09-07T12:38:56.447