[FreeRDP-devel] About wfreerdp connection error 131084(0x2000c)

2019-01-10 Thread Palim via FreeRDP-devel
hello everone: wfreerdp.exe connection error log: [ERROR][com.freerdp.core.transport] - BIO_read returned a system error 0: No error [ERROR][com.freerdp.core.nego] - Protocol Security Negotiation Failure [ERROR][com.freerdp.core] - freerdp_set_last_error ERRCONNECT_SECURITY_NEGO_CONNECT_FAILED

[FreeRDP-devel] About wfreerdp connection error 131084(0x2000c)

2019-01-10 Thread Palim via FreeRDP-devel
hello everone: wfreerdp.exe connection error log: [ERROR][com.freerdp.core.transport] - BIO_read returned a system error 0: No error [ERROR][com.freerdp.core.nego] - Protocol Security Negotiation Failure [ERROR][com.freerdp.core] - freerdp_set_last_error ERRCONNECT_SECURITY_NEGO_CONNECT_FAILED

Re: [FreeRDP-devel] freeRDP2 arm64 options

2019-01-08 Thread Armin Novak via FreeRDP-devel
Hi Martin, only hardware support is currently though ffmpeg H264 decoding but due to the way RDP uses H264 the yuv to rgb conversion is still done on the CPU best regards Armin On 1/8/19 2:57 PM, Martin Ciglan wrote: > Hi Armin > > Thanks a lot for your valuable answers. > > Does freeRDP2

Re: [FreeRDP-devel] freeRDP2 arm64 options

2019-01-08 Thread Martin Ciglan via FreeRDP-devel
Hi Armin Thanks a lot for your valuable answers. Does freeRDP2 support HW H.264 or H.265 decoding on client GPU? Any particular chip? Thanks.   Best Regards Martin __ Dňa 6. 1. 2019 o 9:34 Armin Novak via FreeRDP-devel napísal(a): Hi Martin, 1.

Re: [FreeRDP-devel] freeRDP2 arm64 options

