Skip to content
Bernhard Miklautz edited this page Jul 19, 2013 · 5 revisions

Freerdp shipped with my distribution is rather old - is there a recent version?

For ubuntu there is a remmina/freerdp personal package archive available at https://launchpad.net/~freerdp-team/+archive/freerdp which provides daily builds. For other distributions are currently no daily packages available so you will need to build from source.

I am experiencing severe audio lag when viewing multimedia content.

Further reading:

For v1.0.x

Use the --data latency:X -- argument to specify the audio latency. X is in milliseconds.

Example command line:

xfreerdp -u user --no-nla -f --plugin rdpsnd --data latency:50 -- 192.168.x.x

Clone this wiki locally