Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.08 KB

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