libretime/playout
Jonas L 3f7fc99b6b
feat: run python in optimized mode (#2874)
Set PYTHONOPTIMIZE=2 to enable
https://docs.python.org/3/using/cmdline.html#cmdoption-OO
2024-01-07 14:30:20 +01:00
..
install feat: run python in optimized mode (#2874) 2024-01-07 14:30:20 +01:00
libretime_playout fix(playout): remove empty file when the download request failed (#2864) 2024-01-01 13:16:13 +01:00
tests feat(playout): configure device for alsa and pulseaudio system outputs (#2654) 2023-12-29 15:22:43 +01:00
Makefile feat: add sentry sdk 2023-03-14 14:59:45 +00:00
README.md chore: update outdated readmes (#2131) 2022-09-12 20:45:37 +02:00
packages.ini fix(playout): remove unused ecasound package (#2496) 2023-04-03 14:48:08 +01:00
pyproject.toml chore(deps): update dependency pylint to v3 (main) (#2731) 2023-10-14 17:22:08 +02:00
requirements.txt chore(deps): update dependency lxml to v5 (main) (#2856) 2024-01-01 13:18:55 +01:00
setup.py chore(deps): update dependency lxml to v5 (main) (#2856) 2024-01-01 13:18:55 +01:00

README.md

LibreTime Playout

LibreTime Playout is a service that will ingest a schedule and stream it.

Development

# Install dependencies
make install
# Activate the development environment
source .venv/bin/activate

# Run linters
make lint

# Run tests
make test

# See the Makefile for more commands
cat Makefile

History

This tool was born out of a collaboration between Open Broadcast and Sourcefabric.

The authors of the code are:

Original Authors:

Almost a complete refactor/rewrite by: Martin Konecny martin.konecny@gmail.com