Files
2026-08-22 20:34:42 +02:00

15 lines
624 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Windows (noch nicht begonnen)
Platzhalter. Windows bringt Miracast selbst mit („Auf drahtlose Anzeige
projizieren“, Windows-Taste + K) ein eigener Sender lohnt sich nur, wenn das
bordeigene nicht funktioniert.
Falls doch etwas gebaut wird, kommen als Wege infrage:
* die WinRT-Schnittstelle `Windows.Media.Casting` bzw. `ProjectionManager`
* derselbe Weg wie unter Linux, dann aber über die WLAN-Direct-API
(`Windows.Devices.WiFiDirect`) statt über wpa_supplicant
Der Protokollteil Handshake M1M7 und RTP-Versand ließe sich aus
`../linux/wfd/` übernehmen; er hängt an keiner Linux-Eigenheit.