|
From: Daniel S. <Dan...@dt...> - 2012-11-03 19:21:38
|
Hi all, I'm running xfreerdp on an centos6.0, 64bit. [root@app /]$ rpm -qa | grep freerdp freerdp-libs-1.0.1-7.el6.x86_64 freerdp-plugins-1.0.1-7.el6.x86_64 freerdp-1.0.1-7.el6.x86_64 I'm not familiar with sound topic's like ALSO, oss, ...., but testing the sound inside a xterm using sox works fine: sh-4.1$ sox RapsodiaBohemiaQueen.ogg -t oss sh-4.1$ echo $AUDIO /tmp/SGD/dev/sgdaudio/sgddsp-0 sh-4.1$ echo $AUDIODEV /tmp/SGD/dev/sgdaudio/sgddsp-0 If I try to connect using xfreerdp to a W2k8R2, but no sound was played on the client side - but I get the following output: sh-4.1$ xfreerdp --plugin rdpsnd 10.1.1.54 loading plugin rdpsnd Warning xf_GetWindowProperty (140): Property 431 does not exist connected to 10.1.1.54:3389 Xlib: extension "XVideo" missing on display "192.168.204.24:10.0". Warning rdpsnd_pulse_connect (99): bad context state (6) Warning FreeRDPRdpsndDeviceEntry (500): rdpsnd_pulse_connect failed Warning rdpsnd_load_device_plugin (466): pulse entry returns error. freerdp_load_library_symbol: failed to open /usr/lib64/freerdp/rdpsnd_alsa.so: /usr/lib64/freerdp/rdpsnd_alsa.so: cannot open shared object file: No such file or directory freerdp_load_plugin: failed to load rdpsnd_alsa/FreeRDPRdpsndDeviceEntry Warning rdpsnd_process_connect (530): no sound device. Warning rdpsnd_process_message_formats (253): no formats supported So, is there a way to correct my setup ? rdpsnd_alsa.so is not inside the freerdp-plugins rpm. Do I need this plugin ? Thanks for your help regards Danny |