Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/psanders/mediarustle

A cloud-native media server, built with Rust
https://github.com/psanders/mediarustle

Last synced: 25 days ago
JSON representation

A cloud-native media server, built with Rust

Awesome Lists containing this project

README

        

# MediaRustle

A cloud-native media server, built with Rust.

## NOTES

Prior to building, you may need to set the following environment variables:

```bash
# Update the following to match your OpenSSL installation
export LDFLAGS="-L/opt/homebrew/opt/[email protected]/lib/"
export CPPFLAGS="-I/opt/homebrew/opt/[email protected]/include"
``