Skip to content

agilityfeat/mediasoup-tutorial-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mediasoup Tutorial App

A text and audio conference app to jump start mediasoup development

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

Application will be running in https://localhost:3000

Run with docker

docker build . -t <your username>/mediasoup-demo

Run the image you previously built:

docker run -p 3000:3000 -p 10000-10100:10000-10100/udp -d <your username>/mediasoup-demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages