Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/psanders/mediarustle
- Owner: psanders
- License: mit
- Created: 2023-09-26T13:49:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T15:36:34.000Z (11 months ago)
- Last Synced: 2024-05-01T15:19:01.284Z (6 months ago)
- Language: Rust
- Size: 16.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
``