Skip to content

fix(video): ship FFmpeg DLLs as loose files, not inside single-file exe#19

Merged
keyldev merged 1 commit into
mainfrom
fix/windows-ffmpeg-packaging
Jun 12, 2026
Merged

fix(video): ship FFmpeg DLLs as loose files, not inside single-file exe#19
keyldev merged 1 commit into
mainfrom
fix/windows-ffmpeg-packaging

Conversation

@keyldev

@keyldev keyldev commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator
  • ExcludeFromSingleFile on native Content: bundled DLLs extracted to a temp subpath the loader never probes -> every av_* call threw NotSupportedException
  • FfmpegRuntime: classify NotSupportedException as native-load failure and replay the failure on later init calls (no endless cryptic reconnects)
  • ONVIF: tolerate truncated GetSystemDateAndTime reply, assume zero time shift

Summary

  • ExcludeFromSingleFile on native Content: bundled DLLs extracted to a temp subpath the loader never probes -> every av_* call threw NotSupportedException
  • FfmpegRuntime: classify NotSupportedException as native-load failure and replay the failure on later init calls (no endless cryptic reconnects)
  • ONVIF: tolerate truncated GetSystemDateAndTime reply, assume zero time shift

Related

Type

  • Bug fix
  • Feature
  • Refactor / cleanup
  • Docs / CI
  • Other:

Checklist

  • Builds with 0 warnings (TreatWarningsAsErrors=true).
  • Tests pass (dotnet test); new Core logic has unit tests.
  • No layering violation — App references Core only (Infrastructure / Video / Devices wired via DI in a head).
  • Scope stays within one phase (didn't pull work from a later phase's "Не входит").
  • README / docs updated if public commands, options, or setup changed.

Platforms tested

  • Windows
  • Linux
  • macOS
  • Android
  • iOS
  • CI build only

Screenshots / notes

- ExcludeFromSingleFile on native Content: bundled DLLs extracted to a temp
  subpath the loader never probes -> every av_* call threw NotSupportedException
- FfmpegRuntime: classify NotSupportedException as native-load failure and
  replay the failure on later init calls (no endless cryptic reconnects)
- ONVIF: tolerate truncated GetSystemDateAndTime reply, assume zero time shift
@keyldev keyldev merged commit 8773455 into main Jun 12, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant