Newer
Older
percord / rtc / README.md
@Flam3rboy Flam3rboy on 12 Aug 2021 348 bytes :sparkles: rtc
# Fosscord-media

A Fosscord media (voice and video) server

## Installation

### Prerequisites

-   Install the [libdatachannel](https://github.com/paullouisageneau/libdatachannel) library
-   Install the [libmongocxx](http://mongocxx.org/mongocxx-v3/installation/) driver and its requirements

### Building

```bash
$ cmake
$ cd build
$ make
```