Re: How to auto record meetings in Openmeeting ?

2014-12-06 Thread Maxim Solodovnik
global configuration? or per room configuration? On Sat, Dec 6, 2014 at 4:12 PM, Bhushan Patil wrote: > Hi Maxim, I have made some custom changes in *moderationPanel.lzx* and > its working as expected. But the issue is now that I want to make it > configurable, means that if user set certain fla

Re: How to auto record meetings in Openmeeting ?

2014-12-06 Thread Bhushan Patil
Hi Maxim, I have made some custom changes in *moderationPanel.lzx* and its working as expected. But the issue is now that I want to make it configurable, means that if user set certain flag in configuration table then and then only this custom thing work else default behavior should work. Tell me h

Re: How to auto record meetings in Openmeeting ?

2014-11-30 Thread Maxim Solodovnik
moderationPanel.lzx On Thu, Nov 27, 2014 at 10:56 PM, Bhushan Patil wrote: > You mean I need to do changes in *.lzx file, If so then please tell me > which file I should look into. > Thanks. > On Thursday 27 November 2014 04:01 PM, Maxim Solodovnik wrote: > > sure > just send click event to the

Re: How to auto record meetings in Openmeeting ?

2014-11-27 Thread Bhushan Patil
You mean I need to do changes in *.lzx file, If so then please tell me which file I should look into. Thanks. On Thursday 27 November 2014 04:01 PM, Maxim Solodovnik wrote: sure just send click event to the correspondent handler, or call handler on room load On Thu, Nov 27, 2014 at 3:31 PM, B

Re: How to auto record meetings in Openmeeting ?

2014-11-27 Thread Maxim Solodovnik
sure just send click event to the correspondent handler, or call handler on room load On Thu, Nov 27, 2014 at 3:31 PM, Bhushan Patil wrote: > Hi Maxim, I checked the code and now I understand why video can't be > recorded in Whiteboard case (as only coordinates of WB objects are > broadcasted no

Re: How to auto record meetings in Openmeeting ?

2014-11-27 Thread Bhushan Patil
Hi Maxim, I checked the code and now I understand why video can't be recorded in Whiteboard case (as only coordinates of WB objects are broadcasted not the video stream). Is there any way by which I can automate the downloading of *JNLP *file (because in my case whenever moderator is going to join

Re: How to auto record meetings in Openmeeting ?

2014-11-14 Thread Maxim Solodovnik
you can record video/audio streams, but all WB actions will be missed On Thu, Nov 13, 2014 at 9:44 PM, Bhushan Patil wrote: > Ok, I will try. > One question again, when there are three users are in room with > WhiteBoard(one moderator and two non-moderator) then (I am assuming this) > the strea

Re: How to auto record meetings in Openmeeting ?

2014-11-13 Thread Bhushan Patil
Ok, I will try. One question again, when there are three users are in room with WhiteBoard(one moderator and two non-moderator) then (I am assuming this) the stream of moderator is multicasts to other two non-moderator user, can we capture n record this stream ? This way, we are not going to n

Re: How to auto record meetings in Openmeeting ?

2014-11-13 Thread Maxim Solodovnik
you need to modify *.lzx file, add call to server method to start recording and recompile On Wed, Nov 12, 2014 at 7:54 AM, Bhushan Patil wrote: > Hello Maxim, Can you tell me how can I record ''interview" room > automatically ? > On Tuesday 11 November 2014 11:05 PM, Maxim Solodovnik wrote: > >

Re: How to auto record meetings in Openmeeting ?

2014-11-11 Thread Bhushan Patil
Hello Maxim, Can you tell me how can I record ''interview" room automatically ? On Tuesday 11 November 2014 11:05 PM, Maxim Solodovnik wrote: Yes, Applet is required to record the whole meeting with all WB actions: drawing, changing slides etc. On 11 November 2014 23:32, Bhushan Patil

Re: How to auto record meetings in Openmeeting ?

2014-11-11 Thread Maxim Solodovnik
Yes, Applet is required to record the whole meeting with all WB actions: drawing, changing slides etc. On 11 November 2014 23:32, Bhushan Patil wrote: > Thanks Maxim for quick reply. Are you saying that for WhiteBoard, its > compulsory to record meeting via applet ? > On Tuesday 11 November 201

Re: How to auto record meetings in Openmeeting ?

2014-11-11 Thread Bhushan Patil
Thanks Maxim for quick reply. Are you saying that for WhiteBoard, its compulsory to record meeting via applet ? On Tuesday 11 November 2014 10:33 PM, Maxim Solodovnik wrote: It is possible for room like "interview" (room without whiteboard) And it is possible to record "user(s) video+sound" but

Re: How to auto record meetings in Openmeeting ?

2014-11-11 Thread Maxim Solodovnik
It is possible for room like "interview" (room without whiteboard) And it is possible to record "user(s) video+sound" but WB will be missed. This is why it is currently not implemented We have custom code to provide auto-recording for interview room we also can provide "video only" recording for o

How to auto record meetings in Openmeeting ?

2014-11-11 Thread Bhushan Patil
Hello everyone, I am using OpenMeeting in my project. How can do recording automatically when user joins the room? Because I don't want end user to have Java or IcedTea plugin installed( Same is possible in BigBlueButton, we don't need applet there). Can I do this? I have read similar queries he