RE: 80

2012-05-09 Thread George Kirkham
Since Apache can and does listen on Port 80, is there a way to have Apache redirect all traffic on port 80 (or better yet, all traffic for www.mydomain.com.au/openmeeting to port 5080 where red5/Openmeeting can be listening ? I have not tried this as I thought it would not work.

Re: 80

2012-05-09 Thread Alexei Fedotov
I agree with Sergey that the port should be configurable to make it possible using port >1024, still it may be 80 port by default. Right now there are no known issues to have that implemented without httpd, still it requies some work. Rtmp will use 1935, but fall back to that default port and rtmpt

RE: Error while Playing recording in openmeeting

2012-05-09 Thread Mukesh Reddy
Hi George Kirkham, Can you explain to me in more detail. Thanks and Regards, Mukesh Reddy, Java Associate Engineer, US TECH SOLUTIONS.Inc, Office: 040-67339600 Extn: 635 Email :muk...@ustechsolutions.com -Original Message- From: George Kirkham [mailto:gkirk...@co2crc.com.au]

Re: Editing OpenMeetings with Eclipse

2012-05-09 Thread Maxim Solodovnik
I mean this setting: Under Window->Preference->Team->SVN there is a “SVN interface”, “Client:” which I have now set to “SVNKit (Pure Java) SVNKit v1.7.0 SNAPSHOT” to resolve I get “Error (100 of 125 items), mostly because “Project ‘Openmeetings’ is missing required library: ‘build/lib/…” where …

RE: Allowing Users to adjust the magnification of the Whiteboard

2012-05-09 Thread George Kirkham
Dušan, both of these features sound worthwhile. Thanks, George Kirkham From: Dušan Stloukal [mailto:dusan.stlou...@devportal.eu] Sent: Thursday, 10 May 2012 4:26 PM To: openmeetings-user@incubator.apache.org Subject: Re: Allowing Users to adjust the magnification of the Whiteboard

RE: Editing OpenMeetings with Eclipse

2012-05-09 Thread George Kirkham
Hi Max, I was not able to install “Subversion Revision Graph”, “Subclipse Integration for Mylyn 3.x (Optional)”, but I did install the other items. You said “set "java only" in Preferences->Team>SVN”, but I cannot find such a selection? Under Window->Preference->Team there is a “Per

Re: Allowing Users to adjust the magnification of the Whiteboard

2012-05-09 Thread Dušan Stloukal
Hi, I think, that individual changing of the zoom as the default, without permission, is the key feature which we are missing. It was the very first thing which we was asked by our customers to patch (but we don't have the patch so far). The next (imo useful) feature, which I've seen at pres

Screen publishing capability

2012-05-09 Thread Maxim Solodovnik
Hello Sebastian, All, I just implement "proof of concept" publishing Om screen sharing to the "flash stream re-translator" (like justin.tv) What do you think is it useful/demanded feature for OM? I can "polish" it and commit to the trunk 1) right now 2) after release 3) never looking forward for

RE: Editing OpenMeetings with Eclipse

2012-05-09 Thread George Kirkham
Thanks, once again. George Kirkham IT Manager Cooperative Research Centre For Greenhouse Gas Technologies (CO2CRC) NFF House, 14 - 16 Brisbane Avenue, Barton, ACT, 2600, Australia T: (02) 6120 1600 F: (02) 6273 7181 E: gkirk...@co2crc.com.au, W: www.co2crc.com.au From: Maxim

Re: Editing OpenMeetings with Eclipse

2012-05-09 Thread Maxim Solodovnik
Hello George, here is the link to the "4.2 beta" (I use it because it look better :) ) http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/junom6 direct link to linux x64 http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/juno/M6/eclipse-jee

RE: Editing OpenMeetings with Eclipse

2012-05-09 Thread George Kirkham
Max, I should have asked, how to you install “Eclipse EE + subclipse plugin” ? Thanks, George Kirkham IT Manager Cooperative Research Centre For Greenhouse Gas Technologies (CO2CRC) NFF House, 14 - 16 Brisbane Avenue, Barton, ACT, 2600, Australia T: (02) 6120 1600 F: (02) 6273

RE: Editing OpenMeetings with Eclipse

2012-05-09 Thread George Kirkham
Maxim, Thanks, and is seems I should give Ubuntu a try (I have been a Debian user until now). Thanks, George Kirkham IT Manager Cooperative Research Centre For Greenhouse Gas Technologies (CO2CRC) NFF House, 14 - 16 Brisbane Avenue, Barton, ACT, 2600, Australia T: (02) 6120 16

