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 called initExamplePlayer()

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'); window.onl

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 the example? What else

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 videos using Web browser ? >> > > https://github.com/

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 Couchman

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 conversion time ? > This lik

Re: SESSION RECORDING of RDP Sessions

2018-04-13 Thread Amarjeet Singh
> > I have applied the below settings for session recording of RDP sessions :- > > > /tmp > true > session-video > > > Now it is creating session-video( dump ) files in that directory which > needs to converted using > > guacenc -s 1280x720 -r 2000 /tmp/

SESSION RECORDING of RDP Sessions

2018-04-12 Thread Amarjeet Singh
Hi Team, I have applied the below settings for session recording of RDP sessions :- /tmp true session-video Now it is creating session-video( dump ) files in that directory which needs to converted using guacenc -s 1280x720 -r 2000 /tmp/session-video Is there any way to watch the