You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add first-class StreamDL configuration for hardware-accelerated encode/decode (Intel QSV / VAAPI) instead of relying only on raw FFMPEG_EXTRA_* strings.
Context
Parent epic: #452
Depends on Phase 1 (device access) and Phase 2 (QSV-capable FFmpeg image).
Scope
Env/flags such as FFMPEG_HWACCEL=none|qsv|vaapi and video codec selection (copy / software / h264_qsv / h264_vaapi, etc.)
Safe defaults preserving current behavior
Soft failure: clear notice + fallback to copy/software when hwaccel init fails (configurable)
Goal
Add first-class StreamDL configuration for hardware-accelerated encode/decode (Intel QSV / VAAPI) instead of relying only on raw
FFMPEG_EXTRA_*strings.Context
Parent epic: #452
Depends on Phase 1 (device access) and Phase 2 (QSV-capable FFmpeg image).
Scope
FFMPEG_HWACCEL=none|qsv|vaapiand video codec selection (copy/ software /h264_qsv/h264_vaapi, etc.)FFMPEG_EXTRA_INPUT_OPTS/FFMPEG_EXTRA_OUTPUT_OPTSas escape hatchesOut of scope
Depends on
/dev/dripassthrough docs/composeAcceptance