Git Product home page Git Product logo

ptl_proj's Introduction

Audio-video conference

A web application that allows real-time video conferencing with desktop sharing.

Project for laboratory classes at the Poznan University of Technology.

Documentation

https://docs.google.com/document/d/1tZM00kalfO37ZPQXomoaGacE_y-1VtwWU_ZVJAtD0js/edit

Project architecture

Main architecture

Media Server architecture - SFU (Selective Forwarding Unit)

Technologies

  • WebRTC
  • Typescript
  • jQuery

Maintainers

  • Dziurzyński Miłosz
  • Gawiński Wojciech
  • Kmiotek Jarosław
  • Sobański Rafał

Deployment

You can easily deploy the project using a docker-compose file.

cd docker
docker-compose up

The default port is 5051, you can change it in the docker-compose.yml file.

Manual setup

Prerequisites

Setup

Change the default WebSocket port of the Kurento Media Server from 8888 to 8890

sudo nano /etc/kurento/kurento.conf.json
sudo systemctl restart kurento-media-server

Get other required packages and the repo contents

sudo apt install git screen
git clone https://github.com/djmuted/PTL_Proj
cd PTL_Proj

Download all required packages for the signaling server

cd signal
npm i
cd ..

Download all required packages for the client

cd client-frontend
npm install
cd ..

Start

Start the signaling server

cd signal
screen -S signal npm start

And press CTRL+A+D to detach the server and let it run in the background, after doing that come back to the main repo directory

cd ..

Start the client dev webhost

cd client-frontend
screen -S web npm start

WARNING: WebRTC does NOT work with unencrypted HTTP. HTTPS with a valid SSL certificate is required in recent Chrome and Firefox versions. The only exception is localhost, which will work with HTTP.

ptl_proj's People

Contributors

djmuted avatar dziurka avatar mosuyoku avatar sk0gen avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.