Skip to content

1.0.1

Choose a tag to compare

@github-actions github-actions released this 18 Jul 13:26
· 2 commits to main since this release

Maintenance release: a small UI-string fix and documentation brought in line with the FFmpeg receive engine.

Fixed

  • Italian "Start" button label showed Avvia!! (stray exclamation marks) instead of Avvia.

Documentation

  • README (EN + IT) corrected for the FFmpeg receive path. The receiver is no longer Media Foundation, so the guidance built around MF's packetization quirks is gone:
    • Removed the "force a single H.264 slice per frame / sliced-threads=0 is non-negotiable" warning — FFmpeg reassembles multi-slice streams correctly (as ffplay always did). The encoder recipe stays, reframed as general low-latency advice.
    • Dropped the "RX ≫ real framerate ⇒ multi-slice H.264" diagnostic tell and the matching troubleshooting entry, both of which described the removed MF symptom.
    • Rewrote the diagnostics section for the current UI: two panels (Connection / Stats) instead of one bar, the full current field set (State, Engine, Decode, RX, Render, Duplicates, Dropped, Processing, Drift), and the fact that the stats reflect the Frame Server once the virtual camera is running (not preview-only).
    • Documented the settings added in 1.0.0 (selectable RTSP transport with live active-transport display, FFmpeg engine tuning, frame-counter overlay).