Documentation for setting up streaming servers with free software.
https://streamlibre.org
- Makefile 41.9%
- Python 40.8%
- Shell 17.3%
| docs | ||
| scripts | ||
| .gitignore | ||
| BUILD.md | ||
| CHANGELOG.txt | ||
| LICENSE-apache.txt | ||
| LICENSE-CC.txt | ||
| Makefile | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
Stream Libre
Streaming with free software.
Build Documentation
HOWTO build this documentation.
Adjust Python setup to suit to taste.
This builds the docs:
git clone --recursive https://spacecruft.org/deepcrayon/streamlibre
cd streamlibre/
python -m venv venv
source venv/bin/activate
pip install -U setuptools pip wheel
pip install -e .
make all
License
Documentation is available under the Creative Commons Attribution-ShareAlike 4.0 International license.
Source code is available under the Apache 2.0 License.
Copyright © 2024, Jeff Moe.