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.
How it works
- 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).
- When starting a video call, the call starts by exchanging each other’s media information based on the given network information.
The following video shows the demo.
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