memflow-mirror
memflow-mirror copied to clipboard
dxgi & obs based screen mirroring for kvm, qemu & more
This draft will implement OBS capture with dynamic switching when a fullscreen application is detected. Current limitations: - Sometimes the capture takes a few seconds to switch so we should...
The cursor icon should actually be fetched from windows and forwarded to the host for rendering. At best, the texture buffer should be provided by the guest agent.
For more convenience, we shouldn't rely on PsExec anymore but build our own windows service. Ideally, we provide a pre-packaged installer so the end-user can just install the guest agent.
For a better user experience (especially outside of games) it could be useful to support mouse and keyboard in a similar way to Parsec. Sending inputs could either be done...
When compiling the guest-agent on Windows, I received the following error: ```bat error[E0282]: type annotations needed for `Box` --> C:\Users\Link\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\time-0.3.34\src\format_description\parse\mod.rs:83:9 | 83 | let items = format_items | ^^^^^ ......