Skip to content

Mstsc rdp fix#168

Merged
dkmstr merged 2 commits into
v4.0from
mstsc-rdp-fix
Apr 21, 2026
Merged

Mstsc rdp fix#168
dkmstr merged 2 commits into
v4.0from
mstsc-rdp-fix

Conversation

@aschumann-virtualcable
Copy link
Copy Markdown
Contributor

This pull request introduces minor enhancements to RDP (Remote Desktop Protocol) configuration and improves the signing logic for RDP files on Windows. The main changes add support for new RDP options and update the file signing check to ensure signatures are only applied when needed.

Enhancements to RDP configuration options:

  • Added support for audiocapturemode:i: (AudioCaptureMode) and camerastoredirect:s: (CamerasToRedirect) to the RDP options mapping in rdp.py, allowing users to configure audio capture and camera redirection in their RDP sessions. [1] [2]

Improvements to RDP file signing logic:

  • Updated tunnel.py to only sign the RDP file if the ticket_sign parameter is present, preventing unnecessary signing operations.
  • Updated the corresponding signature file tunnel.py.signature to match the new logic and file contents.

@dkmstr dkmstr merged commit c651e37 into v4.0 Apr 21, 2026
2 checks passed
@dkmstr dkmstr deleted the mstsc-rdp-fix branch April 21, 2026 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants