Re: Open Calendar: Reccurence events support

2014-03-17 Thread Bharath Joginapally
Hi I am trying to install openmeetings on ubuntu 12.10. I am getting an error while installing apache ant. I think the link http://mirror.catn.com/pub/apache//ant/binaries/apache-ant-1.8.4-bin.tar.gz is different. I tried it in my browser and i get a not found message. Please help Thank You

Re: About the project idea need to have possibility to import/export sync events from OpenMeetings calender using iCal or caldev protocol

2014-03-17 Thread Maduranga Siriwardena
Hi all, Though I created a draft project proposal, I have little bit of a concern regarding the storage of iCal objects. Current appointments table have the columns to store the general properties of the iCal objects. But the iCal spec describes lot more properties for the iCal objects. So the

Re: About the project idea need to have possibility to import/export sync events from OpenMeetings calender using iCal or caldev protocol

2014-03-17 Thread Irina Arkhipets
Hi Maduranga, Sure, you need to add several columns to the appointments table and create some additional tables to cover the ical spec.I believe it's impossible to make all working using existing database structure. One more thing which I suppose you have missed are GUI changes. How are you

Re: OM Site update is required

2014-03-17 Thread Alvaro
Maxim, i am not sure if you are talking about it, if yes, is attached an idea. Alvaro El lun, 17-03-2014 a las 19:07 +0700, Maxim Solodovnik escribió: Hello, can someone please update OM screenshots used on our site/documentation? Thanks in advance

Re: OM Site update is required

2014-03-17 Thread Maxim Solodovnik
http://openmeetings.apache.org/ contains screenshots of om 1.x/2.x these screenshots need to be updated with screenshots of 3.0.x version On Mon, Mar 17, 2014 at 10:14 PM, Alvaro zurca...@gmail.com wrote: Maxim, i am not sure if you are talking about it, if yes, is attached an idea. Alvaro

Re: About the project idea need to have possibility to import/export sync events from OpenMeetings calender using iCal or caldev protocol

2014-03-17 Thread Maduranga Siriwardena
Thank you for the reply. I'll do the necessary changes to the proposal and inform you when I'm finished. Regarding libraries I have included, I have worked with library biweekly used for iCal object parsing. And it seems to be the library I have mentioned for CalDav must be changed as it gives

Re: About the project idea need to have possibility to import/export sync events from OpenMeetings calender using iCal or caldev protocol

2014-03-17 Thread Maduranga Siriwardena
Its bit unclear about the things you have mentioned about the UI changes. As I can understand the UI changes needed are minimal. As an example when creating and new event, user must get an option to declare it as a recurring event and the recurring frequency. I can't think of big changes needed to

Re: [Red5]

2014-03-17 Thread solomax
Thanks! On Monday, March 17, 2014 10:41:22 PM UTC+7, Mondain wrote: I didnt know that I had to actually push the tag after creating it; its all good now. On Sun, Mar 16, 2014 at 8:52 PM, Mondain mon...@gmail.com javascript:wrote: Apparently, the v prefix is required for the release to

Re: [Red5]

2014-03-17 Thread Mondain
I didnt know that I had to actually push the tag after creating it; its all good now. On Sun, Mar 16, 2014 at 8:52 PM, Mondain mond...@gmail.com wrote: Apparently, the v prefix is required for the release to show up in that page; I made my tag without the prefix. On Sun, Mar 16, 2014 at

Re: About the project idea need to have possibility to import/export sync events from OpenMeetings calender using iCal or caldev protocol

2014-03-17 Thread Irina Arkhipets
Hi again, Maybe there is some misunderstanding because of the terminology, please sorry. I meant that GUI *AND* related internal application logic should be changed. User should be able to create any recurring event he wants. And all these events should be correctly shown in the calendar.

Re: red5 server cpu usage

2014-03-17 Thread Maxim Solodovnik
I believe the higher CPU usage is caused by this line CachedEvent item = queue.poll(100, TimeUnit.MICROSECONDS); I'm going to change it CachedEvent item = queue.poll(100, TimeUnit.MILLISECONDS); and test On Tue, Mar 18, 2014 at 4:39 AM, seba.wag...@gmail.com seba.wag...@gmail.com wrote: One

Re: red5 server cpu usage

2014-03-17 Thread Maxim Solodovnik
Additionally CPU is consumed while copying incoming frames while CachedEvent is created :( I'll try to create reusable queue of buffers for it ... On Tue, Mar 18, 2014 at 10:46 AM, Maxim Solodovnik solomax...@gmail.comwrote: I believe the higher CPU usage is caused by this line CachedEvent

Re: red5 server cpu usage

2014-03-17 Thread Maxim Solodovnik
It seems like screen sharing is broken in case recorded area too big :( The time necessary for StreamPacket duplicating is too big, so the screen sharing recording session is being killed after series of java.util.concurrent.RejectedExecutionException need to handle this some how :( On Tue, Mar

Re: red5 server cpu usage

2014-03-17 Thread seba.wag...@gmail.com
believe the higher CPU usage is caused by this line CachedEvent item = queue.poll(100, TimeUnit.MICROSECONDS); I'm going to change it CachedEvent item = queue.poll(100, TimeUnit.MILLISECONDS); and test I have commented out this Line 256 in