Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ethand91/mediasoup-sample-server

Mediasoup sample server application
https://github.com/ethand91/mediasoup-sample-server

javascript mediasoup nodejs webrtc

Last synced: 11 days ago
JSON representation

Mediasoup sample server application

Awesome Lists containing this project

README

        

# 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

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

# Install the modules
npm i
```

# How to use

```bash
# Start the server
node src/server.js

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

# Run unit tests
npm test
```