2019-01-06 Thread Armin Novak via FreeRDP-devel
Hi Martin, 1. +gfx-h264:avc420 is invalid syntax, better use /gfx:avc444 or /gfx- h264:avc44 (avc420 is not used by newer microsoft servers, but avc444 still falls back to that) /buildconfig of your client would be interesting (assume debian? NEON acceleration should be activated, but I'm not

[FreeRDP-devel] freeRDP2 arm64 options

2019-01-04 Thread Martin Ciglan via FreeRDP-devel
Hi I am testing freerdp2-x11_2.0.0~git20181120.1.e21b72c95+dfsg1-1_arm64.deb on 64-bit ARMv8 machines. This is the way I run it in order to achieve best performance on client (ODROID C2, ubuntu bionic): xfreerdp /u: /p: /v: /f /sound:sys:alsa /microphone:sys:alsa /network:auto

Re: [FreeRDP-devel] In App mode, get whole desktop

2018-12-18 Thread Seth Hettich via FreeRDP-devel
I re-built from head and desktop mode works, but app mode now fails On the server log I can see it connect a few times, disable udp, and then say it has an rdpdr connection over tcp, then say the connection is closed, and then: 'Failed CreateVirtualChannel call on this Connections Stack' in

[FreeRDP-devel] In App mode, get whole desktop

2018-12-18 Thread Seth Hettich via FreeRDP-devel
I'm trying the instructions on the wiki for app mode and whatever I try I get a whole desktop session, not just the one app What could I try to debug this? (version 1.0.2w CentOS 7 -> windows 10) -Seth ___ FreeRDP-devel mailing list

Re: [FreeRDP-devel] wfreerdp runs a dies

2018-12-13 Thread ToddAndMargo via FreeRDP-devel
On 12/13/18 9:33 AM, ToddAndMargo via FreeRDP-devel wrote: On 12/12/18 10:06 PM, ToddAndMargo via FreeRDP-devel wrote: and no error message. What am I doing wrong? I downloaded it from: https://cloudbase.it/freerdp-for-windows-nightly-builds/ Many thanks -T On 12/13/18 12:28 AM, Armin

Re: [FreeRDP-devel] "Zone.Identifier" ??

2018-12-13 Thread ToddAndMargo via FreeRDP-devel
On 12/13/18 6:23 AM, ToddAndMargo via FreeRDP-devel wrote: Hi All, $ rpm -qa freerdp freerdp-2.0.0-47.rc4.fc29.x86_64 I have noticed recently, when I copy a file to my temporary mounted directory inside xfreerdp on a Windows 10 machine to my host Linux machine, I get an extra file

Re: [FreeRDP-devel] Where are stable builds of wfreerdp?

2018-12-13 Thread Armin Novak via FreeRDP-devel
We currently only provide source releases, there are no 'official' builds except the ones listed under https://github.com/FreeRDP/FreeRDP/wiki/PreBuilds regards Armin On 12/12/18 10:08 PM, ToddAndMargo via FreeRDP-devel wrote: > I found the nightlies > >

Re: [FreeRDP-devel] "Zone.Identifier" ??

2018-12-13 Thread Armin Novak via FreeRDP-devel
So your windows (explorer I assume?) is creating additional files? A quick search revealed this: https://stackoverflow.com/questions/4496697/what-is-zone-identifier Sounds like what you're looking for. regards Armin On 12/13/18 6:23 AM, ToddAndMargo via FreeRDP-devel wrote: > Hi All, > > $

Re: [FreeRDP-devel] wfreerdp runs a dies

2018-12-13 Thread Armin Novak via FreeRDP-devel
This is a Windows restriction, try wfreerdp > a.txt 2>&1 and open the file to get t|he output. | On 12/12/18 10:06 PM, ToddAndMargo via FreeRDP-devel wrote: > and no error message. > > What am I doing wrong? > > I downloaded it from: > https://cloudbase.it/freerdp-for-windows-nightly-builds/ >

[FreeRDP-devel] "Zone.Identifier" ??

2018-12-12 Thread ToddAndMargo via FreeRDP-devel
Hi All, $ rpm -qa freerdp freerdp-2.0.0-47.rc4.fc29.x86_64 I have noticed recently, when I copy a file to my temporary mounted directory inside xfreerdp on a Windows 10 machine to my host Linux machine, I get an extra file :Zone.Identifier Seems to only happen when I copy back a

[FreeRDP-devel] Where are stable builds of wfreerdp?

2018-12-12 Thread ToddAndMargo via FreeRDP-devel
I found the nightlies https://cloudbase.it/freerdp-for-windows-nightly-builds/ but where are the stable releases? Many thanks, -T ___ FreeRDP-devel mailing list FreeRDP-devel@lists.sourceforge.net

Re: [FreeRDP-devel] How to gdb xfreerdp?

2018-12-11 Thread Bernhard Miklautz via FreeRDP-devel
Hi, On Tue, Dec 11, 2018 at 07:29:28AM +, Freeman (Longfei) Qin via FreeRDP-devel wrote: > I'm trying to gdb xfreerdp. But I found xfreerdp was using dynamically link. > How can I build it with shared libraries. > Specailly, I want to gdb the funcions in libfreerdp-client2. But it's linked

[FreeRDP-devel] How to gdb xfreerdp?

2018-12-11 Thread Freeman (Longfei) Qin via FreeRDP-devel
Hello, Guys, I'm trying to gdb xfreerdp. But I found xfreerdp was using dynamically link. How can I build it with shared libraries. Specailly, I want to gdb the funcions in libfreerdp-client2. But it's linked dynamically. Thanks Freeman ___

[FreeRDP-devel] Hi! - The upcoming blog series

2018-12-05 Thread Bernhard Miklautz via FreeRDP-devel
Hi, it was planned for a while already but it took some time until we got around to start it: Hi! ... - the upcoming blog series. Besides providing an overview of the FreeRDP project - like history and components - the idea behind the series is to also get feedback on how FreeRDP is used.

Re: [FreeRDP-devel] Touch scroll support

2018-12-05 Thread Bernhard Miklautz via FreeRDP-devel
Hi Don, sorry for the late response. On Wed, Nov 21, 2018 at 11:19:24AM -0800, Don Schmitt via FreeRDP-devel wrote: > When I use MSTSC from a touch-capable client and I run, say, Internet > Explorer, then I can use touch and drag to scroll the page up and down. > However, this does not work from

Re: [FreeRDP-devel] Building FreeRDP server & client on Windows

2018-12-05 Thread Bernhard Miklautz via FreeRDP-devel
On Mon, Nov 19, 2018 at 10:09:13AM +, Sergio NNX via FreeRDP-devel wrote: > This is the same issue as the one posted here: >

Re: [FreeRDP-devel] Remote App notification icons

2018-11-28 Thread Hualet Wang via FreeRDP-devel
Sorry, forget to send to mail to the mailing list. I double checked the log and found that the timestamp interval is ~10s while it supposes to be 5s, so I guess the problem is that some of the WindowUpdate orders are not received on time. I'll keep digging and hope someone can help me with that

[FreeRDP-devel] Touch scroll support

2018-11-21 Thread Don Schmitt via FreeRDP-devel
Hi, When I use MSTSC from a touch-capable client and I run, say, Internet Explorer, then I can use touch and drag to scroll the page up and down. However, this does not work from wfreerdp, it just behaves like I am performing a selection of a portion of the page. I am using the latest nightly

Re: [FreeRDP-devel] Not able to use Display Variable with freerdp

2018-11-21 Thread Bernhard Miklautz via FreeRDP-devel
On Tue, Nov 20, 2018 at 05:23:03PM +0530, Narinder verma via FreeRDP-devel wrote: > So i ran the following commands, > > > export DISPLAY=10.x.x.x:0.0 > > > xfreerdp /v:10.x.x.x /u:xx /p:xxx > > > But i am getting the following error, > > xf_pre_connect: failed to open display:

[FreeRDP-devel] Not able to use Display Variable with freerdp

2018-11-21 Thread Narinder verma via FreeRDP-devel
Hi, I have two containers, one is vnc container and other is simple centos container. When i install freerdp in vnc container n execute freerdp command it is successfull. Now i wanted to invoke this rdp session from centos container, as it doesn`t have gui i am not able to. So, i found out

[FreeRDP-devel] FreeRDP 2.0.0-rc4 released

2018-11-20 Thread Bernhard Miklautz via FreeRDP-devel
Hi, the fifth release candidate of the upcoming 2.0.0 - 2.0.0-rc4 was just released and is available for download at the usual locations: http://pub.freerdp.com/releases/ https://github.com/FreeRDP/FreeRDP/releases/tag/2.0.0-rc4 This release candidate contains fixes for **multiple CVEs** we've

[FreeRDP-devel] RemoteApp not working, version 2.0.0+0~20181110024832.587~1.gbpc5c1ba

2018-11-19 Thread Željko Puškarić via FreeRDP-devel
Great news! I can confirm that RemoteApp is working again between Windows 7 Enterprise, Windows 10 unupdated and Windows 10 updated as hosts and freerdp-nightly version 2.0.0+0~20181118024835.592~1.gbp621ade as a client. Puska -- *Hrvatski zavod za telemedicinu* Služba za informacijske

[FreeRDP-devel] Building FreeRDP server & client on Windows

2018-11-19 Thread Sergio NNX via FreeRDP-devel
Hi. This is my very first post to this list! This is the same issue as the one posted here: https://github.com/FreeRDP/FreeRDP/issues/5026 I was told to post issues here and not on GitHub. [https://avatars3.githubusercontent.com/u/25817529?s=400=4]

Re: [FreeRDP-devel] Did Video Direction support on Windows Server 2016?

2018-11-18 Thread Sven Kh via FreeRDP-devel
Sorry for the spelling mistake on previous mail. The Remote Desktop Protocol: Video Optimized Remoting Virtual Channel is dependent on the Microsoft::Windows::RDS::Graphics protocol, as defined in [MS-RDPEGFX]. I have tried the GFX using H264,the video(full screen area encoded as H264 on server)is

Re: [FreeRDP-devel] Set title before mapping

2018-11-17 Thread Henrique Martins via FreeRDP-devel
alexei> Well, that should be easy. bernhard> You could also just send a patch. I can create the PR. I've done this once before, 4 years ago. I had tried it before sending the patch to the list, but forgot the fork step. Just submitted a pull request, hopefully properly. -- Henrique

Re: [FreeRDP-devel] Set title before mapping

2018-11-17 Thread Bernhard Miklautz via FreeRDP-devel
Hi, On Fri, Nov 16, 2018 at 02:56:20PM -0800, Henrique Martins via FreeRDP-devel wrote: > > It does not depend on whether the window is mapped > > (visible) or not. So you can totally set the name before > > the window is made visible. > I know that. And it works, obviously. makes sense. Thank

Re: [FreeRDP-devel] Set title before mapping

2018-11-16 Thread Alexei Lozovsky via FreeRDP-devel
On Sat, 17 Nov 2018 at 00:56, Henrique Martins wrote: > I need to figure out how to do a pull request, though. > Well, that should be easy. Someone wrote a guide on git usage: https://github.com/freerdp/freerdp/wiki/Git-Version-Control After you make a branch with changes just follow

Re: [FreeRDP-devel] Set title before mapping

2018-11-16 Thread Henrique Martins via FreeRDP-devel
> It does not depend on whether the window is mapped > (visible) or not. So you can totally set the name before > the window is made visible. I know that. And it works, obviously. I need to figure out how to do a pull request, though. -- Henrique ___

Re: [FreeRDP-devel] Set title before mapping

2018-11-16 Thread Alexei Lozovsky via FreeRDP-devel
On Fri, 16 Nov 2018 at 18:19, Henrique Martins via FreeRDP-devel < freerdp-devel@lists.sourceforge.net> wrote: > In client/X11/xf_window.c, xf_CreateDesktopWindow, I'd like > the call to set the window title: > xf_SetWindowTitleText(xfc, window->handle, name); > to be done before mapping the

[FreeRDP-devel] Set title before mapping

2018-11-16 Thread Henrique Martins via FreeRDP-devel
In client/X11/xf_window.c, xf_CreateDesktopWindow, I'd like the call to set the window title: xf_SetWindowTitleText(xfc, window->handle, name); to be done before mapping the window with: XMapWindow(xfc->display, window->handle); (patch against master below). I use fvwm styles, triggered by

Re: [FreeRDP-devel] Did Video Direction support on Windows Server 2016?

2018-11-16 Thread Armin Novak via FreeRDP-devel
I'd suggest you start by describing your setup * Server and configuration (hardware/software/parameters) * Client and configuration (hardware/software/parameters) * What you're trying to achieve. This looks more like a configuration/requirements issue than anything else. On 11/16/18 10:55

Re: [FreeRDP-devel] Did Video Direction support on Windows Server 2016?

2018-11-14 Thread Armin Novak via FreeRDP-devel
[MS-RDPEV] has been replaced with [MS-RDPEVOR] and works with everything that uses the windows framework. Might give the /video argument of freerdp a try and watch some youtube videos ;) (NOTE: Takes a few seconds up to a minute until the server switches redirection on) On 11/15/18 2:06 AM,

Re: [FreeRDP-devel] control key weirdness

2018-11-14 Thread Henrique Martins via FreeRDP-devel
armin> Could you check your local application focus settings? me> If it is a focus thing, I'm not sure when and how it happens. Found it! Downloaded the src.rpm for fedora 29, rebuilt xfreerdp, instrumented a couple of logging messages, and xfreerdp is indeed losing focus. And the culprit is,

Re: [FreeRDP-devel] Did Video Direction support on Windows Server 2016?

2018-11-14 Thread Sven Kh via FreeRDP-devel
Sorry,I mean Multimedia Redirection TSMF , [MS-RDPEV]: Remote Desktop Protocol: Video Redirection Virtual Channel Extension ,did it support on Win Server 2016? Armin Novak via FreeRDP-devel 于2018年11月14日周三 下午11:20写道: > You mean video redirection

Re: [FreeRDP-devel] RemoteApp not working, version 2.0.0+0~20181110024832.587~1.gbpc5c1ba

2018-11-13 Thread Armin Novak via FreeRDP-devel
Hi, I've added some hints to https://github.com/FreeRDP/FreeRDP/pull/5003 it is most likely the comment about |rail_string_to_unicode_string:65 size calculation duplicating twice. | |Fix is in progress.| | | |best| |Armin | | | On 11/13/18 10:13 AM, Željko Puškarić via FreeRDP-devel

[FreeRDP-devel] RemoteApp not working, version 2.0.0+0~20181110024832.587~1.gbpc5c1ba

2018-11-13 Thread Željko Puškarić via FreeRDP-devel
Hi, It looks like RemoteApp is broken in freerdp2 after latest Microsoft updates. I tried connecting to Windows 7 Enterprise machine with Linux freerdp client (freerdp-nightly version 2.0.0+0~20181113024836.588~1.gbp097ac0). After passing authenticating phase window appears for a second and

Re: [FreeRDP-devel] control key weirdness

2018-11-08 Thread Henrique Martins via FreeRDP-devel
> Could you check your local application focus settings? Not sure if you call "local application" the xfreerdp running on the linux box, or the emacs running on the windows box I connect to with xfreerdp. Thus, I rerun the test under the following conditions: On the linux side, I don't run a

Re: [FreeRDP-devel] control key weirdness

2018-11-08 Thread Armin Novak via FreeRDP-devel
Could you check your local application focus settings? If the application loses focus, the keys are reset and a resync of keyboard state is donw when focus is given again. On 11/08/2018 02:48 AM, Henrique Martins via FreeRDP-devel wrote: > I've tested running > rdesktop-1.8.3-3.fc24.x86_64 >

[FreeRDP-devel] control key weirdness

2018-11-07 Thread Henrique Martins via FreeRDP-devel
I've tested running rdesktop-1.8.3-3.fc24.x86_64 and xfreerdp version 2.0.0-dev4 on Fedora 4.18.16-300.fc29.x86_64. to connect to Window 10 Enterprise LTSC 2019 then bring up the On-Screen Keyboard and press and hold down any control key. With rdesktop, the two Ctrl keys on the OSK remain

Re: [FreeRDP-devel] FreeRDP to Windows Server 2016 RDSH - Period key issue

2018-10-24 Thread Bernhard Miklautz via FreeRDP-devel
Hi Neil, On Tue, Oct 23, 2018 at 04:52:52PM +, Neil Broadbent via FreeRDP-devel wrote: > My understanding is that this is the correct place to ask for some support > advice with FreeRDP. If i'm in the wrong spot, please let me know and I'll > post to the appropriate location. you are

Re: [FreeRDP-devel] FreeRDP to Windows Server 2016 RDSH - Period key issue

2018-10-24 Thread Peter Astrand via FreeRDP-devel
Oh, obviously that was not meant for the mailing list :-) But in any case, let's hope we can find some solutions. Br, Peter On Wed, 24 Oct 2018, Peter Astrand wrote: Hi. It will be interesting to see if you get any response. I'm working with another customer which will deploy FreeRDP in

Re: [FreeRDP-devel] FreeRDP to Windows Server 2016 RDSH - Period key issue

2018-10-24 Thread Peter Astrand via FreeRDP-devel
Hi. It will be interesting to see if you get any response. I'm working with another customer which will deploy FreeRDP in ThinLinc later this year, and I know that there are some outstanding issues, for example wrt keyboard. I will take a look at some of the problems in a few weeks, let's

[FreeRDP-devel] FreeRDP to Windows Server 2016 RDSH - Period key issue

2018-10-23 Thread Neil Broadbent via FreeRDP-devel
Hi All, My understanding is that this is the correct place to ask for some support advice with FreeRDP. If i'm in the wrong spot, please let me know and I'll post to the appropriate location. I've been working on deploying thin client solution using Cendio Thinlinc, which typically uses

Re: [FreeRDP-devel] Reporting security vulnerabilities in FreeRDP

2018-10-22 Thread Bernhard Miklautz via FreeRDP-devel
Hi, On Mon, Oct 22, 2018 at 10:43:07AM +, Eyal Itkin via FreeRDP-devel wrote: > Is there a non-public way to report vulnerabilities to the developers of > FreeRDP? yes there is, but we don't have it (yet) on our page. We'll contact you directly. Thank you in advance.

[FreeRDP-devel] Reporting security vulnerabilities in FreeRDP

2018-10-22 Thread Eyal Itkin via FreeRDP-devel
Hello, Is there a non-public way to report vulnerabilities to the developers of FreeRDP? My team at Check Point Research recently finished a security audit to the library, and we wish to share with you our results in a way that won't endanger the users of your projects. Best Regards, Eyal

Re: [FreeRDP-devel] Centos 7.5 ninja: build stopped: subcommand failed.

2018-10-17 Thread ng0177--- via FreeRDP-devel
Hi Bernhard, thanks for this! It seems like a beginner's mistake. I successfully use this sequence of commands since I have sudo rights on Centos 7.5: cd $HOME;sudo rm -rf FreeRDP git clone git://github.com/FreeRDP/FreeRDP.git cd FreeRDP cmake -GNinja -DCHANNEL_URBDRC=OFF -DWITH_DSP_FFMPEG=OFF

Re: [FreeRDP-devel] Centos 7.5 ninja: build stopped: subcommand failed.

2018-10-17 Thread Bernhard Miklautz via FreeRDP-devel
Hi, On Wed, Oct 17, 2018 at 08:46:28AM +0200, ng0177--- via FreeRDP-devel wrote: > On Centos 7.5 Linux 3.10.0-862.14.4.el7.x86_64, I get the below error when > executing > > git clone git://github.com/FreeRDP/FreeRDP.git cd FreeRDP cmake -GNinja > -DCHANNEL_URBDRC=OFF -DWITH_DSP_FFMPEG=OFF

[FreeRDP-devel] Centos 7.5 ninja: build stopped: subcommand failed.

2018-10-17 Thread ng0177--- via FreeRDP-devel
On Centos 7.5 Linux 3.10.0-862.14.4.el7.x86_64, I get the below error when executing git clone git://github.com/FreeRDP/FreeRDP.git cd FreeRDP cmake -GNinja -DCHANNEL_URBDRC=OFF -DWITH_DSP_FFMPEG=OFF -DWITH_CUPS=OFF -DWITH_PULSE=OFF . cmake --build . cmake --build . --target install .

Re: [FreeRDP-devel] Sound Redirection: Set a fixed sample rate?

2018-10-05 Thread Armin Novak via FreeRDP-devel
Ok, good to know, then you solved the first half of the issue. Nightlies are still built without ffmpeg support, so the codec used will be the same. (we fixed a lot of stuff in the audio channel, so the debug messages have changed a bit) On 10/5/18 1:34 PM, Daniel Spannbauer via FreeRDP-devel

Re: [FreeRDP-devel] Sound Redirection: Set a fixed sample rate?

2018-10-05 Thread Daniel Spannbauer via FreeRDP-devel
Am 10/05/2018 um 10:48 AM schrieb Armin Novak via FreeRDP-devel: > What is interesting is that WAVE_FORMAT_ADPCM is used... > > This indicates that you compiled without ffmpeg support and #4779 might > apply to the decoder as well... > > So I'd guess this is not a backend issue at all but a

Re: [FreeRDP-devel] Sound Redirection: Set a fixed sample rate?

2018-10-05 Thread Armin Novak via FreeRDP-devel
What is interesting is that WAVE_FORMAT_ADPCM is used... This indicates that you compiled without ffmpeg support and #4779 might apply to the decoder as well... So I'd guess this is not a backend issue at all but a format issue (the closing is most likely due to the decoder failing) On

Re: [FreeRDP-devel] Sound Redirection: Set a fixed sample rate?

2018-10-05 Thread Daniel Spannbauer via FreeRDP-devel
  Am 10/05/2018 um 09:50 AM schrieb Armin Novak via FreeRDP-devel: > your case... > > /log-filters:com.freerdp.channels.rdpsnd.client:trace will give you > details from the sound channel, > > /log:filters:com.freerdp.channels.audin.client:trace from the microphone > > > The microphone

Re: [FreeRDP-devel] Sound Redirection: Set a fixed sample rate?

2018-10-05 Thread Armin Novak via FreeRDP-devel
Hi, Using it daily on fedora and debian. No issue here so far. Does the sound improve when using the alsa or oss backend? (So you can eliminate other problem sources) Currently the flow of audio data is the following: server -> encode transport format (variable) -> network -> decode to 16bit

[FreeRDP-devel] Sound Redirection: Set a fixed sample rate?

2018-10-05 Thread Daniel Spannbauer via FreeRDP-devel
Hello, I use freerdp on Linux to connect to a Win 7 machine with the following parameters: xfreerdp -sec-nla +sec-rdp +sec-tls /clipboard /fonts /multimedia:sys:pulse /sound:sys:pulse /microphone:sys:pulse  /size:1250x980 /kbd:German /gdi:hw /bpp: /u:root /v:win7 /cert-ignore /smartcard:

[FreeRDP-devel] freeRDP -> Unity3D

2018-10-01 Thread Maximilian Doelle via FreeRDP-devel
Hi freeRDP Team, It would be great if you could share the below message in the next mailer: Dear freeRDP community, We are looking for an expert to help us access a VM via freeRDP inside a Unity3D application (think of accessing VM inside a virtual reality application). Ideally, the expert

Re: [FreeRDP-devel] GPU HW decoding support in freeRDP 2

2018-10-01 Thread R0b0t1 via FreeRDP-devel
On Mon, Oct 1, 2018 at 12:15 PM Martin Ciglan via FreeRDP-devel wrote: > > Hi > > I would like to implement GPU HW decoding support into freeRDP 2, which > should be run on particular SBC like raspberry or similar. Two questions > comes into my mind first: > > 1. Is that technicaly possible? > 2.

[FreeRDP-devel] GPU HW decoding support in freeRDP 2

2018-10-01 Thread Martin Ciglan via FreeRDP-devel
Hi I would like to implement GPU HW decoding support into freeRDP 2, which should be run on particular SBC like raspberry or similar. Two questions comes into my mind first: 1. Is that technicaly possible? 2. If so, where in project should be placed? Best Regards Martin

Re: [FreeRDP-devel] freerdp get fd's for polling

2018-10-01 Thread Alexandr via FreeRDP-devel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 В Пн, 01/10/2018 в 09:41 +0200, Armin Novak via FreeRDP-devel пишет: > nCount = freerdp_get_event_handles(instance->context, [0], > 64); this is nice, but why "winpr_Handle_GetInfo" and "winpr_Handle_getFd" does not exported via api ? for now i

[FreeRDP-devel] FreeRDP consumes 100% CPU while scrolling

2018-10-01 Thread Peter Pytlak via FreeRDP-devel
Hi, how to limit the CPU consumption in FreeRDP for example while scrolling on presenter site? It's possible to throttle the data transfer from the presenter and reduce the amount of data and reduce the CPU consumption in FreeRDP? Is there any settings in FreeRDP for this? Is there a

Re: [FreeRDP-devel] freerdp get fd's for polling

2018-10-01 Thread R0b0t1 via FreeRDP-devel
On Mon, Oct 1, 2018 at 10:16 AM Alexandr via FreeRDP-devel wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > В Пн, 01/10/2018 в 09:41 +0200, Armin Novak via FreeRDP-devel пишет: > > Look at the sample client: > > > > nCount = freerdp_get_event_handles(instance->context, [0], > >

Re: [FreeRDP-devel] freerdp get fd's for polling

2018-10-01 Thread Alexandr via FreeRDP-devel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 В Пн, 01/10/2018 в 09:41 +0200, Armin Novak via FreeRDP-devel пишет: > Look at the sample client: > > nCount = freerdp_get_event_handles(instance->context, [0], > 64); > status = WaitForMultipleObjects(nCount, handles, FALSE, 100); > >

Re: [FreeRDP-devel] libfreerdp single thread

2018-10-01 Thread R0b0t1 via FreeRDP-devel
On Mon, Oct 1, 2018 at 9:33 AM Alexandr via FreeRDP-devel wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Hi all. > Is it possible without modifications to libfreerdp code make it single > threaded, and implement loop inside my application and not in > libfreerdp ? > > does any

Re: [FreeRDP-devel] libfreerdp single thread

2018-10-01 Thread Alexandr via FreeRDP-devel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 В Пн, 01/10/2018 в 09:43 +0200, Armin Novak via FreeRDP-devel пишет: > Run libfreerdp in a single thread is currently impossible. > > you can handle the events in your client event loop though. > > > As for examples, look at client/Sample and

Re: [FreeRDP-devel] libfreerdp single thread

2018-10-01 Thread Armin Novak via FreeRDP-devel
Run libfreerdp in a single thread is currently impossible. you can handle the events in your client event loop though. As for examples, look at client/Sample and server/Sample in the source ;) On 10/1/18 9:31 AM, Alexandr via FreeRDP-devel wrote: > Hi all. > Is it possible without

Re: [FreeRDP-devel] freerdp get fd's for polling

2018-10-01 Thread Armin Novak via FreeRDP-devel
Look at the sample client: nCount = freerdp_get_event_handles(instance->context, [0], 64); status = WaitForMultipleObjects(nCount, handles, FALSE, 100); freerdp_check_event_handles(instance->context) That basically collects all event sources and waits for an object to trigger. (Note, if you

Re: [FreeRDP-devel] freerdp get fd's for polling

2018-10-01 Thread Alexandr via FreeRDP-devel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 В Пн, 01/10/2018 в 09:04 +0200, Armin Novak via FreeRDP-devel пишет: > Hi Alexandr, > > > currently there are no dynamic changes of handles (note, the *_fds > functions are deprecated just as the dfreerdp client - due to lack of > a > maintainer)

Re: [FreeRDP-devel] freerdp get fd's for polling

2018-10-01 Thread Armin Novak via FreeRDP-devel
Hi Alexandr, currently there are no dynamic changes of handles (note, the *_fds functions are deprecated just as the dfreerdp client - due to lack of a maintainer) but that might change therefore the process is repeated before each wait. best Armin On 9/29/18 1:30 AM, Alexandr via

[FreeRDP-devel] freerdp get fd's for polling

2018-09-28 Thread Alexandr via FreeRDP-devel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 hi all. in "client/DirectFB/dfreerdp.c" i found what "freerdp_get_fds" and "freerdp_channels_get_fds" used to get fd's for select, but in each iteration they called again for new fd's, also i have checked under debugger, and they does not changing

[FreeRDP-devel] Partial multi monitor?

2018-09-28 Thread David Balažic via FreeRDP-devel
Hi! Is it possible (on Windows) to use 2 out of 3 local monitors for the RDP connection? Regards, David PS: Is there also a server part in freeRDP or just a client? ___ FreeRDP-devel mailing list FreeRDP-devel@lists.sourceforge.net

Re: [FreeRDP-devel] writing rdp client using libfreerdp

2018-09-26 Thread R0b0t1 via FreeRDP-devel
On Wed, Sep 26, 2018 at 3:15 PM, Alexandr via FreeRDP-devel wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > В Ср, 26/09/2018 в 18:02 +0300, Alexandr пишет: >> В Ср, 26/09/2018 в 08:49 -0500, Eric Brown via FreeRDP-devel пишет: >> > freerdp_client_settings_parse_command_line >> >>

Re: [FreeRDP-devel] writing rdp client using libfreerdp

2018-09-26 Thread Alexandr via FreeRDP-devel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 В Ср, 26/09/2018 в 18:02 +0300, Alexandr пишет: > В Ср, 26/09/2018 в 08:49 -0500, Eric Brown via FreeRDP-devel пишет: > > freerdp_client_settings_parse_command_line > > Sorry for confusion, looks like my questions is not precise enough. > THe

Re: [FreeRDP-devel] writing rdp client using libfreerdp

2018-09-26 Thread Alexandr via FreeRDP-devel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 В Ср, 26/09/2018 в 08:49 -0500, Eric Brown via FreeRDP-devel пишет: > freerdp_client_settings_parse_command_line Sorry for confusion, looks like my questions is not precise enough. THe problem is what for some reason in my case libfreerdp do not

Re: [FreeRDP-devel] writing rdp client using libfreerdp

2018-09-26 Thread Eric Brown via FreeRDP-devel
This might be a useful thread for you: https://sourceforge.net/p/freerdp/mailman/freerdp-devel/thread/CAAD4mYgNe2NvYA2ua8wBJrCrbTsWdcEFky0ZmeigBZvLtWmY2A%40mail.gmail.com/#msg36379264 On Wed, Sep 26, 2018 at 4:18 AM R0b0t1 via FreeRDP-devel < freerdp-devel@lists.sourceforge.net> wrote: > On

Re: [FreeRDP-devel] writing rdp client using libfreerdp

2018-09-26 Thread R0b0t1 via FreeRDP-devel
On Wed, Sep 26, 2018 at 9:11 AM, Armin Novak via FreeRDP-devel wrote: > Hi, > > > Better try the opposite approach. > > If you check the sample client, there already is a settings struct > allocated with default values when > freerdp_client_settings_parse_command_line is called. > > Populate this

Re: [FreeRDP-devel] writing rdp client using libfreerdp

2018-09-26 Thread Armin Novak via FreeRDP-devel
Hi, Better try the opposite approach. If you check the sample client, there already is a settings struct allocated with default values when freerdp_client_settings_parse_command_line is called. Populate this struct instance with your connection data and you're set. regards Armin On

[FreeRDP-devel] writing rdp client using libfreerdp

2018-09-25 Thread Alexandr via FreeRDP-devel
Good day. I have problem with writing rdp client. I can't find proper way to pass rdpSetting structure my code: i->instance = freerdp_new(); if(!i->instance) { WLog_ERR(TAG, "Failed to create FreeRDP instance"); goto error; }

[FreeRDP-devel] Swapping ctrl/caps ?

2018-09-24 Thread fkater via FreeRDP-devel
Hi, I've swapped ctrl/caps in X but this does not get applied to a xfreerdp/Windows sessions. AFAIK freerdp grabs keyboard events independently from X configurations (in contrast to rdesktop). Is there a way to achieve that anyway? Felix ___

[FreeRDP-devel] FreeRDP mbedTLS support

2018-09-21 Thread Marc-André Moreau via FreeRDP-devel
Hi, It's been a long time since I last posted on the FreeRDP mailing list :) Things have changed a lot: if I used to be taking development contracts for FreeRDP, now I am looking for a developer to take a development contract. I know what is involved, but I don't have enough time to work on it

Re: [FreeRDP-devel] Smartcard support in latest git is lost for Kobil token

2018-09-19 Thread Hans-Peter Jansen via FreeRDP-devel
On Mittwoch, 19. September 2018 11:15:35 Armin Novak via FreeRDP-devel wrote: > Ok, found the issue. > > Fix in https://github.com/FreeRDP/FreeRDP/pull/4867 > > > As a workaround you can add some filter string, then the smartcard > should be detected with the current version too. Great job,

Re: [FreeRDP-devel] Smartcard support in latest git is lost for Kobil token

2018-09-19 Thread Hans-Peter Jansen via FreeRDP-devel
On Mittwoch, 19. September 2018 02:00:24 Hans-Peter Jansen via FreeRDP-devel > > Reverting 5686a0f90+0b7b9c0dc got old behavior back (see attachment). attached now.. ___ FreeRDP-devel mailing list FreeRDP-devel@lists.sourceforge.net

Re: [FreeRDP-devel] Smartcard support in latest git is lost for Kobil token

2018-09-19 Thread Armin Novak via FreeRDP-devel
Ok, found the issue. Fix in https://github.com/FreeRDP/FreeRDP/pull/4867 As a workaround you can add some filter string, then the smartcard should be detected with the current version too. best Armin On 9/19/18 2:00 AM, Hans-Peter Jansen via FreeRDP-devel wrote: > Hi, > > for your

Re: [FreeRDP-devel] Smartcard support in latest git is lost for Kobil token

2018-09-19 Thread Armin Novak via FreeRDP-devel
Hi, this is indeed interesting as the only (relevant) difference I can see from the commits you mentioned is in libfreerdp/core/info.c rdp_read_info_packet checks for additional flags rdp_write_info_packet sets some additional flags In case you use the /smartcard-login option some smartcard

[FreeRDP-devel] Smartcard support in latest git is lost for Kobil token

2018-09-18 Thread Hans-Peter Jansen via FreeRDP-devel
Hi, for your information, FreeRDP git 24936c185 lost smartcard support for my mIdentity Kobil USB token, as being available since quite some time. The token isn't used for login, just for authentication of some Datev procedures. The smartcard isn't shown on login screen anymore, no matter if I

Re: [FreeRDP-devel] /app-cmd not usefull in ws2012

2018-09-14 Thread Armin Novak via FreeRDP-devel
Hi, Had a look at it and fixed this with https://github.com/FreeRDP/FreeRDP/pull/4854 Basically the parameter string was truncated. best Armin On 9/14/18 8:03 AM, ? ?? via FreeRDP-devel wrote: > Hi > > FreeRdp: > 2.0.0 also 1.1.0 > Server: > Centos7 > Application Server: >

[FreeRDP-devel] /app-cmd not usefull in ws2012

2018-09-14 Thread ? ?? via FreeRDP-devel
Hi FreeRdp: 2.0.0 also 1.1.0 Server: Centos7 Application Server: Window Server 2012 1. Cenots7 -> xfreerdp -> Window Server2012 2. xfreerdp /v /port /u /p /d . /app:c:\\windows\\system32\\notepad.exe /app-cmd:c:\\1.txt In the end: I only opened the application but

Re: [FreeRDP-devel] freerdp in auto mode, based on connection quality?

2018-09-07 Thread Armin Novak via FreeRDP-devel
Hi Martin, /network:auto activates all required options on the client to let the server do these adjustments. Armin On 09/06/2018 05:38 PM, Martin Ciglan via FreeRDP-devel wrote: > Hi > > With MS Win Remote desktop connection client, it's possible to set > performance to automatic mode, so

[FreeRDP-devel] freerdp in auto mode, based on connection quality?

2018-09-06 Thread Martin Ciglan via FreeRDP-devel
Hi With MS Win Remote desktop connection client, it's possible to set performance to automatic mode, so quality and flow changes during time, based on network state. Is it possible to activate this in freerdp command line? Many thanks Martin

Re: [FreeRDP-devel] Slow performance with animation and video

2018-09-06 Thread Armin Novak via FreeRDP-devel
Hi, A question first: Which build are you using? (The output of /buildconfig will give you all CMake and compiler options used for the build) On what hardware is the client running? (Might be as simple as a graphics driver issue ) As for command line, would suggest dropping all the fancy

Re: [FreeRDP-devel] /a: ?

2018-09-06 Thread Armin Novak via FreeRDP-devel
You can load drive, serial, parallel, printer and smartcard channels with that syntax. (you can add all paramters like /a:drive,foo,/tmp to redirect a drive) best Armin On 08/31/2018 11:52 AM, Pascal Bourguignon via FreeRDP-devel wrote: > Hi! > > What use is exactly the /a: option? > > In

[FreeRDP-devel] /a: ?

2018-09-06 Thread Pascal Bourguignon via FreeRDP-devel
Hi! What use is exactly the /a: option? In the code, I see that it calls freerdp_client_add_device_channel but in this function there's no case for "a", and it just return FALSE. So the only side effect remaining, is setting->DeviceRedirection=TRUE. -- __Pascal J. Bourguignon__

[FreeRDP-devel] Slow performance with animation and video

2018-09-06 Thread Mikhail Fedotov via FreeRDP-devel
Hello. I use FreeDRP 2.0.0rc2 on Ubuntu 16.04 to connect to Win2012R2 Web browser works normal, but when I open pages with animation it works very slow. When I opane youtube - video plays very slow. And mouse clicking feedback ~ 1 min. Speed between RDP server and Ububntu ~ 200Mbit. No

Re: [FreeRDP-devel] freerdp-shadow-cli Sound support

2018-09-03 Thread armka--- via FreeRDP-devel
Thanks for the help but same result from win7/10 and linux clients with git build or nightly server package... --- git clone git://github.com/FreeRDP/FreeRDP.git cd FreeRDP cmake -GNinja -DCHANNEL_URBDRC=ON -DWITH_DSP_FFMPEG=ON -DWITH_CUPS=ON -DWITH_PULSE=ON  -DWITH_JPEG=ON  -DWITH_SERVER=ON .

Re: [FreeRDP-devel] freerdp-shadow-cli Sound support

2018-09-03 Thread Armin Novak via FreeRDP-devel
Hi armka, the rdpsnd plugin provides that redirection (that is sound from your server to the client running e.g. mstsc or xfreerdp) With the latest sound related changes the structure of that channel consists of the following components: 1. The channel glue code to send/receive the data 2. A

[FreeRDP-devel] freerdp-shadow-cli Sound support

2018-09-01 Thread armka--- via FreeRDP-devel
HiWhich is the best way please to enable audio redirect from a running linux desktop.  Would be really great but don't find any good guide about it. Is rdpsnd plugin related to Pulseaudio? Also to report that all default packages of freerdp-shadow-cli on debian 9 and last ubuntu LTS directly

Re: [FreeRDP-devel] Events posted with freerdp_input_send_keyboard_event_ex are delayed until next event.

2018-08-22 Thread R0b0t1 via FreeRDP-devel
On Wed, Aug 22, 2018 at 2:00 PM, R0b0t1 wrote: > It looks like freerdp is not processing the new events for some > reason, but I am not sure of any functions to call to ensure they are > processed. A worker thread is ticking along in the background and SDL2 > is receiving events. > A sudden

[FreeRDP-devel] Events posted with freerdp_input_send_keyboard_event_ex are delayed until next event.

2018-08-22 Thread R0b0t1 via FreeRDP-devel
Hello, I had some code using SDL2 and FreeRDP that *was* completely working but now keyboard and mouse events seem to be delayed by one. Mouse events happen so quickly this is usually not noticed, but the keyboard events are noticeably strange. The first keypress sent to the server seems to do

<    2   3   4   5   6   7   8   9   10   11   >