Commit graph

33 commits

Author SHA1 Message Date
9e9ed27c80 feat: add port_index and srt_destination_url to SCTE35 inject_marker 2026-04-14 10:01:57 -04:00
5f2f61edfe feat: add per-port SCTE35 inject endpoint 2026-04-14 10:01:22 -04:00
7377aee6fa feat: add multi-destination SRT support and per-port SCTE35 2026-04-14 10:00:46 -04:00
6b3ad13269 feat: increase port count to 8 2026-04-14 10:00:23 -04:00
34a679d365 fix: replace absolute backend.app imports with relative imports 2026-04-14 09:55:39 -04:00
979616e43b fix: replace absolute backend.app imports with relative imports 2026-04-14 09:55:33 -04:00
7f1951a871 fix: replace absolute backend.app imports with relative imports 2026-04-14 09:55:22 -04:00
3934f23ccd Add backend/tests/test_srt_streamer.py 2026-04-14 09:21:13 -04:00
9fd23fabb6 Add backend/tests/test_scte35.py 2026-04-14 09:21:13 -04:00
52157add93 Add backend/tests/test_recorder.py 2026-04-14 09:21:13 -04:00
3c85d14d19 Add backend/tests/test_models.py 2026-04-14 09:21:12 -04:00
9c75b84836 Add backend/tests/test_main.py 2026-04-14 09:21:12 -04:00
9dd83b2f9a Add backend/tests/test_hls.py 2026-04-14 09:21:12 -04:00
67fdd91285 Add backend/tests/test_api.py 2026-04-14 09:21:12 -04:00
604fdbb7d0 Add backend/tests/__init__.py 2026-04-14 09:21:11 -04:00
7c2b09753d Add backend/requirements.txt 2026-04-14 09:21:11 -04:00
30b14165ba Add backend/app/utils/hls.py 2026-04-14 09:21:11 -04:00
2f54606620 Add backend/app/utils/ffmpeg.py 2026-04-14 09:21:10 -04:00
3ab2e27dd9 Add backend/app/utils/__init__.py 2026-04-14 09:21:10 -04:00
c3523fdaca Add backend/app/recorders/srt_streamer.py 2026-04-14 09:21:10 -04:00
fdb655aabc Add backend/app/recorders/scte35.py 2026-04-14 09:21:10 -04:00
114c44fdb9 Add backend/app/recorders/recorder.py 2026-04-14 09:21:09 -04:00
ec76de02bb Add backend/app/recorders/__init__.py 2026-04-14 09:21:09 -04:00
5866ad3510 Add backend/app/models.py 2026-04-14 09:21:09 -04:00
8de0ac50d3 Add backend/app/main.py 2026-04-14 09:21:08 -04:00
0ad8b220c1 Add backend/app/config.py 2026-04-14 09:21:08 -04:00
3cac7c5750 Add backend/app/api/websocket.py 2026-04-14 09:21:08 -04:00
8fee41bc97 Add backend/app/api/routes.py 2026-04-14 09:21:08 -04:00
306eb9b9d9 Add backend/app/api/__init__.py 2026-04-14 09:21:07 -04:00
4085eef0f5 Add backend/app/__init__.py 2026-04-14 09:21:07 -04:00
11bb6941ea Add backend/__init__.py 2026-04-14 09:21:07 -04:00
5b7e243f7a Add backend/Dockerfile 2026-04-14 09:21:06 -04:00
be55906c11 Add backend/.env.example 2026-04-14 09:21:06 -04:00