|
|
78b1f3482f
|
feat(recorders): add PortBindings for SRT/RTMP listener mode containers
When source_config.mode === 'listener':
- SRT: bind UDP listen_port (default 9000) on container host
- RTMP: bind TCP listen_port (default 1935) on container host
Add ExposedPorts to container config alongside HostConfig.PortBindings.
Also pass LISTEN, LISTEN_PORT, STREAM_KEY env vars to container.
|
2026-05-16 08:21:03 -04:00 |
|
|
|
44759391e5
|
Fix jobs.js: send camelCase fields to conform worker (projectId/outputFormat)
|
2026-05-16 00:46:45 -04:00 |
|
|
|
a9cc8caf42
|
fix(recorders): add S3_REGION to container env, accept 304/404 on stop/remove
|
2026-05-16 00:31:10 -04:00 |
|
|
|
e796a0d15f
|
fix(routes+ui): capture route bin optional, jobs Redis URL, recorders S3_REGION+stop codes, api.js full rewrite, upload.html multipart fix, capture.html bin guard: jobs.js
|
2026-05-16 00:30:26 -04:00 |
|
|
|
ada5597f79
|
fix(auth+bugs): optional auth bypass, login routes, conform column name, panel metadata fields, login page: auth.js
|
2026-05-15 23:40:11 -04:00 |
|
|
|
4ba898f6a3
|
fix: remove premature thumbnail dispatch from upload route (proxy worker now handles it)
|
2026-05-15 21:26:57 -04:00 |
|
|
|
db73235149
|
fix: add POST /assets handler for capture registration + thumbnail job dispatch
|
2026-05-15 21:24:02 -04:00 |
|
|
|
0e36ca9972
|
feat: AMPP folder sync integration — pre-create folder hierarchy on upload, expose lookup endpoint for Script Task: upload.js
|
2026-04-18 13:42:09 -04:00 |
|
|
|
e25e63b3f0
|
feat: AMPP folder sync integration — pre-create folder hierarchy on upload, expose lookup endpoint for Script Task: ampp.js
|
2026-04-18 13:42:08 -04:00 |
|
|
|
56e2a97506
|
feat: AMPP folder sync integration — pre-create folder hierarchy on upload, expose lookup endpoint for Script Task: settings.js
|
2026-04-18 13:42:08 -04:00 |
|
|
|
8ab7ea4d8d
|
Phase 2: services/mam-api/src/routes/recorders.js
|
2026-04-07 22:05:41 -04:00 |
|
|
|
6994e2d697
|
Phase 2: services/mam-api/src/routes/upload.js
|
2026-04-07 22:05:40 -04:00 |
|
|
|
a463b67bce
|
add services/mam-api/src/routes/bins.js
|
2026-04-07 21:58:28 -04:00 |
|
|
|
b1e9b4a9ca
|
add services/mam-api/src/routes/projects.js
|
2026-04-07 21:58:28 -04:00 |
|
|
|
31927f9742
|
add services/mam-api/src/routes/capture.js
|
2026-04-07 21:58:27 -04:00 |
|
|
|
55b765698c
|
add services/mam-api/src/routes/jobs.js
|
2026-04-07 21:58:27 -04:00 |
|
|
|
5cb9ccaefc
|
add services/mam-api/src/routes/assets.js
|
2026-04-07 21:58:27 -04:00 |
|