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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's New
Concurrent Wi-Fi/WFD Warning in --doctor (#57): Added a check for adapters whose drivers cannot run a Wi-Fi connection and Wi-Fi Direct at the same time. Instead of a vague "no P2P-device shown" error, it now gives actionable advice to disconnect Wi-Fi before starting WFD.
Lower P2P Group Owner Intent for WFD (#72): FluxCast now lowers its Wi-Fi Direct group-owner intent (go_intent=0) before connecting. On TVs that link up at the P2P layer but never start the RTSP session, this gets the session to start. Added a --wfd-go-intent 0-15 flag to override it if a sink needs the opposite.
Fixes
Refine --doctor firewalld checks to probe the actual RTSP port (7236/tcp) instead of always warning, with graceful handling for Polkit auth failures (#71).
Reliable --wfd-peer selection during WFD scans (#72): Fixed a bug where --wfd-peer would fail with "index out of range" because NetworkManager re-scans are non-deterministic. FluxCast now retries the scan a few times (up to 3) until the requested peer appears. Tip: select by MAC rather than index, since the index can shift between a separate --wfd-scan and connect.