Install the mediasoup Node.js module via NPM within your Node.js application:
$ npm install mediasoup@2
In order to build the C/C++ component the following packages and libraries must be available in the target host:
v6.4.0
python2
or python
command must point to the Python 2 executable)make
gcc
and g++
or clang
(with C++11 support)cc
command pointing to gcc
or clang
build-essential
DEB package. It includes both make
and gcc
/g++
.yum groupinstall "Development Tools"
.