Git Product home page Git Product logo

spring-boot-webrtc-peer2peer's Introduction

Spring Boot WebRTC Peer-to-Peer Video Communication Room Based

Technologies:

  • WebRTC
  • Socket.IO
  • BootStrap

WebRTC (Web Real-Time Communication): An open-source project that provides real-time communication between web browsers and mobile applications. Mostly used for video, audio communications, screen sharing, and streaming.

SocketIO: A JavaScript library designed for real-time, bidirectional communication. In this project, I have implemented "netty-socket.io" ( Java Spring Boot compatible) as a signaling mechanism.

Instructions

write your local ip for each step

  1. Generate certificates:
    • you can use git bash
    • write your local ip address of your computer/host like 192.168.0.3
    • please create an empty ssl folder under the project directory

mkdir ssl && openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ssl/private_key.pem -out ssl/certificate.pem -subj "//C=US//ST=California//L=San Francisco//O=MyOrganization//OU=MyDepartment//CN=<YOUR_LOCAL_IP>"

  1. update nginx.conf

change <YOUR_LOCAL_IP> with your local ip same as step 1

  1. update client.js file in resources

file location: src/main/resources/static/client.js

let socket = io.connect("https://<YOUR_LOCAL_IP>", {secure: true});

  1. build docker image

docker-compose up -d --build

Examples

video

https://www.youtube.com/watch?v=nbOB8ekk3xM

phone + computer connection example

./images/image3.png

./images/image1.png

./images/image2.png

spring-boot-webrtc-peer2peer's People

Contributors

gurkanucar 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.