- 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
16 lines
351 B
JSON
16 lines
351 B
JSON
{
|
|
"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",
|
|
"@aws-sdk/lib-storage": "^3.500.0",
|
|
"@aws-sdk/s3-request-presigner": "^3.500.0",
|
|
"dotenv": "^16.4.0"
|
|
}
|
|
}
|