RTMPSMinaIoHandler Exception caught

2013-03-26 Thread Vieri
Hi, With the latest SVN I'm experiencing the following issue when trying to connect via https (with earlier revisions I didn't see this failure): [INFO] [http-bio-0.0.0.0-443-exec-1] org.apache.catalina.core.ContainerBase.[red5Engine].[0.0.0.0].[/openmeetings] - Velocity [debug] Default

Re: RTMPSMinaIoHandler Exception caught

2013-03-26 Thread Maxim Solodovnik
If by latest SVN you mean latest trunk this is expected since we have switched to the new red5 and RTMPT/RTMPS were not tested On Tue, Mar 26, 2013 at 2:54 PM, Vieri rentor...@yahoo.com wrote: Hi, With the latest SVN I'm experiencing the following issue when trying to connect via https

Investigating red5-SIP bridge with h264 video

2013-03-26 Thread Maxim Solodovnik
Hello Paul, we are currently trying to implement red5-SIP bridge (based on red5 RTMPClient [1]) The client works as expected in audio only mode. It's behavior in video enabled mode depends on red5 version: 1) red5 server and client libraries below r4604: video is very unstable it can work as

Re: GSOC: Recurrence events support in OpenMeetings calendar

2013-03-26 Thread Dishara Wijewardana
Hi Irina, Sorry for the late reply since I was not well in last couple of day. I was able to set up ical4j and tested locally with all following mentioned aspects with the API, relating to recurrence events. i.e - Created an event (VEvent) for a given day/for a given period of time (Monday

[GSoC 2013] Possible Architecture for Recurrence Events Implementation

2013-03-26 Thread Dishara Wijewardana
Hi all, I have updated the JIRA with a possible architecture diagram[1] for Open Meetings Recurrence events implementation. Here in the diagram, IcalHandler is the one which is already there in the OpenMeetings core as org.apache.openmeetings.utils.mail.IcalHandler. I thought of implementing the

Re: [GSoC 2013] Possible Architecture for Recurrence Events Implementation

2013-03-26 Thread Maxim Solodovnik
I believe it is not the big deal how to set recurrences in *.ics files. import should support both, export can support any. The main problem is Database. It should be possible to get the list of instances of recurring event intersecting given period of time. For ex.: 1) you have create annual

Re: OM stress testing

2013-03-26 Thread Vasya
Hi Maxim, Yes, this is the 2.1 branch. Vasiliy On 26.03.2013 17:12, Maxim Solodovnik wrote: This report is related to 2.1 branch On Tue, Mar 26, 2013 at 5:09 PM, Vasya va...@unipro.ru wrote: Hello all! Please see below weekly stress test report: Tested server configuration is:

Re: [GSoC 2013] Possible Architecture for Recurrence Events Implementation

2013-03-26 Thread Dishara Wijewardana
On Tue, Mar 26, 2013 at 5:00 PM, Maxim Solodovnik solomax...@gmail.comwrote: I believe it is not the big deal how to set recurrences in *.ics files. import should support both, export can support any. The main problem is Database. It should be possible to get the list of instances of

Re: GSOC: Recurrence events support in OpenMeetings calendar

2013-03-26 Thread Irina Arkhipets
Hi Dishara, I don't think you can use RDATE for the implementing recurrences. For example, it would be impossible to describe an endless recurrence without untill date at all. As Maxim already wrote, the main problem is database. Its structure should allow: - Create/update/delete recurrence