Commit Graph

27 Commits

Author SHA1 Message Date
Zoe Roux 95bbc17ad2 Fix transcoder context timeouts 2026-02-14 12:41:04 +01:00
Zoe Roux 563ae85db1 Add /health and /ready for transcoder 2025-11-09 19:21:29 +01:00
Zoe Roux 509e7c08cd Switch transcoder to pgx 2025-11-04 09:48:21 +01:00
Zoe Roux f1ddc7e7b9 Hardcode gocoder db schema 2025-11-04 09:48:21 +01:00
Zoe Roux 3590963206 Add subtitle conversion (from srt to vtt for example) 2025-10-22 09:17:54 +02:00
Zoe Roux 5ca1ae938f wip: Add subtitles handling 2025-10-22 09:16:45 +02:00
Zoe Roux c90d0e7ffc Hardcode transcoder prefix to /video 2025-07-19 00:39:49 +02:00
solidDoWant 265386f289 Added support for storing transcoder metadata in S3
Signed-off-by: Fred Heinecke <fred.heinecke@yahoo.com>
2025-05-02 11:38:28 +02:00
Miroslav Šedivý b4e22538fc fix fmt sprintf in thumbnails.go (#740) 2024-12-24 22:55:42 +00:00
Zoe Roux 6aac9d1f26 Wait for extraction to finish before returninrg attachments 2024-08-11 00:46:11 +02:00
Zoe Roux c0f8f22e6a Cleanup thumbs existence check 2024-08-08 17:03:35 +02:00
Zoe Roux a112ecb8e9 Remove sqlx 2024-08-08 17:03:35 +02:00
Zoe Roux cc3b6f268a Run migrations on startup 2024-08-08 17:03:35 +02:00
Zoe Roux a75bd48ccf Rework thumbnail cache to use db 2024-08-08 17:03:35 +02:00
Zoe Roux 2eecb5174c Remove x-route header and use a env var instead 2024-04-28 00:32:02 +02:00
Zoe Roux b035ad07ec Use sha in thumbnails extractors 2024-02-26 14:32:25 +01:00
Zoe Roux d1158cab05 Fix thumbnails never returning 2024-02-19 17:14:41 +01:00
Zoe Roux ee3d8916ed Use cmap for thumbnails 2024-02-19 17:14:41 +01:00
Zoe Roux 2afed432f7 Use concurrent map for subtitles 2024-02-19 17:14:41 +01:00
Zoe Roux f5be4a8b99 Attachments handling 2024-02-19 17:14:41 +01:00
Zoe Roux 983b558510 Use os.Stat instead of mediainfo for thumbnails cache path 2024-01-29 03:41:39 +01:00
Zoe Roux 9fd7ca35f1 Create a settings struct for paths 2024-01-29 03:41:39 +01:00
Zoe Roux 1901c908ff Fix minutes display of thumbnails.vtt 2024-01-28 19:55:18 +01:00
Zoe Roux a74fbce48e Resize thumbnails and cap max number of thumbnails 2024-01-28 19:55:18 +01:00
Zoe Roux 8a862c86a5 Dont extract thumbnails if already exists 2024-01-28 19:55:18 +01:00
Zoe Roux e6a9e2c7da Add thumbnail cache 2024-01-28 19:55:18 +01:00
Zoe Roux b147ee8850 Create a thumbnails sprite api 2024-01-28 19:55:18 +01:00