Description
hydrabody currently discovers the VDD display device_id by parsing Sunshine log file for manufacturer MTT. This is fragile: depends on Sunshine log format, log file location, and timing (Sunshine must restart first to enumerate displays).
Use Win32_PnPEntity or Win32_VideoController via WMI to find VDD displays directly from Go. Deterministic, no Sunshine dependency.