Skip to content

ethand91/mediasoup-sample-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mediasoup-sample-server

Mediasoup sample server application

Introduction

Another sample application using mediasoup, mostly used to test mediasoup sample android application, and hopefully iOS!

Installation

# Clone the project
git clone https://github.com/ethand91/mediasoup-sample-server.git

# Install the modules
npm i

How to use

# Start the server
node src/server.js

# Start the public directory dev server
npm run public-dev

# Run unit tests
npm test