Re: Editing OpenMeetings with Eclipse

2012-05-09 Thread Maxim Solodovnik
Under Ubuntu 12.04 I use: 1) ant from apt-get (1.8.2 works as expected) 2) Eclipse EE + subclipse plugin 3) command line svn (apt-get subversion) 4) oracle jdk 1.6 (downloaded as .bin) On Sun, May 6, 2012 at 2:55 PM, George Kirkham wrote: > Thibault, > > Sadly I did not get far following the inst

Allowing Users to adjust the magnification of the Whiteboard

2012-05-09 Thread George Kirkham
Hi, How much work is involved in allowing meeting participants access to adjust the magnification (zoom) of the Whiteboard without having to have the rights to draw on the Whiteboard ? When working with portrait documents, like Word documents, it is important to zoom into the document and t

exclusive audio in Build #68

2012-05-09 Thread George Kirkham
Hi, I am testing the functionality in build #68 These I believe are issues, please check and comment. Test scenario, one moderator, two other participants (one with Audio & Video and one with Audio only) then join the meeting. A forth participant joins the meeting 1) When the mode

Re: 80

2012-05-09 Thread brian mullan
Sergey I think you meant to say if you run service on port *=< 1024* you need root privilages On Wed, May 9, 2012 at 3:41 PM, Sergey Kobzar wrote: > On Linux to run service on port >1024 you need root privileges. Non-root > users can run services on ports >1024. > > http://www.staldal.nu/tech/*

Re: 80

2012-05-09 Thread Sergey Kobzar
George I'm sorry - read "On Linux to run service on port >1024 you need root privileges" as "On Linux to run service on port <1024 you need root privileges" please. In other words ordinary users can not run services listening ports below 1024. On 05/09/12 23:20, George Kirkham wrote: Sergey,

RE: 80

2012-05-09 Thread George Kirkham
Sergey, Thanks,for your information. Good to know I don't have anything wrong with my config. George Kirkham -Original Message- From: Sergey Kobzar [mailto:sergey.kob...@itcraft.org] Sent: Thursday, 10 May 2012 5:42 AM To: openmeetings-user@incubator.apache.org Subject: Re: 80 On Li

Re: 80

2012-05-09 Thread Sergey Kobzar
On Linux to run service on port >1024 you need root privileges. Non-root users can run services on ports >1024. http://www.staldal.nu/tech/2007/10/31/why-can-only-root-listen-to-ports-below-1024/ for example... On 05/09/12 02:25, George Kirkham wrote: Mahmut, Thanks for your comments, the c

Réf. : Re: Réf. : Re: Réf. : Logical architecture of OM 2.0

2012-05-09 Thread Hamdi THABET
I think that there is two missing layers: 1) The Business Layer (couche métier in French) called also BOL (BusinnessObjects Layer). 2) The BLL (Business Logic Layer) called also "the domain layer". Hamdi THABET ---Message original--- De : seba.wag...@gmail.com Date : 09/05/2012

Re: Réf. : Re: Réf. : Logical architecture of OM 2.0

2012-05-09 Thread seba.wag...@gmail.com
What layer do you think is missing? 2012/5/9 Hamdi THABET >Hi Sebastian, > > "It is to argue if the layer "Dao/Impl" needs to be added or not." => it's > not that at all > > My stage supervisor ask me : What's technology is used in OM as Data > Access Objects ? > Because DAO is the general n

Réf. : Re: Réf. : Logical architecture of OM 2.0

2012-05-09 Thread Hamdi THABET
Hi Sebastian, "It is to argue if the layer "Dao/Impl" needs to be added or not." => it's not that at all My stage supervisor ask me : What's technology is used in OM as Data Access Objects ? Because DAO is the general name of the layer like presentation layer or service one. I learned about ORM a

Re: Réf. : Logical architecture of OM 2.0

2012-05-09 Thread seba.wag...@gmail.com
Hi Hamdi, it is to argue if the layer "Dao/Impl" needs to be added or not. Dao means Data Access Objects and implements the logical strutucture to access the data that is stored in the database. Which layer do you think is missing? I don't think that this kind of diagram has a fixed layout or numb

RE: Choose device - Combine device settings and audio/video test in single UI - "Do not ask again" check box in "Choose device" window

2012-05-09 Thread George Kirkham
Hi, I have downloaded and installed "Build #68", however the "Combine device settings and audio/video test in single UI" does not seem to be part of this build ? At this time only the "Choose devices" dialog box is showing. To be honest, I do not mind this configuration, if it is to be th