I want to do video streaming from my desktop application to Chrome or Firefox using WebRTC technology.
So far, I only see many WebRTC tutorials using HTML5 & Javascript coming out which running only on Chrome or Firefox. How about desktop application or native application?
If I want to develop those applications, what is a way or library I can use to realize this?
As was already mentioned in the article, the basis for Web Real-Time Communication is video chat. Services with audio and video calls, data sharing are the primary types of applications involving WebRTC technologies, the most famous examples being WhatsApp, Google Hangouts, and Facebook Messenger.
WebRTC is comprised of three HTML5 APIs - getUserMedia, RTCPeerConnection, and RTCDataChannel - that are built into Chrome and Firefox.
If you use Google Chrome, or most Chromium-based browsers such as Opera or Vivaldi: load chrome://webrtc-internals/ in the browser's address bar to list all WebRTC connections. The site that tried to establish the WebRTC connection is listed at the top (in this case https://ip.voidsec.com/.
Native WebRTC libraries:
Making into a community wiki.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With