2026-04-07 21:58:18 -04:00
|
|
|
{
|
|
|
|
|
"name": "wild-dragon-worker",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "node src/index.js"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"bullmq": "^5.0.0",
|
|
|
|
|
"pg": "^8.13.0",
|
|
|
|
|
"@aws-sdk/client-s3": "^3.500.0",
|
feat: live HLS preview, proxy worker fixes, Settings tabs, growing-files + Premier panel
- worker/proxy: scale-to-even filter, analyzeduration 100M, skip images, hasAudio
- worker/promotion: SMB landing zone -> S3 on idle, queues proxy job, status='ready'
- web-ui screens-ingest: HlsPreview component replaces fake LiveStrip/FauxFrame
- web-ui screens-admin: functional Settings tabs (S3, GPU, Growing, SDI, AMPP)
- mam-api /settings/growing: GET/PUT growing-files config
- mam-api /assets/:id/live-path: SMB UNC/POSIX path for live growing assets
- capture-manager: GROWING_ENABLED -> write hires to /growing instead of S3 stream
- recorders.js: pass GROWING_ENABLED to capture container, bind /growing mount
- docker-compose: mount /mnt/NVME/MAM/wild-dragon-growing on mam-api + worker
- premiere-plugin: Mount Live button, Relink-to-HiRes, live->ready status poll
2026-05-22 19:12:53 -04:00
|
|
|
"@aws-sdk/lib-storage": "^3.500.0",
|
2026-04-07 21:58:18 -04:00
|
|
|
"@aws-sdk/s3-request-presigner": "^3.500.0",
|
|
|
|
|
"dotenv": "^16.4.0"
|
|
|
|
|
}
|
|
|
|
|
}
|