diff options
author | trilene <trilene@runbox.com> | 2020-11-30 17:04:36 -0500 |
---|---|---|
committer | trilene <trilene@runbox.com> | 2020-11-30 17:04:36 -0500 |
commit | bed6d99933d41f4002fd5a0f96cdf990d754ce48 (patch) | |
tree | 2b834b938c1a1c90532c8b71c24e80f2fa7d6cfd /README.md | |
parent | Use proper flatpak sdk (diff) | |
download | nheko-bed6d99933d41f4002fd5a0f96cdf990d754ce48.tar.xz |
Add GStreamer requirements to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md index bd6e1a9e..c8d65704 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Most of the features you would expect from a chat application are missing right but we are getting close to a more feature complete client. Specifically there is support for: - E2E encryption. +- VoIP calls (voice & video) - User registration. - Creating, joining & leaving rooms. - Sending & receiving invites. @@ -124,6 +125,10 @@ brew cask install nheko - Boost 1.70 or greater. - [libolm](https://gitlab.matrix.org/matrix-org/olm) - [spdlog](https://github.com/gabime/spdlog) +- [GStreamer](https://gitlab.freedesktop.org/gstreamer) 1.18.0 or greater (optional, needed for VoIP support). + - gstreamer core library, gst-plugins-base, gst-plugins-good & gst-plugins-bad + - qmlgl plugin (optional, needed for video call support) + - [libnice](https://gitlab.freedesktop.org/libnice/libnice) - A compiler that supports C++ 17: - Clang 6 (tested on Travis CI) - GCC 7 (tested on Travis CI) |