Skip to content

Alistair-Tech/kurento-WebRTC-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Kurento-WebRTC

The web application is capable of doing the following:

  1. Receive an WebRTC media stream from a URI
  2. Broadcast the media stream to multiple end users using WebRTC.
  3. Ensure error handling in case of broken streams and add multiple streams dynamically.
  4. Allow the user to start or stop the incoming stream that is being displayed

I have managed to put the back-end in place. However, I am facing problems in getting my front-end working.

Software dependencies

Kurento Media Server needs to be installed on the local computer for the application to work. Please visit the installation guide for further information.

Steps to run the application

  1. Clone the project to your local computer.

  2. Go to the project folder.

  3. Start the coturn and media servers.

    sudo service coturn start

    sudo service kurento-media-server restart

  4. Start the application with the folowing command

    mvn -U clean spring-boot:run

The application will start running on port 8080 in the localhost by default. Therefore, open the URL http://localhost:8080/ in a WebRTC compliant browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published