Media sharing server application focused on simple video/picture distribution
This project is currently at the stage where it can functionally be run on a production server without too many hiccups.
Example's running O.M.S.:
- https://media.strateim.tech/ (Personal production instance)
- Frontend web interface
- Individual user accounts
- LZ4 lossless media compression on large files
- Dynamic media id's to keep file name integrity
- Unlisted media (Like youtube)
- Large variety of file format support (Not just videos/images)
- Configurable domain support
- Configurable file upload size limit
- Discord meta tags supported (OpenGraph)
- API Analytics (https://github.com/tom-draper/api-analytics)
- .NET 6
- Swagger
- SQLite
- Windows
- Linux
git clone https://github.com/StrateimTech/Open-MediaServer.git
cd Open-MediaServer
dotnet run --project Open-MediaServer