Skip to content

mtaghavian/webrtc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this

This is a simple demonstration of WebRTC (realtime audio and video connection) in javascript, using spring java websocket as signaling server.

How to use

  1. Build application with "mvn package -DskipTests"
  2. Run application with "java -jar target/webrtc-0.0.1-SNAPSHOT.jar"
  3. Connect with the clients to the server using chrome or firefox (Open https://localhost/, make sure to enter the server's IP address instead of localhost in the link) (The reason of using https instead of http is that there are cases that the browsers does not make websocket connection to the servers that are not secure).

About

Masoud Taghavian ([email protected])
Enjoy!

About

A simple WebRTC in javascript and signaling through Spring Websocket

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published