• Joined on 2024-04-09
giles pushed to main at art-dag/celery 2026-02-04 01:52:22 +00:00
3a02fca7fd Add FFmpeg dev headers for decord build
giles pushed to main at art-dag/celery 2026-02-04 01:51:01 +00:00
c4004b3f5d Multi-stage Dockerfile for decord CUDA build
giles pushed to main at art-dag/celery 2026-02-04 01:50:16 +00:00
41adf058bd Build decord from source with CUDA for GPU video decode
giles pushed to main at art-dag/celery 2026-02-04 01:47:09 +00:00
b7e3827fa2 Use PyNvCodec for true zero-copy GPU video decode
giles pushed to main at art-dag/celery 2026-02-04 01:17:27 +00:00
771fb8cebc Add decord for GPU-native video decode
giles pushed to main at art-dag/celery 2026-02-04 01:03:18 +00:00
ef4bc24eda Use GPUVideoSource for hardware-accelerated video decoding
giles pushed to main at art-dag/celery 2026-02-04 00:32:50 +00:00
0bd8ee71c7 Fix MP4 mux for web playback: add faststart and genpts
giles pushed to main at art-dag/celery 2026-02-04 00:23:55 +00:00
9151d2c2a8 Update IPFS playlist CID in database during streaming for live HLS
giles pushed to main at art-dag/celery 2026-02-04 00:02:23 +00:00
ed5ef2bf39 Add ipfs_playlist_cid to pending_runs and fail-fast on DB errors
giles pushed to main at art-dag/celery 2026-02-03 23:01:49 +00:00
bbcb79cc1e Fix database connection pool leak in init_db()
giles pushed to main at art-dag/client 2026-02-03 23:00:13 +00:00
656738782f Fix database connection pool leak in init_db()
giles pushed to main at art-dag/celery 2026-02-03 22:15:10 +00:00
11bcafee55 Use IPFS URLs for video/image playback when available
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