in development!
A minimal Client/Server app based on Mediasoup and Socket.io
- Mediasoup v3 requirements
- Node.js >= v22.0
- rollup.js
- socket.io
- express
- hashids
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