removed mic redirect on mac py default for xfreerdp (2.8 is "crashing"?)

This commit is contained in:
Adolfo Gómez García 2022-08-01 14:37:39 +02:00
parent d2fa5e38d0
commit f24c77f20a

View File

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2012-2020 Virtual Cable S.L.U.
# Copyright (c) 2012-2022 Virtual Cable S.L.U.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without modification,
@ -125,7 +125,8 @@ class RDPFile:
params.append('/microphone:sys:alsa')
else:
params.append('/sound')
params.append('/microphone')
# Mac does not redirect microphone by default, seems to "cause problems"
# params.append('/microphone')
if self.multimedia:
params.append('/video')