We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I made a fresh install from github repo with the next flags
cmake .. -DWITH_PULSE=ON -DBUILD_SHARED_LIBS=1 -DWITH_ALSA=ON -DWITH_CUPS=ON -DWITH_FFMPEG=ON -DWITH_GSTREAMER_1_0=ON -DWITH_KRB5=ON -DWITH_X11=ON -DWITH_XCURSOR=ON -DWITH_XKBFILE=ON -DWITH_XINERAMA=ON -DWITH_XV=ON -DWITH_WEBVIEW=ON -DWITH_WEBVIEW_QT=ON -DWITH_AAD=ON
And when i try to set the sound or mic i go these errors:
xfreerdp /v:<server> /u:<user> /size:1920x1080 /bpp:32 /multimon /compression /network:auto /audio-mode:0 /sec:aad /sound:sys:alsa /microphone:sys:alsa [15:19:13:192] [143661:0002312d] [ERROR][com.freerdp.client.common.cmdline] - [freerdp_client_command_line_post_filter_int]: Command line parsing failed at 'sound' value 'sys:alsa' [1] [15:19:13:192] [143661:0002312d] [ERROR][com.freerdp.client.common.cmdline] - [freerdp_client_command_line_post_filter_int]: Command line parsing failed at 'microphone' value 'sys:alsa' [1]
My OS:
dful@ark:~/Downloads/FreeRDP$ cat /etc/os-release NAME="Pop!_OS" VERSION="22.04 LTS" ID=pop ID_LIKE="ubuntu debian" PRETTY_NAME="Pop!_OS 22.04 LTS" VERSION_ID="22.04" VERSION_CODENAME=jammy UBUNTU_CODENAME=jammy LOGO=distributor-logo-pop-os
The text was updated successfully, but these errors were encountered:
I founw a weird solution i guess:
xfreerdp /v:<server> /u:<user> /size:1920x1080 /bpp:32 /multimon /compression /network:auto /audio-mode:0 /sec:aad /microphone:format:1
Sorry, something went wrong.
No branches or pull requests
I made a fresh install from github repo with the next flags
And when i try to set the sound or mic i go these errors:
My OS:
The text was updated successfully, but these errors were encountered: