Flex video windows for OM

2014-06-09 Thread Maxim Solodovnik
Hello Sebastian, I started to implement video window using Apache Flex [1] The problem: I cannot change the camera resolution :( Changing it after it was set results to the crash of flash player :( (currently commented at line ~260) you were able to solve it in Openlaszlo, maybe you can suggest t

Re: Flex video windows for OM

2014-06-09 Thread seba.wag...@gmail.com
Hi Maxim, not sure but there are a number of possible scenarios. The usual stuff like any of the parameters is null. And also doing the things in the right sequence. Or another resource is already using the camera. And under some rare circumstances it might be that the settings you apply do not wo

Re: Flex video windows for OM

2014-06-10 Thread Maxim Solodovnik
I can share test HTML file if it can help Do you need it? On 10 June 2014 05:57, seba.wag...@gmail.com wrote: > Hi Maxim, > > not sure but there are a number of possible scenarios. > The usual stuff like any of the parameters is null. > And also doing the things in the right sequence. > Or anot

Re: Flex video windows for OM

2014-06-19 Thread Maxim Solodovnik
The current flex version is in trunk, will update Apache demo server in nearest couple of days On 10 June 2014 23:10, Maxim Solodovnik wrote: > I can share test HTML file if it can help > Do you need it? > > > On 10 June 2014 05:57, seba.wag...@gmail.com > wrote: > >> Hi Maxim, >> >> not sure

Re: Flex video windows for OM

2014-06-28 Thread Maxim Solodovnik
Hello Sebastian Were you able to take a look at this issue? I have changed the code locally, and it stops crashing, but also stops display video :( On 19 June 2014 17:23, Maxim Solodovnik wrote: > The current flex version is in trunk, will update Apache demo server in > nearest couple of days

Re: Flex video windows for OM

2014-06-28 Thread seba.wag...@gmail.com
Sorry Maxim, no time yet. Hopefully some time next week. Sebastian On 28 Jun 2014 20:09, "Maxim Solodovnik" wrote: > Hello Sebastian > Were you able to take a look at this issue? > > I have changed the code locally, and it stops crashing, but also stops > display video :( > > > On 19 June 2014

Re: Flex video windows for OM

2014-06-29 Thread Maxim Solodovnik
Great, thanks It seems subsequent calls to camera.setMode(...) is now not causing crash, but black screen displayed from the cam :( On 28 June 2014 19:28, seba.wag...@gmail.com wrote: > Sorry Maxim, > > no time yet. Hopefully some time next week. > > Sebastian > On 28 Jun 2014 20:09, "Maxim So

Re: Flex video windows for OM

2014-06-30 Thread seba.wag...@gmail.com
That sounds for me like and issue where some of the source parameters are set wrong. Crash sounds for me like a null pointer exception in Flash. For instance undefined object or similar when there you try to create the "camera' Object. Sebastian 2014-06-30 18:43 GMT+12:00 Maxim Solodovnik : > G

Re: Flex video windows for OM

2014-07-08 Thread Maxim Solodovnik
Hello Sebastian, Were you able to take a look at this? On 30 June 2014 14:17, seba.wag...@gmail.com wrote: > That sounds for me like and issue where some of the source parameters are > set wrong. > Crash sounds for me like a null pointer exception in Flash. For instance > undefined object or s

Re: Flex video windows for OM

2014-07-08 Thread seba.wag...@gmail.com
Sorry not yet. I am just very busy at the moment. Let's touch base by the end of the week. Thx Sebastian On Jul 8, 2014 7:09 PM, "Maxim Solodovnik" wrote: > Hello Sebastian, > > Were you able to take a look at this? > > > On 30 June 2014 14:17, seba.wag...@gmail.com > wrote: > >> That sounds fo

Re: Flex video windows for OM

2014-07-11 Thread seba.wag...@gmail.com
Hi Maxim, where is the actual source code for the conference room in the trunk? I can see the some checked in binaries, for example the main.as3.swf11.swf. But no source code for it. So what are you doing if you need to fix anything in the conference room itself? Sebastian 2014-07-08 20:05 GM

Re: Flex video windows for OM

2014-07-11 Thread Maxim Solodovnik
the room in the trunk should be in html5. no binaries should be in svn (i'll double check) the only flash sources are in flex folder all previous sources are in 3.0.x branch On 12 July 2014 06:24, seba.wag...@gmail.com wrote: > Hi Maxim, > > where is the actual source code for the conference r

Re: Flex video windows for OM

2014-07-11 Thread Maxim Solodovnik
one exception: networktesting tool sources are still in SVN On 12 July 2014 08:44, Maxim Solodovnik wrote: > the room in the trunk should be in html5. > no binaries should be in svn (i'll double check) > the only flash sources are in flex folder > > all previous sources are in 3.0.x branch > >

Re: Flex video windows for OM

2014-07-22 Thread seba.wag...@gmail.com
Hi Maxim, sorry for the delay I am still trying to get my head around the Flex application. But I think basically what you want is that only the audio/video relevant components are using Flash everything else is in HTML5. Which I think is the right approach. Are you still stuck in some of the iss

Re: Flex video windows for OM

2014-07-22 Thread Maxim Solodovnik
Thanks Sebastian, I'm currently using IntellyJ IDEA for flex editing and code completion (Unfortunately I have no debugger) Currently I'm trying to implement Video setup and video window using flex (all parameters set using Wicket HTML5) Video setup window is already function in the trunk, with s

Re: Flex video windows for OM

2014-07-22 Thread seba.wag...@gmail.com
One of the questions is always how to pass parameters from Flash to JavaScript and vice-versa. Have you found a solution for that or ? Do you have some kind of event mechanism that you use to pass an event from JavaScript to the Flash Applet ? Sebastian 2014-07-23 17:41 GMT+12:00 Maxim Solodovni

Re: Flex video windows for OM

2014-07-22 Thread Maxim Solodovnik
I'm passing parameters using following code: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/room.js?revision=1605992&view=markup line ~77 parameters being read using http://svn.apache.org/viewvc/openmeetings/trunk/singl

Re: Flex video windows for OM

2014-09-19 Thread Maxim Solodovnik
It seems like I was able to set camera mode Will move forward and try to add video to the new room :) On 23 July 2014 12:57, Maxim Solodovnik wrote: > I'm passing parameters using following code: > > http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/java/org/