installation
This page explains a lot : visit
But not all, this command in the readme will not work because of libsrtp-dev, so look up the correct version (in bullseye libsrtp2-dev. Or use this updated command :
| install janus | |
|---|---|
Next you are advised to install libnice from source :
| libnice | |
|---|---|
But the meson command was not present and after that it will fail on gobject-introspection-1.0 To fix both problems, install these packages
| packages | |
|---|---|
The second package contains the pkg-config files needed for the meson command. So retry the meson command. The libusrsctp library is said to not be available in repositories but it is so i skip the source installation of that. Same goes for libwebsockets-dev.
Now there come a lot of these install sections in the readme, so i skipped to the janus install so we see ourselves what is missing.