Comments on: WebRTC Electron Implementations are on 🔥 https://bloggeek.me/webrtc-electron-implementations/ The leading authority on WebRTC Thu, 22 Apr 2021 11:55:04 +0000 hourly 1 By: Tsahi Levent-Levi https://bloggeek.me/webrtc-electron-implementations/#comment-129931 Thu, 22 Apr 2021 11:55:04 +0000 https://bloggeek.me/?p=12245#comment-129931 In reply to David Warren.

Yes David.

WebRTC is available on Chromium, but there are some slight differences – mainly due to licensing issues. For the most part though, Chromium supports WebRTC the same as Chrome.

]]>
By: David Warren https://bloggeek.me/webrtc-electron-implementations/#comment-129930 Thu, 22 Apr 2021 11:43:48 +0000 https://bloggeek.me/?p=12245#comment-129930 I agreed! WebRTC is actually available in modern browsers. But, Is there any difference between Chromium & Chrome browsers? Is WebRTC available in chromium also?

]]>
By: Tsahi Levent-Levi https://bloggeek.me/webrtc-electron-implementations/#comment-118965 Tue, 30 Jan 2018 23:59:56 +0000 https://bloggeek.me/?p=12245#comment-118965 In reply to Marek Cervenka.

That’s a very good question Marek.

To the best of my knowledge, Chromium doesn’t support H.264 codec in WebRTC while Chrome does. The rest is the same.

]]>
By: Gaurav Srivastava https://bloggeek.me/webrtc-electron-implementations/#comment-118964 Tue, 30 Jan 2018 17:47:25 +0000 https://bloggeek.me/?p=12245#comment-118964 All said is excellent but the major concern with electron is , it runs behind chrome releases.Like there is a major bug in screen-sharing in chrome 58/60 which is fixed in chrome 63 ( latest while writing ) but none of the electron release have that merge yet.This effects a lot in terms of interoperability.

]]>
By: Marek Cervenka https://bloggeek.me/webrtc-electron-implementations/#comment-118963 Tue, 30 Jan 2018 16:01:03 +0000 https://bloggeek.me/?p=12245#comment-118963 In reply to Tsahi Levent-Levi.

whats the difference(Chromium vs Chrome) from WebRTC point of view?

]]>
By: Tsahi Levent-Levi https://bloggeek.me/webrtc-electron-implementations/#comment-118962 Mon, 29 Jan 2018 22:18:54 +0000 https://bloggeek.me/?p=12245#comment-118962 In reply to Roey Cohen.

Roey – thanks. Somehow I missed that part in my explanation.

I’d focus it a bit and make it more accurate – it is Chromium+Node.js and not Chrome – there’s a bit of a difference between the two.

]]>
By: Roey Cohen https://bloggeek.me/webrtc-electron-implementations/#comment-118961 Mon, 29 Jan 2018 19:03:26 +0000 https://bloggeek.me/?p=12245#comment-118961 It worth mentioning that electron is actually chrome bundled with nodejs.
So it’s does everything chrome does and also have access to the system as a any regular application have.

]]>
By: Gavin Henry https://bloggeek.me/webrtc-electron-implementations/#comment-118960 Mon, 29 Jan 2018 18:42:51 +0000 https://bloggeek.me/?p=12245#comment-118960 Yep, agreed. Adopting a modern javascript frontend framework like Vuejs, React or Angular let’s you then have a code base suitable for Electron use without too much tweaking. That’s our plan too for WebRTC.

]]>