Re: SESSION RECORDING of RDP Sessions

2018-04-13 Thread Amarjeet Singh
*Thanks * Aaron Newsome and Mike :) On Fri, Apr 13, 2018 at 10:21 PM, Aaron Newsome wrote: > I modified the included playback example so it could show any screen > recording that I want. I did this by modifying the playback.js file. > > In that file there is a function

Re: SESSION RECORDING of RDP Sessions

2018-04-13 Thread Aaron Newsome
I modified the included playback example so it could show any screen recording that I want. I did this by modifying the playback.js file. In that file there is a function called initExamplePlayer(). I modified it, in part by adding this to the function: var v = getQueryVariable('v');

Re: SESSION RECORDING of RDP Sessions

2018-04-13 Thread Mike Jumper
On Fri, Apr 13, 2018, 09:43 Amarjeet Singh wrote: > How does it play videos . > The playback example loads a recording from a static file served via HTTP. > It is showing the below screenshot :- > What have you changed so far in attempting to play your recordings using

Re: SESSION RECORDING of RDP Sessions

2018-04-13 Thread Amarjeet Singh
How does it play videos . It is showing the below screenshot :- What else need to be configure ? On Fri, Apr 13, 2018 at 9:50 PM, Mike Jumper wrote: > On Fri, Apr 13, 2018, 08:53 Amarjeet Singh wrote: > >> Is there any way to watch the

Re: SESSION RECORDING of RDP Sessions

2018-04-13 Thread Mike Jumper
On Fri, Apr 13, 2018, 08:53 Amarjeet Singh wrote: > Is there any way to watch the videos using Web browser ? > https://github.com/apache/guacamole-client/tree/master/doc/guacamole-playback-example - Mike

Re: SESSION RECORDING of RDP Sessions

2018-04-13 Thread Amarjeet Singh
Is there any way to watch the videos using Web browser ? Can we watch the videos after converting in guacamole-server itself ? ( I mean how can we watch videos on the same server . Is there any utility in Guacamole through which we can do this ) On Fri, Apr 13, 2018 at 7:12 PM, Nick

Re: SESSION RECORDING of RDP Sessions

2018-04-13 Thread Nick Couchman
On Fri, Apr 13, 2018 at 06:44 Amarjeet Singh wrote: > I recorder RDP session for an hour and size of the raw file is 9240 KB. > > but when I tried to encode using guacenc it is taking more than 15 minutes. > > Is it the expected behaviour ? > > Or can we improve the

Re: SESSION RECORDING of RDP Sessions

2018-04-13 Thread Amarjeet Singh
I recorder RDP session for an hour and size of the raw file is 9240 KB. but when I tried to encode using guacenc it is taking more than 15 minutes. Is it the expected behaviour ? Or can we improve the conversion time ? On Thu, Apr 12, 2018 at 5:17 PM, Amarjeet Singh