forked from shaba/openuds
removed mic redirect on mac py default for xfreerdp (2.8 is "crashing"?)
This commit is contained in:
parent
d2fa5e38d0
commit
f24c77f20a
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user