• Joined on 2024-04-09
giles pushed to main at art-dag/celery 2026-02-03 22:13:09 +00:00
b49d109a51 Fix HLS audio duration to match video with -shortest flag
giles pushed to main at art-dag/celery 2026-02-03 22:09:24 +00:00
9096824444 Redirect /hls/stream.m3u8 to IPFS playlist when available
giles pushed to main at art-dag/celery 2026-02-03 21:56:42 +00:00
fe6730ce72 Add dev infrastructure improvements
giles pushed to main at art-dag/celery 2026-02-03 21:48:05 +00:00
6ea39d633b Bake GPU/IPFS settings into Dockerfile
giles pushed to main at art-dag/celery 2026-02-03 21:47:22 +00:00
0847b733a9 Fix GPU worker config: disable GPU persistence, use cluster gateway
giles pushed to main at art-dag/celery 2026-02-03 21:40:38 +00:00
7009840712 Add auto GPU->CPU conversion at interpreter level
giles pushed to main at art-dag/celery 2026-02-03 21:38:11 +00:00
92eeb58c71 Add GPU frame conversion in color_ops
giles pushed to main at art-dag/celery 2026-02-03 21:24:48 +00:00
2c1728c6ce Disable GPU persistence by default
giles pushed to main at art-dag/celery 2026-02-03 21:20:31 +00:00
6e0ee65e40 Fix streaming_gpu.py to include CPU primitives
giles pushed to main at art-dag/celery 2026-02-03 21:17:29 +00:00
3116a70c3e Fix IPFS upload: sync instead of background task
giles pushed to main at art-dag/celery 2026-02-03 20:38:40 +00:00
09d5359725 Re-enable GPU queue routing after image rebuild
giles pushed to main at art-dag/celery 2026-02-03 20:25:54 +00:00
4930eb99ad Temp: disable GPU queue for testing IPFS HLS streaming
giles pushed to main at art-dag/celery 2026-02-03 20:23:21 +00:00
86830019ad Add IPFS HLS streaming and GPU optimizations
giles pushed to main at art-dag/celery 2026-02-03 00:44:54 +00:00
5bc655f8c8 Include rendering status in runs list
giles pushed to main at art-dag/celery 2026-02-03 00:41:10 +00:00
8f4d6d12bc Use fragmented mp4 for streamable output while rendering
giles pushed to main at art-dag/celery 2026-02-03 00:36:37 +00:00
82599eff1e Add fallback to format duration and debug logging for VideoSource
giles pushed to main at art-dag/celery 2026-02-03 00:27:22 +00:00
a57be27907 Add live video streaming for in-progress renders
giles pushed to main at art-dag/celery 2026-02-03 00:23:17 +00:00
9302283e86 Add admin token support to runs list endpoint
giles pushed to main at art-dag/celery 2026-02-03 00:16:51 +00:00
487acdd606 Fix global declaration placement in streaming task
giles pushed to main at art-dag/celery 2026-02-03 00:14:44 +00:00
6b2991bf24 Fix database event loop conflicts in streaming task