• Joined on 2024-04-09
giles pushed to main at art-dag/celery 2026-02-04 02:40:08 +00:00
75f9d8fb11 Configure GPU encoder for low-latency (no B-frames)
giles pushed to main at art-dag/celery 2026-02-04 02:37:23 +00:00
b96e8ca4d2 Add playlist_url property to GPUHLSOutput
giles pushed to main at art-dag/celery 2026-02-04 02:34:52 +00:00
8051ef9ba9 Fix GPUHLSOutput method name (write not write_frame)
giles pushed to main at art-dag/celery 2026-02-04 02:32:45 +00:00
3adf927ca1 Add zero-copy GPU encoding pipeline
giles pushed to main at art-dag/celery 2026-02-04 02:10:19 +00:00
9bdad268a5 Fix DLPack: use frame.to_dlpack() for decord→CuPy zero-copy
giles pushed to main at art-dag/celery 2026-02-04 02:06:24 +00:00
1cb9c3ac8a Add DLPack debug logging to diagnose zero-copy
giles pushed to main at art-dag/celery 2026-02-04 01:56:41 +00:00
36c4afeb84 Add LD_PRELOAD for libnvcuvid in Dockerfile
giles pushed to main at art-dag/celery 2026-02-04 01:53:40 +00:00
b6292268fa Add NVDEC headers and libnvcuvid stub for decord build
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