Skip to content

A Video Conference System native for 2 callers using WebRTC, JavaEE + quarkus

Notifications You must be signed in to change notification settings

pepitoenpeligro/VideoControlSystemNative

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Control System Native project

The project consists of a basic video conference and text chat system (like skype o jitsi, but restricted to 2 clients), developed in a basic client-server architecture.

  1. Based on the video tag of the HTML5 standard.
  2. Based on https.
  3. Real-time data exchange with WebRTC (video).
  4. Use of Sockets (TCP, connection-oriented).
  5. Using the Quarkus development framework.

Video Demo

demo.mov

Android View

Usage

To use it in local mode, just launch the server, running:

./mvn clean install quarkus:dev

And then launch two instances of https://localhost:443 from Google Chrome or Firefox

About

A Video Conference System native for 2 callers using WebRTC, JavaEE + quarkus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published