dragonflight/services/mam-api/src/routes
ZGaetano 51f939b1fe fix(deltacast-bridge): use group-0 sample count as authoritative audio length
Taking the MAX sample count across the 4 audio groups could emit more audio
frames per slot than group 0 (the SDI-clock reference), drifting the audio
stream slightly longer than video — heard as a ~1% pitch-up. Group 0 paces the
timeline exactly as the original 2ch path did; shorter groups are silence-padded
to its length, never extending it.
2026-06-04 04:01:25 +00:00
..
ampp.js fix(ampp): require auth on AMPP endpoint 2026-06-03 10:42:57 +00:00
assets.js fix(mam-api): remove stitchedS3Stream workaround — RustFS range bug fixed in beta.6 (#143) 2026-06-03 16:07:32 +00:00
auth.js fix(mam-api): harden TOTP login flow + tighten Google domain check 2026-05-30 12:52:53 +00:00
bins.js fix(mam-api): close cross-project authz gaps in assets/bins/jobs/upload 2026-05-30 12:52:29 +00:00
capture.js feat(mam-api): finish per-project authz on the deferred routers 2026-05-30 03:48:02 +00:00
cluster.js fix(deltacast-bridge): use group-0 sample count as authoritative audio length 2026-06-04 04:01:25 +00:00
comments.js feat(mam-api): finish per-project authz on the deferred routers 2026-05-30 03:48:02 +00:00
groups.js rip out entire auth/login flow 2026-05-27 03:39:58 +00:00
imports.js feat(mam-api): finish per-project authz on the deferred routers 2026-05-30 03:48:02 +00:00
jobs.js feat(jobs): surface playout-stage queue in Jobs screen 2026-05-31 12:06:08 -04:00
metrics.js rip out entire auth/login flow 2026-05-27 03:39:58 +00:00
playout.js feat(playout): redesigned MCR screen + SCTE-35 end-to-end 2026-05-31 19:58:02 -04:00
projects.js feat(mam-api,web-ui): per-project RBAC (v2 auth layer) 2026-05-30 02:37:36 +00:00
recorders.js feat(recorders): hardware-identity model with Enable/Disable lifecycle 2026-06-04 03:14:43 +00:00
schedules.js rip out entire auth/login flow 2026-05-27 03:39:58 +00:00
sdk.js rip out entire auth/login flow 2026-05-27 03:39:58 +00:00
sequences.js feat(mam-api): finish per-project authz on the deferred routers 2026-05-30 03:48:02 +00:00
settings.js feat(settings/growing): storage warning, SMB auth + CIFS mount, per-recorder growing 2026-05-31 14:50:36 -04:00
storage.js fix(audit): critical security hardening and ops reliability fixes 2026-06-03 10:42:57 +00:00
system.js rip out entire auth/login flow 2026-05-27 03:39:58 +00:00
tokens.js feat(auth): bound-hostname tokens for node-agent + return role from /me 2026-05-27 19:27:59 -04:00
upload.js fix(mam-api): close cross-project authz gaps in assets/bins/jobs/upload 2026-05-30 12:52:29 +00:00
users.js fix(node-agent): use timingSafeEqual for token comparison 2026-06-03 10:42:57 +00:00