You are not logged in.

#1 2021-08-29 15:16:40

medicineman25
Member
Registered: 2014-12-03
Posts: 110

LoadLibraryA failed with /usr/lib/freerdp2/librdpsnd-client-audin.so:

I am trying to get simultaneous audio and video usb redirection working from one webcam. Remmina and rdesktop do not work for some reason, so I am trying the suggestion found on this thread: https://unix.stackexchange.com/a/153696/329903

The command with xfreerdp is as follows:

xfreerdp -u username -d domain --plugin drdynvc --plugin rdpsnd --data audin -- server

But it seems to have issues loading the audin plugin, citing a missing file at /usr/lib/freerdp2/....so which upon checking does not in fact exist

Here is the full output:

[15:59:05:670] [127743:127743] [WARN][com.freerdp.client.common.cmdline] - Using deprecated command-line interface!
[15:59:05:673] [127743:127743] [WARN][com.freerdp.client.common.compatibility] - -d domain -> /d:domain
[15:59:05:673] [127743:127743] [WARN][com.freerdp.client.common.compatibility] - -u aidan -> /u:aidan
[15:59:05:673] [127743:127743] [WARN][com.freerdp.client.common.compatibility] - 10.0.30.15 -> /v:10.0.30.15
[15:59:05:673] [127743:127743] [WARN][com.freerdp.client.common.compatibility] - 
[15:59:05:674] [127743:127744] [INFO][com.freerdp.core] - freerdp_connect:freerdp_set_last_error_ex resetting error state
[15:59:05:674] [127743:127744] [INFO][com.freerdp.client.common.cmdline] - loading channelEx rdpdr
[15:59:05:674] [127743:127744] [INFO][com.freerdp.client.common.cmdline] - loading channelEx rdpsnd
[15:59:05:674] [127743:127744] [INFO][com.freerdp.client.common.cmdline] - loading channelEx cliprdr
[15:59:05:675] [127743:127744] [INFO][com.freerdp.client.x11] - Property 386 does not exist
[15:59:05:997] [127743:127744] [INFO][com.freerdp.primitives] - primitives autodetect, using optimized
[15:59:05:000] [127743:127744] [INFO][com.freerdp.core] - freerdp_tcp_is_hostname_resolvable:freerdp_set_last_error_ex resetting error state
[15:59:05:000] [127743:127744] [INFO][com.freerdp.core] - freerdp_tcp_connect:freerdp_set_last_error_ex resetting error state
[15:59:05:025] [127743:127744] [WARN][com.freerdp.crypto] - Certificate verification failure 'self signed certificate (18)' at stack position 0
[15:59:05:025] [127743:127744] [WARN][com.freerdp.crypto] - CN = 
[15:59:11:196] [127743:127744] [INFO][com.freerdp.gdi] - Local framebuffer format  PIXEL_FORMAT_BGRX32
[15:59:11:196] [127743:127744] [INFO][com.freerdp.gdi] - Remote framebuffer format PIXEL_FORMAT_RGB16
[15:59:11:238] [127743:127744] [INFO][com.winpr.clipboard] - initialized POSIX local file subsystem
[15:59:11:247] [127743:127744] [ERROR][com.winpr.library] - LoadLibraryA failed with /usr/lib/freerdp2/librdpsnd-client-audin.so: cannot open shared object file: No such file or directory
[15:59:11:247] [127743:127744] [WARN][com.freerdp.addin] - Failed to load channel rdpsnd [audin]
[15:59:11:247] [127743:127744] [ERROR][com.freerdp.channels.rdpsnd.client] - [static] Unable to load sound playback subsystem audin because of error 1359
[15:59:11:257] [127743:127744] [ERROR][com.freerdp.core] - [static] rdpsnd_virtual_channel_init_event_ex reported an error. Error was 1359
[15:59:11:257] [127743:127744] [ERROR][com.freerdp.core] - checkChannelErrorEvent() failed - 0
[15:59:11:257] [127743:127744] [INFO][com.freerdp.client.common] - Network disconnect!
[15:59:11:257] [127743:127744] [ERROR][com.freerdp.client.x11] - Failed to check FreeRDP file descriptor

Offline

Board footer

Powered by FluxBB