| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A free, open source personal media server written in C# and available on all platforms thanks to the Mono framework.
Licensed under The GNU General Public License v3.0, for more information please read the LICENSE.md file in this repository or visit the preceding link to the GNU website.
WaveBox features a very extensible JSON API, and is built with API developers in mind! Full API documentation can be found in API_DOCS.md.
The test suite lives under tests/ and uses xUnit v3:
Run everything locally with:
dotnet testBy default the E2E suite launches the locally built (JIT) server. To run it against a NativeAOT-published binary — which is what CI does, since trimming/rooting regressions only appear there — point it at the binary:
dotnet publish WaveBox.Server -c Release -r osx-arm64
WAVEBOX_E2E_BINARY=$PWD/WaveBox.Server/bin/Release/net10.0/osx-arm64/publish/WaveBox.Server \
dotnet test tests/WaveBox.E2E.Tests -c ReleaseThe transcoded-stream E2E test skips automatically when ffmpeg is not installed.
Though WaveBox is currently under heavy development, several clients and libraries exist which can interact with a WaveBox server. If you wish to have a client included in this list, please send a pull request!
Have questions about the project, or want to help out? Come talk to us on irc.freenode.net at #wavebox!
| Back | FazBrowse Home | New Git URL |