craigspaeth / mediasoup-sample-app

Mediasoup v3 sample app

Home Page:https://mediasoup.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mediasoup Sample App

A minimal Client/Server app based on Mediasoup and Socket.io

Dependencies

Run

The server app runs on any supported platform by Mediasoup. The client app runs on a single browser tab.

# create and modify the configuration
# make sure you set the proper IP for mediasoup.webRtcTransport.listenIps
cp config.example.js config.js
nano config.js

# install dependencies and build mediasoup
npm install

# create the client bundle and start the server app
npm start

About

Mediasoup v3 sample app

https://mediasoup.org/


Languages

Language:JavaScript 86.5%Language:HTML 13.5%