[Freerdp-devel] RemoteApp WorkArea question

2011-09-02 Thread John Eke
Hi Guys, Im new to freerdp, trying to use the libraries and understand the codebase a bit. Also if this is the wrong place to ask questions please let me know as well. I was wondering if I could get a brief explanation of what 'work area' means with regards to RemoteApp. If there are explanatory

Re: [Freerdp-devel] RemoteApp WorkArea question

2011-09-02 Thread John Eke
monitor where the work area fits. > > > I recently added code to match what is explained in MSDN-VIRTUALSCR, > and make it easy to manage multiple monitors in RemoteApp properly. > > On Fri, Sep 2, 2011 at 3:53 PM, Marc-André Moreau > wrote: > Hi John, &

Re: [Freerdp-devel] RemoteApp WorkArea question

2011-09-04 Thread John Eke
Sep 3, 2011 at 09:51, Roman Barabanov > wrote: >> Good day, John. >> >> You can read about WorkArea at this link. >> http://msdn.microsoft.com/en-us/library/cc242419(v=PROT.10).aspx >> >> Best regards, >> Roman Barabanov >> >> >>

Re: [Freerdp-devel] FreeRDP client settings for server cursor updates

2011-09-07 Thread John Eke
Forgot to mention, this is with freerdp 1.0 - John E On 2011-09-08, at 1:04 AM, John Eke wrote: > Hi all, > > I've assigned callbacks to pointer updates: > > instance->update->PointerPosition > instance->update->PointerSystem > instance-

[Freerdp-devel] FreeRDP client settings for server cursor updates

2011-09-07 Thread John Eke
Hi all, I've assigned callbacks to pointer updates: instance->update->PointerPosition instance->update->PointerSystem instance->update->PointerColor instance->update->PointerNew instance->update->PointerCached But none of them get fired when I actually con

Re: [Freerdp-devel] FreeRDP client settings for server cursor updates

2011-09-08 Thread John Eke
Turned off fast path updates and I get the pointer updates now. Thanks all - John E On Thu, 2011-09-08 at 01:26 -0400, John Eke wrote: > Forgot to mention, this is with freerdp 1.0 > > > - John E > > On 2011-09-08, at 1:04 AM, John Eke wrote: > > > Hi all,

Re: [Freerdp-devel] FreeRDP 1.0 -current segv...

2011-09-08 Thread John Eke
Hi all, I'm currently working on implementing an RDP client following the examples in xfreerdp. I'm adding methods to handle pointer updates from the server and it mostly seems to all be there except for one thing. I get pointer create messages for cache indices 1, 2, etc (pretty much 1 and above)

Re: [Freerdp-devel] FreeRDP 1.0 Final Sprint

2011-09-19 Thread John Eke
Good stuff Marc-André, I could work on the xfreerdp cursor support issue. There could be another issue however which I eluded to before: Right after connecting to an RDP server I noticed I never got initial cursor create messages. Subsequently however I would get messages to switch to cursors which

Re: [Freerdp-devel] FreeRDP 1.0 Final Sprint

2011-09-19 Thread John Eke
Ill work on issues #90 and #91. Could someone please assign those to me (johneke)? Couldn't do it myself - John E On Mon, 2011-09-19 at 09:59 -0400, Marc-André Moreau wrote: > > > On Mon, Sep 19, 2011 at 8:55 AM, John Eke > wrote: > Good stuff Marc-André, I could

[Freerdp-devel] FreeRDP Beta 3 Segfault with bpp = 32, compression enabled, bitmap cache enabled, and fastpath disabled

2011-12-15 Thread John Eke
Hi All, I'm not sure if I'm misunderstanding the way things are supposed to work, but it seems the following combination causes freerdp to crash: bitmap_cache = true compression = true fastpath_input = false fastpath_output = false color_depth = 32 Running xfreerdp with the following arguments r

Re: [Freerdp-devel] FreeRDP Beta 3 Segfault with bpp = 32, compression enabled, bitmap cache enabled, and fastpath disabled

2011-12-15 Thread John Eke
Will do Cheers - John E On Thu, 2011-12-15 at 19:16 -0200, Otavio Salvador wrote: > On Thu, Dec 15, 2011 at 18:18, John Eke > wrote: > I'm not sure if I'm misunderstanding the way things are > supposed to > work, but it seems the following comb

Re: [Freerdp-devel] FreeRDP Beta 3 Segfault with bpp = 32, compression enabled, bitmap cache enabled, and fastpath disabled

2011-12-16 Thread John Eke
I've created Issue #281 (https://github.com/FreeRDP/FreeRDP/issues/281) for thsi bug. Thanks Alexis On Fri, 2011-12-16 at 11:10 +0100, Alexis Moinet wrote: > Alexis Moinet -- Learn Windows Azure Live! Tuesday, Dec 13, 2

[Freerdp-devel] CODEC_ID_NONE conflict with FFMPEG

2012-01-17 Thread John Eke
Hi Guys, Not sure how much anyone cares about this, but I have a custom built ffmpeg (not apt-get installed). When I attempt to link my binary against the freerdp libraries and ffmpeg libraries, I get a compiler error because CODEC_ID_NONE is defined in freerdp/constants.h as an enum, and also def

[Freerdp-devel] rdpsnd choppy playback

2012-09-18 Thread John Eke
Hi all, I was wondering if anyone else was experiencing rdpsnd playback cutting out? The playback seems somewhat choppy. Almost like it plays the actual audio for a second, then plays silence for a second and it continues that way I ran ./xfreerdp -u user --plugin rdpsnd 192.168.xxx.xxx The sy

[Freerdp-devel] rdpsnd choppy playback

2012-09-28 Thread John Eke
Hi all, I was wondering if anyone else was experiencing rdpsnd playback cutting out? The playback seems somewhat choppy. Almost like it plays the actual audio for a second, then plays silence for a second and it continues that way I ran ./xfreerdp -u user --plugin rdpsnd 192.168.xxx.xxx The sy

[Freerdp-devel] Number Pad not working

2013-01-09 Thread John Eke
Hello, I just downloaded and compiled FreeRDP 1.0.2 using the following options cmake . -DWITH_FFMPEG=OFF Then I ran xfreerdp using the following command: ./xfreerdp --no-nla 192.168.217.234 I try typing in notepad everything works except any keys on the number pad. Any ideas? Is this a known

[Freerdp-devel] Number Pad not working in 1.0.2

2013-01-09 Thread John Eke
Hello, I just downloaded and compiled FreeRDP 1.0.2 using the following options cmake . -DWITH_FFMPEG=OFF Then I ran xfreerdp using the following command: ./xfreerdp --no-nla 192.168.217.234 I try typing in notepad everything works except any keys on the number pad. Any ideas? Is this a known

Re: [Freerdp-devel] Number Pad not working

2013-01-11 Thread John Eke
Thanks a lot Bernhard, Ill give that a try - John E On Fri, Jan 11, 2013 at 6:50 AM, Bernhard Miklautz wrote: > Hi, > > On 01/09/2013 09:23 PM, John Eke wrote: > > I try typing in notepad everything works except any keys on the number > pad. > > Any ideas? Is this a kn