Hello,
I use freerdp on Linux to connect to a Win 7 machine with the following
parameters:
xfreerdp -sec-nla +sec-rdp +sec-tls /clipboard /fonts
/multimedia:sys:pulse /sound:sys:pulse /microphone:sys:pulse
/size:1250x980 /kbd:German /gdi:hw /bpp: /u:root /v:win7 /cert-ignore
/smartcard:
Sound
Hi,
Using it daily on fedora and debian. No issue here so far.
Does the sound improve when using the alsa or oss backend? (So you can
eliminate other problem sources)
Currently the flow of audio data is the following:
server -> encode transport format (variable) -> network -> decode to
16bit
Am 10/05/2018 um 09:50 AM schrieb Armin Novak via FreeRDP-devel:
> your case...
>
> /log-filters:com.freerdp.channels.rdpsnd.client:trace will give you
> details from the sound channel,
>
> /log:filters:com.freerdp.channels.audin.client:trace from the microphone
>
>
> The microphone redirection
What is interesting is that WAVE_FORMAT_ADPCM is used...
This indicates that you compiled without ffmpeg support and #4779 might
apply to the decoder as well...
So I'd guess this is not a backend issue at all but a format issue
(the closing is most likely due to the decoder failing)
On 10/5/18
Am 10/05/2018 um 10:48 AM schrieb Armin Novak via FreeRDP-devel:
> What is interesting is that WAVE_FORMAT_ADPCM is used...
>
> This indicates that you compiled without ffmpeg support and #4779 might
> apply to the decoder as well...
>
> So I'd guess this is not a backend issue at all but a form
Am 10/05/2018 um 11:21 AM schrieb Daniel Spannbauer via FreeRDP-devel:
>
> Am 10/05/2018 um 10:48 AM schrieb Armin Novak via FreeRDP-devel:
>> What is interesting is that WAVE_FORMAT_ADPCM is used...
>>
>> This indicates that you compiled without ffmpeg support and #4779 might
>> apply to the de
Ok, good to know, then you solved the first half of the issue.
Nightlies are still built without ffmpeg support, so the codec used will
be the same.
(we fixed a lot of stuff in the audio channel, so the debug messages
have changed a bit)
On 10/5/18 1:34 PM, Daniel Spannbauer via FreeRDP-devel w