Re: Auto login: test loginUser()

2013-10-24 Thread Maxim Solodovnik
you need to call http://openmeetings.apache.org/UserService.html#setUserObjectAndGenerateRoomHash then redirect to http://localhos:5080/openmeetings/?secureHash=&language=1 On Fri, Oct 25, 2013 at 1:23 PM, 小野圭二 wrote: > Hi, > > Let me know what should i do after loginUser() was success. > > I

Auto login: test loginUser()

2013-10-24 Thread 小野圭二
Hi, Let me know what should i do after loginUser() was success. I am testing loginUser() for auto login from external site. At first, i got a session id by using getSession(), then called loginUser() with setting the session id. So the return was as following. http://services.axis.openmeetings.ap

about Asterisk Integration

2013-10-24 Thread Keisuke Yamada
Hi I installed openmeeings 3.0.0.0, and I tried to integrate with asterisk. I read http://openmeetings.apache.org/red5sip-integration_3.0.html I realized in my environment there is no "/opt/red5/webapps/openmeetings/WEB-INF/openmeetings-applicationContext.xml". And beginning of this pages mentio

Re: Redesigning the User Interface, where is the "blueprint" file for the Layout?

2013-10-24 Thread Alexei Fedotov
Afaiu, while Maxim mentions html5 technology, he still intends to use Apache Wicket as well as a template engine. 24.10.2013 23:50 пользователь "Alexander Brovman" < alexander.brov...@gmail.com> написал: > Maxim thank you for the response, so there will be a complete shift to > HTML5, i consider t

Re: Redesigning the User Interface, where is the "blueprint" file for the Layout?

2013-10-24 Thread Alexander Brovman
Maxim thank you for the response, so there will be a complete shift to HTML5, i consider that good news, i guess there is no need then to pick up Apache Wicket. What i wanted to ask you is, i posted my changes and thoughts on the screensharing in the other thread but you haven't responded yet. I w

Re: Redesigning the User Interface, where is the "blueprint" file for the Layout?

2013-10-24 Thread Alexei Fedotov
Alexander, please note Vasily and Maxim move Openmeetings to Apache Wicket. The guide on lzx technology may become obsolete soon enough. 24.10.2013 22:35 пользователь "Alexander Brovman" < alexander.brov...@gmail.com> написал: > Nevermind it appears that what I am looking for is inside the Main.lz

Re: Redesigning the User Interface, where is the "blueprint" file for the Layout?

2013-10-24 Thread Maxim Solodovnik
3.1 will mostly be HTML5 hopefully will be modifiable using CSS files. I seems to stuck to screensharing speed up will make another try tomorrow On Fri, Oct 25, 2013 at 1:30 AM, Alexander Brovman < alexander.brov...@gmail.com> wrote: > Nevermind it appears that what I am looking for is inside th

Re: Redesigning the User Interface, where is the "blueprint" file for the Layout?

2013-10-24 Thread Alexander Brovman
Nevermind it appears that what I am looking for is inside the Main.lzx and the corresponding files... i am trying to figure out the stuff in the debugger for now, once i have made some changes perhaps i will write a guide on how to customize Openmeetings so that other users can benefit. Right now t

Redesigning the User Interface, where is the "blueprint" file for the Layout?

2013-10-24 Thread Alexander Brovman
I was wondering if someone could give me a helpful hint as to where the "UI Layout" and the design patterns for the boxes, their arrangement, layout alignment etc can be found? All I could find sofar was the default-theme.xml file for color changes... i would like to redesign the UI/customize it b

Re: Sourcecode for the Screensharing? + Recompiling?

2013-10-24 Thread Alexander Brovman
Maxim, A) Interessting to say the very least, how did you manage to measure the encode and the screencapture? or what tools did you use in order to measure those, might come in handy for me when measuring performance. Right now i changed the sourcecode in the following way: 1) " timeBetweenFrames

Re: Sourcecode for the Screensharing? + Recompiling?

2013-10-24 Thread Maxim Solodovnik
Here are my measurements: Screen is captured in ~ 160-170ms Encoded in ~120-200ms Will try to speed up this somehow On Thu, Oct 24, 2013 at 3:27 PM, Alexander Brovman < alexander.brov...@gmail.com> wrote: > nevermind used the wrong ANT build. > > Got it to work now :) > > > On Thu, Oct 24, 2013

Re: Sourcecode for the Screensharing? + Recompiling?

2013-10-24 Thread Alexander Brovman
nevermind used the wrong ANT build. Got it to work now :) On Thu, Oct 24, 2013 at 9:11 AM, Alexander Brovman < alexander.brov...@gmail.com> wrote: > Maxim i made some changes to the code, i downloaded the source on the > server, changed the lines with nano. and then from the mainfolder simply >

Re: Sourcecode for the Screensharing? + Recompiling?

2013-10-24 Thread Alexander Brovman
Maxim i made some changes to the code, i downloaded the source on the server, changed the lines with nano. and then from the mainfolder simply ran the ant command and it started compiling (albeit some errors appeared since i only entered "ant" without any options/parameters. Openmeeting is working