YouTube mediasoup tutorial
This code is a companion to the YouTube video (link below) demostrating how to integrate mediasoup SFU in a node.js application.
video link: https://youtu.be/FLxU6ftLJsE
the video covered the following:
- create a Worker and a Router
- request and create RTP Capabilities from the Router
- create a Device (client-side)
- create server WebRtcTransports (for both Producer & Consumer)
- create client WebRtc[Send/Recv]Transport
- how to call produce/consume from client and server side
Tested on
docker-compose version 1.24.0, build 0aa59064
Docker version 18.09.6, build 481bc77