Re: How to Create Recording Hash

2017-10-17 Thread Darshit Patel
; On 17-Oct-2017 4:04 PM, "Maxim Solodovnik" >>>> wrote: >>>> >>>>> Use "Share" button in the recording tree >>>>> >>>>> On Tue, Oct 17, 2017 at 5:22 PM, Darshit Patoli

Re: How to Create Recording Hash

2017-10-17 Thread Maxim Solodovnik
hare created MP4 file. >>> >>> On 17-Oct-2017 4:04 PM, "Maxim Solodovnik" wrote: >>> >>>> Use "Share" button in the recording tree >>>> >>>> On Tue, Oct 17, 2017 at 5:22 PM, Darshit Patoliya < >>>>

Re: How to Create Recording Hash

2017-10-17 Thread Darshit Patel
>>> darshit.patol...@paramatrix.com> wrote: >>> >>>> Hi, >>>> >>>> I have created recording, to share it I want to create recording hash. >>>> How I can create recording hash so user having hash can access it. Is >>>> there any documentation or example available for it? >>>> >>>> -- >>>> Regards, >>>> Darshit Patoliya, >>>> >>> >>> >>> >>> -- >>> WBR >>> Maxim aka solomax >>> >> > > > -- > WBR > Maxim aka solomax >

Re: How to Create Recording Hash

2017-10-17 Thread Maxim Solodovnik
uot; button in the recording tree >> >> On Tue, Oct 17, 2017 at 5:22 PM, Darshit Patoliya < >> darshit.patol...@paramatrix.com> wrote: >> >>> Hi, >>> >>> I have created recording, to share it I want to create recording hash. >>> How I

Re: How to Create Recording Hash

2017-10-17 Thread Darshit Patel
;> >> I have created recording, to share it I want to create recording hash. >> How I can create recording hash so user having hash can access it. Is >> there any documentation or example available for it? >> >> -- >> Regards, >> Darshit Patoliya, >> > > > > -- > WBR > Maxim aka solomax >

Re: How to Create Recording Hash

2017-10-17 Thread Maxim Solodovnik
Use "Share" button in the recording tree On Tue, Oct 17, 2017 at 5:22 PM, Darshit Patoliya < darshit.patol...@paramatrix.com> wrote: > Hi, > > I have created recording, to share it I want to create recording hash. > How I can create recording hash so user having ha

How to Create Recording Hash

2017-10-17 Thread Darshit Patoliya
Hi, I have created recording, to share it I want to create recording hash. How I can create recording hash so user having hash can access it. Is there any documentation or example available for it? -- Regards, Darshit Patoliya,

Re: Create recording hash

2017-09-26 Thread Maxim Solodovnik
To create recording hash you need to check this example: http://openmeetings.apache.org/RestAPISample.html Request for recording hash (not room hash) will be: $.ajax({ method: "POST", url: "services/user/hash?sid=78189aff-d68d-458a-8840-5b18d15a50b0", data: {

Re: Create recording hash

2017-09-26 Thread Hossein Dehghanpoor
hi. first you need to use guacenc to create raw m4v file and then use ffmpeg to convert the to the mp4 On Tue, Sep 26, 2017 at 3:14 PM, Darshit Patel wrote: > I have created room and recorded one session using screen sharing > application. Now I want to access that recording. > > Can you please

Create recording hash

2017-09-26 Thread Darshit Patel
I have created room and recorded one session using screen sharing application. Now I want to access that recording. Can you please guide me to how to create hash for recording,l and what options should I provide. I also want to know where that recordings stored on server. Thanks Darshit Patoliya