Re: How to Create Recording Hash

2017-10-18 Thread Darshit Patel
Thanks Maxim. It's worked.

On 17-Oct-2017 6:44 PM, "Maxim Solodovnik" <solomax...@gmail.com> wrote:

> you can generate room hash using http://openmeetings.
> apache.org/openmeetings-webservice/apidocs/org/apache/
> openmeetings/webservice/UserWebService.html#getRoomHash-java.lang.String-
> org.apache.openmeetings.db.dto.user.ExternalUserDTO-org.
> apache.openmeetings.db.dto.room.RoomOptionsDTO-
>
> the create link to the recording mp4 resource: openmeetings/recordings/
> mp4/_YOUR_HASH_HERE_
> I believe this should work
>
> On Tue, Oct 17, 2017 at 6:02 PM, Darshit Patel <darshit786...@gmail.com>
> wrote:
>
>> Hi,
>> Sorry for not providing all scenario earlier.
>> Currently I am developing one application and integrated openmeeting in
>> it. In my application, I  am displaying list of recordings. Recording
>> should be play on the click of that link.
>>
>> So can I create recording has on the click of list item so my application
>> fetch recording from openmeeting server and play it.
>>
>>
>> On 17-Oct-2017 4:24 PM, "Maxim Solodovnik" <solomax...@gmail.com> wrote:
>>
>>> What is the question?
>>>
>>> "Share" button allows to share link to the recording
>>>
>>> On Tue, Oct 17, 2017 at 5:46 PM, Darshit Patel <darshit786...@gmail.com>
>>> wrote:
>>>
>>>> Hi maxim,
>>>> I wan to share created MP4 file.
>>>>
>>>> On 17-Oct-2017 4:04 PM, "Maxim Solodovnik" <solomax...@gmail.com>
>>>> wrote:
>>>>
>>>>> 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 hash can access it. Is
>>>>>> there any documentation or example available for it?
>>>>>>
>>>>>> --
>>>>>> Regards,
>>>>>> Darshit Patoliya,
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>


Re: How to Create Recording Hash

2017-10-17 Thread Maxim Solodovnik
you can generate room hash using
http://openmeetings.apache.org/openmeetings-webservice/apidocs/org/apache/openmeetings/webservice/UserWebService.html#getRoomHash-java.lang.String-org.apache.openmeetings.db.dto.user.ExternalUserDTO-org.apache.openmeetings.db.dto.room.RoomOptionsDTO-

the create link to the recording mp4 resource:
openmeetings/recordings/mp4/_YOUR_HASH_HERE_
I believe this should work

On Tue, Oct 17, 2017 at 6:02 PM, Darshit Patel <darshit786...@gmail.com>
wrote:

> Hi,
> Sorry for not providing all scenario earlier.
> Currently I am developing one application and integrated openmeeting in
> it. In my application, I  am displaying list of recordings. Recording
> should be play on the click of that link.
>
> So can I create recording has on the click of list item so my application
> fetch recording from openmeeting server and play it.
>
>
> On 17-Oct-2017 4:24 PM, "Maxim Solodovnik" <solomax...@gmail.com> wrote:
>
>> What is the question?
>>
>> "Share" button allows to share link to the recording
>>
>> On Tue, Oct 17, 2017 at 5:46 PM, Darshit Patel <darshit786...@gmail.com>
>> wrote:
>>
>>> Hi maxim,
>>> I wan to share created MP4 file.
>>>
>>> On 17-Oct-2017 4:04 PM, "Maxim Solodovnik" <solomax...@gmail.com> wrote:
>>>
>>>> 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 hash can access it. Is
>>>>> there any documentation or example available for it?
>>>>>
>>>>> --
>>>>> Regards,
>>>>> Darshit Patoliya,
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>


-- 
WBR
Maxim aka solomax


Re: How to Create Recording Hash

2017-10-17 Thread Darshit Patel
Hi,
Sorry for not providing all scenario earlier.
Currently I am developing one application and integrated openmeeting in it.
In my application, I  am displaying list of recordings. Recording should be
play on the click of that link.

So can I create recording has on the click of list item so my application
fetch recording from openmeeting server and play it.


On 17-Oct-2017 4:24 PM, "Maxim Solodovnik" <solomax...@gmail.com> wrote:

> What is the question?
>
> "Share" button allows to share link to the recording
>
> On Tue, Oct 17, 2017 at 5:46 PM, Darshit Patel <darshit786...@gmail.com>
> wrote:
>
>> Hi maxim,
>> I wan to share created MP4 file.
>>
>> On 17-Oct-2017 4:04 PM, "Maxim Solodovnik" <solomax...@gmail.com> wrote:
>>
>>> 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 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
What is the question?

"Share" button allows to share link to the recording

On Tue, Oct 17, 2017 at 5:46 PM, Darshit Patel <darshit786...@gmail.com>
wrote:

> Hi maxim,
> I wan to share created MP4 file.
>
> On 17-Oct-2017 4:04 PM, "Maxim Solodovnik" <solomax...@gmail.com> wrote:
>
>> 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 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 Darshit Patel
Hi maxim,
I wan to share created MP4 file.

On 17-Oct-2017 4:04 PM, "Maxim Solodovnik" <solomax...@gmail.com> wrote:

> 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 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 hash can access it. Is
> there any documentation or example available for it?
>
> --
> Regards,
> Darshit Patoliya,
>



-- 
WBR
Maxim aka solomax


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: {user: JSON.stringify({
  firstname: 'John',
  lastname: 'Doe',
  externalId: 'uid1',
  externalType: 'myCMS',
  login: 'superjohn'
  }),
options: JSON.stringify({
  *recordingId: XXX*,
  moderator: true,
  showAudioVideoTest: true
  })
},
  dataType: "json"
})

you have to specify valid recording ID

Recording location on the server is:
${OM_HOME}/webapps/openmeetings/streams/hibernate/   (poster as JPG and
recording as mp4)
Raw intermediate files are in
${OM_HOME}/webapps/openmeetings/streams/


On Tue, Sep 26, 2017 at 6:44 PM, Darshit Patel <darshit786...@gmail.com>
wrote:

> 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
>



-- 
WBR
Maxim aka solomax


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 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
>


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