Web RTC

Real-time video communication in heterogeneous periods via p2p.

By Myung Guk Lee in Theme Features

August 30, 2022

Web RTC

Using the WebRTC open source, I’d modified to implment my own p2p video chat application between the android native app and chrom web app.

Github : https://github.com/truelinker/webrtc_p2pvideo

How it works

  1. Two peers (Android application and web application) connect to a room created by a server, I used a Javascript web server using node.js and exchange information such as each other’s network information (ip, port).
  2. When starting a video call, the call starts by exchanging each other’s media information based on the given network information. How it works

The following video shows the demo. screenshot Demo video

Click the video demo above. ☝️

Posted on:
August 30, 2022
Length:
1 minute read, 98 words
Categories:
Theme Features
Series:
Getting Started
Tags:
hugo-site
See Also:
Flash FileSystem
Word Memorization App
SMR