Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tadfmac/ms-camera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

in development!

Mediasoup Sample App (ESM Version)

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

Dependencies

Run

The server app runs on any supported platform by Mediasoup. The following client apps runs on each browser tabs.

  • /cam/ : media sender app
  • /viewer/ : media viewer app
# modify the configuration 
# make sure you set the proper IP for mediasoup.webRtcTransport.listenIps
cp config.skelton.json config.json
nano config.json

# install dependencies and build mediasoup
npm install

# create the client bundle
npm run build

## start the server app
npm start

Based on

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published