Jython API

2014-02-07 Thread Richard Prosser
Further to my earlier message, I would like to develop a Jython ("Python for Java") API but I am not sure which files are relevant. Could anyone give me a clue, please? I have downloaded the source files but the overall structure and usage is not clear to me. Thanks ... Richard -- Forw

Re: Python/Jython API

2014-02-07 Thread Alexei Fedotov
Hello Richard, to ensure your messages are delivered promptly, please consider subscribing to the list [1]. [1] http://openmeetings.apache.org/mail-lists.html -- With best regards / с наилучшими пожеланиями, Alexei Fedotov / Алексей Федотов, http://dataved.ru/ +7 916 562 8095 [1] Start using Apac

Re: Jython API

2014-02-07 Thread Maxim Solodovnik
Current SOAP/REST API is located in src/axis/java folder On Thu, Feb 6, 2014 at 11:18 PM, Richard Prosser wrote: > Further to my earlier message, I would like to develop a Jython ("Python > for Java") API but I am not sure which files are relevant. Could anyone > give me a clue, please? I have d

Re: Changes to frame rate in producing recordings

2014-02-07 Thread Peter Dähn
so... after finally switch to 2.2 we encounter the same problem... decreasing size works... but the remaining area is very small... :-( The behavior is the same in 3.0... even with fps chooser... :-( any suggestions? Greetings Peter Am 18.12.2013 13:33, schrieb Maxim Solodovnik: > Sorry for kee

Re: Changes to frame rate in producing recordings

2014-02-07 Thread Maxim Solodovnik
The very latest 3.0.0 screen sharing should not FF video. I'm still working on it. Also we currently discussing if this applet need to be reverted to 2.1 version On Fri, Feb 7, 2014 at 6:09 PM, Peter Dähn wrote: > so... after finally switch to 2.2 we encounter the same problem... > decreasing

Re: Recording in background (no user dialog)

2014-02-07 Thread Rene' Rosenbaum
Hi all, no further answers, so lets rephrase the problem: What does prevent me from detecting the screen resolution, set the recording params to capture the whole screen, and record the screen (of cause without using an external script as currently applied for desktop sharing/recording)? Any h

Logging in OpenMeetings-Log

2014-02-07 Thread Rene' Rosenbaum
Hi all, may someone tell me how I get any events logged in the openmeetings.log or red5.log? I tried "LoggerFactory.getLogger(*.class);", but this didn't do the job. Any suggestions? best regards, Rene' -- ~~~ *Dr.-Ing. Rene' Rosenbaum meeCoda^IT * - Consulting and Services ~: Neue Reihe

Re: Recording in background (no user dialog)

2014-02-07 Thread Maxim Solodovnik
According to Sebastian's investigations grabbing screen with flash is very slow, very slow and very unstable. It is possible to record all video streams, but WB will be lost On Fri, Feb 7, 2014 at 9:30 PM, Rene' Rosenbaum wrote: > Hi all, > no further answers, so lets rephrase the problem: > Wh

Re: Recording in background (no user dialog)

2014-02-07 Thread Maxim Solodovnik
Sorry for keeping silence, really busy these days On Fri, Feb 7, 2014 at 10:54 PM, Maxim Solodovnik wrote: > According to Sebastian's investigations grabbing screen with flash is very > slow, very slow and very unstable. > It is possible to record all video streams, but WB will be lost > > > On

Re: Logging in OpenMeetings-Log

2014-02-07 Thread Maxim Solodovnik
Here is the example: https://svn.apache.org/viewvc/openmeetings/branches/2.x/src/org/apache/openmeetings/data/flvrecord/listener/StreamListener.java?view=markup&pathrev=1548014 the code will be: private static final Logger log = Red5LoggerFactory.getLogger(StreamListener.class, webAppRootKey); we

Re: Recording in background (no user dialog)

2014-02-07 Thread Rene' Rosenbaum
Dear Maxime, no worries, happy about any reply from you (no matter when :))! Ok, got it! I was on the wrong track ... sure, Java must be started (with all the hazzle of additional script/dialog/user interaction)! Maybe we can get it in the background in one of the OM versions to come. regards t

Re: Logging in OpenMeetings-Log

2014-02-07 Thread Rene' Rosenbaum
Hi Maxim, thanks for your quick reply! Tried it, but without success. Maybe its the class? => private static final Logger logger = Red5LoggerFactory.getLogger(ScreenSharerFrame.class, OpenmeetingsVariables.webAppRootKey); Compiles well, but dialog doesn't come up ... probably crashes before

Re: Logging in OpenMeetings-Log

2014-02-07 Thread Maxim Solodovnik
no dialog will pop up all messages will go to the log (openmeetings.log) On Sat, Feb 8, 2014 at 4:06 AM, Rene' Rosenbaum wrote: > Hi Maxim, > thanks for your quick reply! Tried it, but without success. Maybe its the > class? > > => private static final Logger logger = > Red5LoggerFactory.getLo