Skip to content

feat(video): Phase 12 streaming hardening#20

Merged
keyldev merged 1 commit into
mainfrom
feat/phase-12-streaming-hardening
Jun 19, 2026
Merged

feat(video): Phase 12 streaming hardening#20
keyldev merged 1 commit into
mainfrom
feat/phase-12-streaming-hardening

Conversation

@keyldev

@keyldev keyldev commented Jun 19, 2026

Copy link
Copy Markdown
Collaborator
  • tile state machine: connecting/error overlays with Retry/Close, codec/res/fps/bitrate stats badge
  • watchdog + exponential backoff (1-2-4-8-16-30s, reset on frame, cold->offline); fix concurrent FFmpeg init race (NRE in av_dict_set)
  • smart pause on minimize with 10s grace + last-frame hold (no white flash)
  • auto SD/HD: global toggle + layout policy + per-camera override (migration 007)
  • WS-Discovery binds the chosen LAN NIC (ignores VPN/virtual); unit tests for backoff, quality policy, NIC selection

Summary

  • tile state machine: connecting/error overlays with Retry/Close, codec/res/fps/bitrate stats badge
  • watchdog + exponential backoff (1-2-4-8-16-30s, reset on frame, cold->offline); fix concurrent FFmpeg init race (NRE in av_dict_set)
  • smart pause on minimize with 10s grace + last-frame hold (no white flash)
  • auto SD/HD: global toggle + layout policy + per-camera override (migration 007)
  • WS-Discovery binds the chosen LAN NIC (ignores VPN/virtual); unit tests for backoff, quality policy, NIC selection

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

- tile state machine: connecting/error overlays with Retry/Close, codec/res/fps/bitrate stats badge
- watchdog + exponential backoff (1-2-4-8-16-30s, reset on frame, cold->offline); fix concurrent FFmpeg init race (NRE in av_dict_set)
- smart pause on minimize with 10s grace + last-frame hold (no white flash)
- auto SD/HD: global toggle + layout policy + per-camera override (migration 007)
- WS-Discovery binds the chosen LAN NIC (ignores VPN/virtual); unit tests for backoff, quality policy, NIC selection
@keyldev keyldev merged commit 85a4606 into main Jun 19, 2026
6 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