https://github.com/psanders/mediarustle
A cloud-native media server, built with Rust
https://github.com/psanders/mediarustle
Last synced: about 1 year 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T15:36:34.000Z (over 2 years ago)
- Last Synced: 2025-01-24T19:28:00.409Z (about 1 year 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/openssl@3.1/lib/"
export CPPFLAGS="-I/opt/homebrew/opt/openssl@3.1/include"
``