Dockerfile is now a two-stage build that compiles FFmpeg from source with --enable-decklink against the Blackmagic SDK 16.x headers in services/capture/sdk/ (operator-supplied, gitignored). build-with-decklink.sh + patch_decklink.py drive the build. docker-compose.yml mounts /dev/shm, /run/dbus, /run/systemd into mam-api, capture, web-ui so the BMD runtime can talk to the host. capture-manager.js wraps SDI sources with -vf yadif=mode=1 (deinterlace). recorders.html defaults to SDI source type now that we have a working DeckLink path.
34 lines
490 B
Text
34 lines
490 B
Text
# Dependencies
|
|
node_modules/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
|
|
# OS
|
|
.DS_Store
|
|
.env.swp
|
|
.env.swo
|
|
services/editor/node_modules
|
|
services/editor/**/node_modules
|
|
services/editor/**/dist
|
|
services/editor/.pnpm-store
|
|
|
|
# Blackmagic DeckLink SDK + runtime libs (operator-supplied; see services/capture/build-with-decklink.sh)
|
|
services/capture/sdk/
|
|
services/capture/lib/
|
|
|
|
# Editor backups
|
|
*.bak
|
|
*.bak2
|
|
.env.bak.*
|