Skip to content

vimavis/mediasoup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MediaSoup Example

Example application using mediasoup.

Features

  • Multiples rooms
  • Multiples clients

Deployment

To apply the initial settings run

  npm run init

Environment Variables

To run this project, you will need to add the following environment variables to your src/config.js file. All variables are required

Parameter Type Description
nameApp string Your name app
url string Your base url
onlyServerMediaSoup boolean Server works only backend
cert object { privkey: 'path', fullchain: 'path' }
port number port used by express
rtcMinPort number minimum port used for stream traffic
rtcMaxPort number maximum port used for stream traffic
mediaCodecs array RtpCodecParameters
webRtcTransportOptions object WebRtcTransportOptions

To start proyect run

  npm run start

Fork

mediasoup3

About

Example application video conference

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published