Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 247 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 247 Bytes

mediasoup-app

mediasoup sample application

npm run start to serve the app on https://localhost:8080

To use recording feature, you need ffmpeg installed in the host machine:

sudo apt-get install -y ffmpeg