6

I have trouble redirecting audio during my rdp connection with freerdp.

When I use this command:

xfreerdp /v:ServerName /u:User /p:Password /d:Domain /audio

I get this error:

Warning rdpsnd_process_connect (/home/USER/Desktop/FreeRDP-master/FreeRDP/channels/rdpsnd/client/rdpsnd_main.c:801): no sound device.
drs
  • 5,363
  • 9
  • 40
  • 69
iamfreejay
  • 61
  • 1
  • 2

1 Answers1

1

Instead of /audio, try to pass /sound:

xfreerdp /u:dinosaur /d:cretaceous /sound /v:pangaea.ancient.int
gerrit
  • 3,457
  • 6
  • 25
  • 41