Re: 1.91 zip incomplete?

2011-12-16 Thread Maxim Solodovnik
You should manually add wrapper files+config, it is not packed by default. On Fri, Dec 16, 2011 at 15:47, Nick Nudell wrote: > Hello, > I've downloaded and unpacked the latest 1.91 and it appears to be > incomplete. The wrapper files are missing and there is no install > directories. > > Also, u

Re: OpenOffice upload fails

2011-12-21 Thread Maxim Solodovnik
On Ubuntu you need to install openoffice/libreoffice not openoffice-headless This might be the problem On Thu, Dec 22, 2011 at 04:01, Conrad Beckert wrote: > Uploading an Openoffice file to the whiteboard fails with a couple of > error messages that dont seem to help very much: > > > Name: exitVa

Re: OpenOffice upload fails

2011-12-22 Thread Maxim Solodovnik
eeded is the package openoffice.org - a running OOo. (as to be proven by > starting it - on an X if you're on an Ubuntu server without graphics) > > Thanks for the help > Conrad > > > > > > Original-Nachricht ---- > > Datum: Thu, 22 Dec 2011 0

Re: OpenOffice upload fails

2011-12-22 Thread Maxim Solodovnik
: Thu, 22 Dec 2011 15:26:52 +0700 > > Von: Maxim Solodovnik > > An: openmeetings-user@incubator.apache.org > > Betreff: Re: OpenOffice upload fails > > > On Ubuntu server you additionally need to install xvfb > > > > > > On Thu, Dec 22, 2011 at 15:20, Co

Re: OpenOffice upload fails

2011-12-22 Thread Maxim Solodovnik
gt; Since version 3.x.x there is no need for any XVFB or other framebuffer > to run OpenOffice as a service. > > Sebastian > > 2011/12/22 Maxim Solodovnik : > > I guess openoffice.org should install xvfb since it it GUI application > ang > > it wont work without X se

Re: arabic lamguage

2012-01-02 Thread Maxim Solodovnik
Hello Hassan, Arabic language is already set to be rtl. I'm afraid the issues you observing are caused by incomplete translation. Please go to Administration->Languages and add missing translations for Arabic language, then relogin. I believe this should fix the problem On Tue, Jan 3, 2012 at 12:

Re: Webservices issue - incorrect URL returned?

2012-03-11 Thread Maxim Solodovnik
can you manually change the port to be 5080 and recheck? On Mon, Mar 12, 2012 at 04:23, Oleg Larin wrote: > Hello, > > We have chekced out one of the last versions of openmeetings code > (svn:1298740 from 9-mar-12) and experience strange behaviour of > webservices. In our environment for webserv

Re: Hi

2012-03-18 Thread Maxim Solodovnik
Already fixed in trunk On Mar 18, 2012 2:05 PM, "Alexei Fedotov" wrote: > Hello Sunil, > > I'm afraid this is a bug. You likely need a technical person to fix it. > The best thing you can do without tech knowledge is to report the bug to > the tracking system. > > https://issues.apache.org/jira/b

Re: Recording OpenMeetings version - 1_9_1_r4707

2012-03-20 Thread Maxim Solodovnik
It was 1.9.1 with replaced Red5. Red5 stream was not closed, and all video was written into .ser file instead of .flv Here are Sebastian's foundings on this: BTW: I found out how you can produce .ser files (the invalid flv files that you reported the last time). The .ser file is an internal file

Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Maxim Solodovnik
JUnit tests might fail. We need some time to make it work. I'm I right thinking you unable to install OM compiled from the sources? On Fri, Mar 30, 2012 at 06:07, Hamdi Thabet wrote: > Some JUnit tests don't pass. I'm using the last version of openmmetings in > repository from : > > > https://s

Re: Réf. : Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Maxim Solodovnik
T > *Élève ingénieur en Téléinformatique (3e année) > Maîtrisard en informatique > Technicien en Réseau informatique et Télécoms > [+216] 52 72 27 25 > hamdi.thabe...@gmail.com > *---Message original---* > > *De :* Maxim Solodovnik > *Date :* 03/30/12 03:21:37 &g

Re: Réf. : Re: Réf. : Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Maxim Solodovnik
It seems like you have derby DB at the end. Lets find it out: 1) check if you have "openmeetings" folder in dist/red5 ? 2) please tell me how have you build the sources? (have you used and -DB=postgres) 3) can you check dist\red5\webapps\openmeetings\WEB-INF\classes\META-INF\persistence.xml (the *o

Re: Réf. : Re: Réf. : Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Maxim Solodovnik
OK please do the following 1) delete dist folder 2) modify src\META-INF\postgres_persistence.xml to have your DB settings 3) run "ant -DB=postgres" 4) do not change anything (no folder renaming or file editing) 5) go to dist/red5 6) run red5.bat 7) go to http://localhost:5080/openmeetings/install 8

Re: Réf. : Re: Réf. : Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Maxim Solodovnik
The postgres DB is now have data? On Fri, Mar 30, 2012 at 11:37, Hamdi Thabet wrote: > The only change that I have made in "postgres_persistence.xml" was : > > > 0102 my password to access to posgresql server. Is it the right place ? > > After that I compiled with : "ant -DB=postgres" > and it

Re: Réf. : Re: Réf. : Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Maxim Solodovnik
No, openmeeting_persistense is not required. I'll try to setup postgres and verify the steps. Can you send the recent logs? On Mar 30, 2012 12:23 PM, "Hamdi Thabet" wrote: > I think it's necessary to have a file named: "openmeetings_ > persistence.xml". > I still have 0 table in my DB. The proble

Re: Réf. : Re: Réf. : Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Maxim Solodovnik
the are created on application start I have asked you do not perform any renames, but according to the log you have renamed your context to collabme. According to the log your classpath is incomplete: ClassNotFoundException: org.apache.axis2.transport.http.AxisServlet ClassNotFoundException: org.

Re: Error HTTP: 500 when uploading/sharing file

2012-03-30 Thread Maxim Solodovnik
Just set up Postgres 9.1.3 (postgresql-9.1.3-1-windows-x64.exe) build fresh sources install was able to login (no warnings or errors) Database is full of Data On Fri, Mar 30, 2012 at 14:29, Hamdi Thabet wrote: > I think that the problem is related to the DB because it's still always > empty even

Re: RTMPS, error while starting red5

2012-03-30 Thread Maxim Solodovnik
I'm going to test RTPMS today/tomorrow will let you know what I have found On Fri, Mar 30, 2012 at 16:35, Thibault Le Meur wrote: > By the way, if I comment the 2 following lines in red5-core.xml > value="${rtmp.receive_buffer_size}" /> > > > Then Red5 starts, opens port 8443 (sup

Re: RTMPS, error while starting red5

2012-03-30 Thread Maxim Solodovnik
have NO _real_ certificate I'll try to get certificate to test and will update instruction on site in case of success On Fri, Mar 30, 2012 at 19:27, Thibault Le Meur wrote: > Le 30/03/2012 13:06, Maxim Solodovnik a écrit : > > I'm going to test RTPMS today/tomorrow will let y

Re: RTMPS, error while starting red5

2012-03-30 Thread Maxim Solodovnik
al_ certificate > I'll try to get certificate to test and will update instruction on site in > case of success > > > On Fri, Mar 30, 2012 at 19:27, Thibault Le Meur < > thibault.lem...@supelec.fr> wrote: > >> Le 30/03/2012 13:06, Maxim Solodovnik a écrit : >>

Re: Settting up a development environment

2012-03-30 Thread Maxim Solodovnik
The build works as expected (I tested it mustipke times with postgres). Could you please download binary nightly snapshot, change persistence.XML only and try to run? On Mar 31, 2012 3:26 AM, "Hamdi Thabet" wrote: > I repeated all the procedure without any rename and with a clean copy but > alway

Re: Error HTTP: 500 when uploading/sharing file

2012-03-30 Thread Maxim Solodovnik
I'm not sure the problem is in import since you reporting your DB is empty. I'm surprised you able to login On Mar 31, 2012 3:27 AM, "Hamdi Thabet" wrote: > I repeated all the procedure without any rename and with a clean copy but > always the same problem when importing a file (any type and any

Re: Settting up a development environment

2012-03-30 Thread Maxim Solodovnik
I'll be available later today (in about 10 hours) Are you trying set up windows environment? On Mar 31, 2012 12:10 PM, "Hamdi Thabet" wrote: > the DB works well now but I still have the same problem HTTP_ERROR:500 > when importing a file (pdf, jpg, ...). > I can import all thing with OM 1.9.1 pre

Re: Settting up a development environment

2012-03-31 Thread Maxim Solodovnik
Hello Hamdi. Unfortunately I had no time yesterday and most probably will not have time today :( Please try to install all required software (LibreOffice/OppenOffice, sox, ffmpeg etc.) to the path with no spaces (like d:\apps\LO35, d:\apps\ffmpeg etc) If there will be convertion please send me i

Re: Settting up a development environment

2012-03-31 Thread Maxim Solodovnik
-- if there will be convertion errors... Sorry On Apr 1, 2012 12:32 PM, "Maxim Solodovnik" wrote: > Hello Hamdi. > > Unfortunately I had no time yesterday and most probably will not have time > today :( > > Please try to install all required software (LibreOffice/Op

Re: Réf. : Re: Settting up a development environment

2012-04-01 Thread Maxim Solodovnik
éseau informatique et Télécoms > [+216] 52 72 27 25 > hamdi.thabe...@gmail.com > *---Message original---* > > *De :* Maxim Solodovnik > *Date :* 04/01/12 06:40:40 > *A :* openmeetings-user@incubator.apache.org > *Sujet :* Re: Settting up a development environmen

Re: Réf. : Re: Réf. : Re: Réf. : Re: Réf. : Re: File importing HTTP-ERROR:500 + SMTP configuration ?

2012-04-02 Thread Maxim Solodovnik
I'm afraid we need to change code to use this (If I'm not mistaken we are creating separate jvm for this) On Mon, Apr 2, 2012 at 15:36, seba.wag...@gmail.com wrote: > No you might test to add a variable: > office.home with the path to your Open Office installation. > > Sebastian > > > 2012/4/2 Ha

Re: RTMPS, error while starting red5

2012-04-02 Thread Maxim Solodovnik
ine (just before the last ): > > > This is at least what is missing when using > openmeetings_1_9_1_r4707.zip<http://code.google.com/p/openmeetings/downloads/detail?name=openmeetings_1_9_1_r4707.zip&can=2&q=> > . > > Regards, > Thibault > > > Le 02/04/2012 10:01

Re: RTMPS, error while starting red5

2012-04-02 Thread Maxim Solodovnik
sounds less ambiguous. What do you think ? > > Thibault > > > > Le 02/04/2012 11:49, Maxim Solodovnik a écrit : > > I also thought this step is missing > but instruction says: download jee-container-ssl.xml to > jee-container.xml > > in other words replace c

Re: going in production mode: reducing logs and database choice

2012-04-04 Thread Maxim Solodovnik
1) you need to edit red5/conf/logback.xml 2) mysql performance is better On Wed, Apr 4, 2012 at 15:19, Thibault Le Meur wrote: > Hi, > > Before going in production mode, I'd like to know: > 1- if it's possible to decrease the loging level from the defautl DEBUG to > simple Warnings (seems it's n

Re: going in production mode: reducing logs and database choice

2012-04-04 Thread Maxim Solodovnik
test the screen sharing application with > RTMPS ? > I've tested with > openmeetings_1_9_1_r4707<http://code.google.com/p/openmeetings/downloads/detail?name=openmeetings_1_9_1_r4707.zip>and > it's not working (it tries to connect with the standard RTMP port). > >

Re: security t'chat

2012-04-05 Thread Maxim Solodovnik
You can create room the the certain org, and chat in it ... On Thu, Apr 5, 2012 at 17:31, clement mutz wrote: > ** > No, People see themselves among different orgs in the tchat. is this > normal? > > > Le 05/04/2012 11:47, Alexei Fedotov a écrit : > > I mean the following. Could people among dif

Re: RTMPS, error while starting red5

2012-04-05 Thread Maxim Solodovnik
Hello Thibault, can you please check if ScreenSharing over rtpms works for you? Unfortunately I'm unable to test it since I have no site with valid certificate. Thanks in advance On Mon, Apr 2, 2012 at 16:57, Maxim Solodovnik wrote: > I think it does make sense. > I'll correct

Re: security t'chat

2012-04-05 Thread Maxim Solodovnik
I'm afraid this is currently not implemented. There is chat for all users and chat for the room Organizations is just group of users On Thu, Apr 5, 2012 at 17:57, clement mutz wrote: > ** > Le 05/04/2012 12:45, Maxim Solodovnik a écrit : > > You can create room the the cert

Re: Shell script to delete unsused streams and report stream diskspace usage

2012-04-06 Thread Maxim Solodovnik
Hello Thibault, Rhanks for your effort. I'll take a look at this script. As an alternative to the reverse engineering I can propose command line tool using Java. Or maybe extend current command line admin (OPENMEETINGS-111) On Apr 6, 2012 5:28 PM, "Thibault Le Meur" wrote: > Hi, > > It seems tha

Re: Shell script to delete unsused streams and report stream diskspace usage

2012-04-06 Thread Maxim Solodovnik
I will add multi-OS and multi-DB version of this. I guess having cleanup capabilities is vital while storing video files ... On Fri, Apr 6, 2012 at 22:58, Thibault Le Meur wrote: > Hi Alexei, > > I knopw about jira contributions, but I don't think this should be > included into the OM disrtibutio

Re: Shell script to delete unsused streams and report stream diskspace usage

2012-04-06 Thread Maxim Solodovnik
Thanks for the idea :) On Fri, Apr 6, 2012 at 23:11, wrote: > Le 06/04/2012 18:05, Maxim Solodovnik a écrit : > > I will add multi-OS and multi-DB version of this. > > I guess having cleanup capabilities is vital while storing video files > ... > > > > Ok. > >

Re: Réf. : Re: Réf. : Re: Question about "users" table in DB

2012-04-14 Thread Maxim Solodovnik
openmeetings.users table already have column deleted The record is treated as deleted if value in this column is varchar 'true' On Sat, Apr 14, 2012 at 21:44, Hamdi THABET wrote: >"To flag records as deleted" is a very good idea ! I'm working on it. > > > -- WBR Maxim aka solomax <<608-104

Re: How is OpenMeetings Video Encoded?

2012-04-14 Thread Maxim Solodovnik
Hello Dan, the video is encoded with "Flash Screen codec V1" as described in this document: http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/swf/pdf/swf_file_format_spec_v10.pdf "Screen Video bitstream format" section I have in plans implementing "Screen Video V2 bitstream for

Re: Why we need to restart the Red5 server after a new install ?

2012-04-17 Thread Maxim Solodovnik
I guess this is somehow connected with lazy fetching. @Sebastian is it OK if I investigate this? On Apr 17, 2012 7:06 PM, "Hamdi THABET" wrote: >This problem wasn't in previous builds of OM 2.0 >> > > http://www.youtube.com/watch?v=4W-mNFvqq7o > > > > *Hamdi THABET > *Élève ingénieur en Tél

Re: Meeting Invite email address

2012-04-19 Thread Maxim Solodovnik
Actually we can set additional ReplyTo field of the email (it might differ from From field) I can investigate if you wish. On Thu, Apr 19, 2012 at 20:10, seba.wag...@gmail.com wrote: > All emails are processed by the email server that you configure in > Administration > Configuration (or during i

RE: Meeting Invite email address

2012-04-19 Thread Maxim Solodovnik
it is > addressed. > > If you have received this transmission in error, please disregard and > notify the sender. > > ** ** > > *From:* Maxim Solodovnik [mailto:solomax...@gmail.com] > *Sent:* Thursday, April 19, 2012 10:11 AM > *To:* openmeetings-user@incubator.ap

Re: Meeting Invite email address

2012-04-19 Thread Maxim Solodovnik
rivileged and > confidential and is intended only for the use by the party to whom it is > addressed. > > If you have received this transmission in error, please disregard and > notify the sender. > > ** ** > > *From:* Maxim Solodovnik [mailto:solomax...@gmail.com] &

Re: Problem with outlook calendar ics

2012-04-19 Thread Maxim Solodovnik
Unable to reproduce Om version: 2.0 (trunk) Win 7 x32 + Outlook 2007 (no exchange) please retest with the latest version of OM and file JIRA issue with detailed steps if still reproducible 2012/3/6 Mateus Interciso TIC > It’s version 1.9.1.r4707 > > ** ** > > *De:* seba.wag...@gmail.com [ma

Re: Meeting Invite email address

2012-04-20 Thread Maxim Solodovnik
missing yet and the configuration for OpenOffice is > just wrong now I guess. JODConverter is normally configured that way that > it starts OO on its own and closes it again (Kind of smart!) > > Also for the new release we will have to replace the screenshots. > > > Sebasti

Re: Meeting Invite email address

2012-04-20 Thread Maxim Solodovnik
I have updated GeneralConfiguration<http://incubator.apache.org/openmeetings/GeneralConfiguration.html> regarding 186 On Fri, Apr 20, 2012 at 14:51, Maxim Solodovnik wrote: > I remember I had problems with JODConverter on windows (works as expected > on Ubuntu) > > > On Fr

Re: Video quality on high resolution

2012-04-24 Thread Maxim Solodovnik
There is no way to specify other codec for OM. please search dev mailing list, there will be no other codecs until we switch to SWF10/11 On Tue, Apr 24, 2012 at 17:49, Sergey Kobzar wrote: > Thank you. > > Do I need remove previously installed codecs or how can I tell > OpenMeetings to use codec

Re: Button ask a question

2012-04-25 Thread Maxim Solodovnik
[image: Inline image 1] the button you asked for is hightlited with red On Thu, Apr 26, 2012 at 10:35, Alexei Fedotov wrote: > Could you please specify a room type? > 25.04.2012 23:23 пользователь "Mayrand, Patrick" < > patrick.mayr...@fadq.qc.ca> написал: > >> Thk Alexei >> >> Not for a poll.

Re: screen sharing-multiple downloads

2012-04-30 Thread Maxim Solodovnik
Hello Mukesh, The files are not identical, they have same name, but it's content is slightly differs. To check you can try to run previously downloaded *.jlnp file (say the file downloaded yesterday or the day before yesterday) and you will be unable to record or share screen. On Tue, May 1, 2012

Re: Réf. : Re: screen sharing-multiple downloads

2012-04-30 Thread Maxim Solodovnik
The only option is to set up your browser (if I'm not mistaken FF can open jnlp files without download prompt) I'm afraid 5 seconds timeout might not be good for every user. You can set up screen region to share and exclude jnlp dialog. On Tue, May 1, 2012 at 12:55, Hamdi THABET wrote: >Yes

Re: How to increase the quality or resolution of converted PDF or PowerPoint files

2012-05-01 Thread Maxim Solodovnik
I'm using Ubuntu Desktop/server 11.10 and 12.04 both works as expected with ant installed using apt-get On Wed, May 2, 2012 at 10:15 AM, George Kirkham wrote: > Stephen, > > ** ** > > You were correct I was using the wrong version of ant so thanks for > explaining to me how I could download a

Re: How to increase the quality or resolution of converted PDF or PowerPoint files

2012-05-01 Thread Maxim Solodovnik
compiling OpenMeetings and compiling ant (e.g. Java, > swftools, sox, mysql, openoffice, imagemagick, gs-gpl, ffmpeg, red5 server, > build-essentials, etc). If other items were not installed by packages, > then how they were installed. > > ** ** > > Thanks, > >

Re: How to increase the quality or resolution of converted PDF or PowerPoint files

2012-05-02 Thread Maxim Solodovnik
gt; 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 Solodovnik [mailto:solomax...

Re: Réf. : Re: screen sharing-multiple downloads

2012-05-02 Thread Maxim Solodovnik
Thanks Maxim, it’s worked for me in Firefox. Is it > possible to do the same in IE and chrome? > > ** ** > > *Thanks and Regards,* > > *Mukesh Reddy,* > > *Java Associate Engineer,* > > *US TECH SOLUTIONS.Inc,* > > *Email :muk...@ustechsolutions.com***

Re: OpenMeetings just redirects to demo.openmeetings.de

2012-05-02 Thread Maxim Solodovnik
you need to go to http://your_site:5080/openmeetings instead of http://your_site:5080/ On Wed, May 2, 2012 at 10:15 PM, Gary Franklin < gfrank...@tapestrysolutions.com> wrote: > We’ve tried both the manual install and the VM and we get the same > result for both. When going to the website, we a

Re: Issue with editing users

2012-05-02 Thread Maxim Solodovnik
Maybe "server timezone" can be used in such case? is it also fails - we can set it to GMT (to have this field NOT NULL) On Wed, May 2, 2012 at 3:07 PM, seba.wag...@gmail.com wrote: > Seems like the problem is that your users have not timezone in their > profile. > I think this is a problem that

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

Re: Editing OpenMeetings with Eclipse

2012-05-09 Thread Maxim Solodovnik
; ** ** > > 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

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 Maxim Solodovnik
Integer) > actionObject.get(2)); > > ** ** > > UpdateWhiteboardObject > > ** ** > > Err, well I think I am somewhat off track. Eclipse is great, but I have a > lot of learning in Eclipse, Java and Openmeetings before I can be of much > use with the code.*

Re: Screen publishing capability

2012-05-10 Thread Maxim Solodovnik
; http://dataved.ru/ > +7 916 562 8095 > > > On Thu, May 10, 2012 at 9:33 AM, Maxim Solodovnik > wrote: > > Hello Sebastian, All, > > > > I just implement "proof of concept" publishing Om screen sharing to the > > "flash stream re-translator"

Re: System Import HTTP-ERROR:500 - Could not find key in configuration CONF_KEY: DEFAULT_MAX_UPLOAD_SIZE

2012-05-14 Thread Maxim Solodovnik
Hello George, the configuration should be "max_upload_size" I'll double check. On Tue, May 15, 2012 at 1:16 PM, George Kirkham wrote: > Sebastian, > > ** ** > > There might be a bug. When I had more time to check the log files I found > the message “Could not find key in configuration CONF_

Re: System Import HTTP-ERROR:500 - Could not find key in configuration CONF_KEY: DEFAULT_MAX_UPLOAD_SIZE

2012-05-14 Thread Maxim Solodovnik
Corrected rev. 1338553 On Tue, May 15, 2012 at 1:25 PM, Maxim Solodovnik wrote: > Hello George, > > the configuration should be "max_upload_size" > I'll double check. > > > On Tue, May 15, 2012 at 1:16 PM, George Kirkham wrote: > >> Sebastian, &g

Re: Step by Step build instructions

2012-05-15 Thread Maxim Solodovnik
Try 7-zip ( http://www.7-zip.org/ ) On Wed, May 16, 2012 at 6:08 AM, George Kirkham wrote: > Stephen, > > ** ** > > Is there a good freeware “unrar” program that I can use to open the > archive with ? > > ** ** > > Thanks, > > ** ** > > George Kirkham > > ** ** > > ** ** > > ** **

Fwd: RTMPS question

2012-05-16 Thread Maxim Solodovnik
Dear All, Is there anybody was able to set up RTMPS with self-signed certificate? Or maybe have clue for the issue described below? Thanks in advance :) -- Forwarded message -- From: seba.wag...@gmail.com Date: Wed, May 16, 2012 at 3:09 PM Subject: Re: RTMPS question To: Maxim

Re: ISO LIVE DVD OpenMeetings 2.0 on Ubuntu 12.04 to download

2012-05-16 Thread Maxim Solodovnik
On Ubuntu (since 11.10) everything except for jod and JDK are works as expected from PPA. On Wed, May 16, 2012 at 4:23 PM, George Kirkham wrote: > Brian, > > ** ** > > A PPA would not be my first choice. > > ** ** > > OpenMeetings makes use of the latest versions of a number of supporting

Re: RTMPS question

2012-05-16 Thread Maxim Solodovnik
ep on trying to see what’s going wrong, not much from the logs etc.. > unfortunately. > > ** ** > > ** ** > > Cheers > > ** ** > > ** ** > > ** ** > > ** ** > > ** ** > > ** ** > > ** ** > > *From:* Maxim Solodo

RE: RTMPS question

2012-05-16 Thread Maxim Solodovnik
and import it that way, after importing via IE it can now use > firefox too. > > ** ** > > I’m just knocking up the steps I took to get it to work and will mail it > back, give us like 10 mins.**** > > ** ** > > *From:* Maxim Solodovnik [mailto:solomax...@gmail.

RTMPSClient questions

2012-05-17 Thread Maxim Solodovnik
Hello All, I seems to finish implementing RTMPS screen sharing client. To work it requires additional keystore "red5/conf/keystore.screen" with the password specified in red5.properties: "rtmps.keystorepass" Q1: how good to have same password for red5/conf/keystore and red5/conf/keystore.screen?

RE: RTMPSClient questions

2012-05-18 Thread Maxim Solodovnik
> Assuming issues talking with mysql, I can’t see any errors in the > persistence.xml file, got any idea what’s wrong here? I’ve dropped the DB > and recreated it, checked the UN and PW but same thing. > > ** ** > > Cheers > > ** ** > > ** ** &

Re: RTMPSClient questions

2012-05-18 Thread Maxim Solodovnik
*To:* openmeetings-user@incubator.apache.org > *Subject:* RE: RTMPSClient questions > > ** ** > > Hey Maxim, > > ** ** > > I’ve tested the latest build with HTTPS and RTMPS. > > ** ** > > Screen recording and screen sharing are working fine over encrypt

Re: RTMPSClient questions

2012-05-18 Thread Maxim Solodovnik
*once you use the screen sharing function once and then close it OM hangs if you try and re-use it I was unable to reproduce this everything works for me as expected On Fri, May 18, 2012 at 7:56 PM, Maxim Solodovnik wrote: > *once you use the screen sharing function once and then close it

Re: RTMPSClient questions

2012-05-18 Thread Maxim Solodovnik
try to clean ivy cache (USER_HOME/.ivy) and run "ant clean.all" On Fri, May 18, 2012 at 8:47 PM, Stephen Cottham < stephen.cott...@robertbird.com.au> wrote: > Ok Maxim, > > ** ** > > I’ll rebuild and try it again. > > ** ** > > Thanks

Re: Build #80 issue "Cannot load JDBC driver class 'com.mysql.jdbc.Driver' " for compiled package

2012-05-20 Thread Maxim Solodovnik
Hello George, MySQL JDBC driver is licensed under LGPL which is not compatible with Apache License . This driver can not be packaged with OM (as well as Oracle and DB2 driver) So from now users need to download MuSQL driver and put it into red5/webapps/openmeetings/WEB_INF/lib manually On Mon, Ma

Re: Build #80 issue "Cannot load JDBC driver class 'com.mysql.jdbc.Driver' " for compiled package

2012-05-20 Thread Maxim Solodovnik
?**** > > ** ** > > ** ** > > Thanks, > > ** ** > > George Kirkham > > ** ** > > ** ** > > ** ** > > *From:* Maxim Solodovnik [mailto:solomax...@gmail.com] > *Sent:* Monday, 21 May 2012 12:23 PM > *To:* openmeetings-user@incubator.apach

Re: [openmeetings-user] Install on Debian on Amazon EC2 - IP address issue

2012-05-20 Thread Maxim Solodovnik
AWS private/public IP is not an issue. Please check you have all necessary ports opened and DB installed/running. On Mon, May 21, 2012 at 10:10 AM, bmullan wrote: > Sebastian > > I am new to OpenMeetings but like Alexander I am trying install OM2 on > Amazon's (AWS) EC2 cloud. > Like Alexander .

Re: Why do I get "...flash/trunk/deploy does not exist." when I check out code and compile.

2012-05-20 Thread Maxim Solodovnik
According to your log: [copy] Copying 2 files to /usr/adm/compile/omall/openmeetings/trunk/singlewebapp/build/red5/dist/webapps/installer [copy] Warning: /usr/adm/compile/omall/openmeetings/trunk/flash/trunk/deploy does not exist. It is not OM warning. It is Red5 warning. The build pro

RE: Why do I get "...flash/trunk/deploy does not exist." when I check out code and compile.

2012-05-20 Thread Maxim Solodovnik
Red5 is not packaged in OM sources. It is checked out, built and packaged into binary OM distribution. It is also not redownloaded/built in subsequent builds, this is why fresh OM builds longer. On May 21, 2012 12:39 PM, "George Kirkham" wrote: > ** ** > > I had meant to attach the log files in

Re: OpenMeeting Installation with Mysql

2012-05-22 Thread Maxim Solodovnik
in 1.9 there is no mysql_hibernate.cfg.xml you need to: 1) stop OM 2) edit and copy red5/webapps/openmeetings/WEB-INF/classes/META-INF/mysql_persistance.xml to red5/we

Re: OpenMeeting Installation with Mysql

2012-05-22 Thread Maxim Solodovnik
http://incubator.apache.org/openmeetings/MySQLConfig.html "Steps todo" section On Tue, May 22, 2012 at 11:09 PM, Kanwar Ajit wrote: > ** > On 05/22/2012 09:12 PM, Maxim Solodovnik wrote: > > in 1.9 there is no > mysql_hibernate.cfg.xml<http://code.google.com/p/open

Re: soffice and red5 daemon

2012-05-23 Thread Maxim Solodovnik
Hello George, since OM 2.0 there is no need to run soffice daemon, it is run automatically by JODConverter on-demand. On Thu, May 24, 2012 at 8:55 AM, George Kirkham wrote: > Jaime, > > I may learn something here, but I understood that soffice is still used > for the conversion, and that JODConv

Re: Non-credential version of OM?

2012-05-23 Thread Maxim Solodovnik
As an option you can generate endless room hash and enter to the room directly by the URL On Thu, May 24, 2012 at 12:30 AM, Gary Franklin < gfrank...@tapestrysolutions.com> wrote: > Is there a clean way of disabling the need for usernames/passwords in > OM2? This would be used internally so we

Re: Non-credential version of OM?

2012-05-23 Thread Maxim Solodovnik
mber of guests, as inviting them > one at a time would be painful. > > ** ** > > Thanks, > > > George. > > ** ** > > ** ** > > ** ** > > *From:* Maxim Solodovnik [mailto:solomax...@gmail.com] > *Sent:* Thursday, 24 May 2012 12:05 PM > *To:

Re: SOAP setUserObjectAndGenerateRoomHashByURL error (-26)

2012-05-23 Thread Maxim Solodovnik
I thing you need to perform steps 1) 2) 4) 5) for the second login On Thu, May 24, 2012 at 9:26 AM, madkoala (m...@madkoala.net) wrote: > Hello. I'm working on integrating OM 1.9.1 and .NET Application (written > in C#). > Almost all features are working well, but there's a serious problem. >

Re: SOAP setUserObjectAndGenerateRoomHashByURL error (-26)

2012-05-23 Thread Maxim Solodovnik
I think sorry On Thu, May 24, 2012 at 9:31 AM, Maxim Solodovnik wrote: > I thing you need to perform steps > 1) 2) 4) 5) for the second login > > > On Thu, May 24, 2012 at 9:26 AM, madkoala (m...@madkoala.net) < > m...@madkoala.net> wrote: > >> Hello. I'

Re: FW: OpenMeetings Translation

2012-05-23 Thread Maxim Solodovnik
Please create JIRA issue and attach this file to it. I'll commit it to the trunk On Tue, May 22, 2012 at 12:25 PM, George Kirkham wrote: > Sebastian, > > ** ** > > A Chinese speaking colleague has updated the Chinese Simplified text for > OpenMeetings. > > ** ** > > Is there a OpenMeeting

Re: Non-credential version of OM?

2012-05-23 Thread Maxim Solodovnik
it would be > very useful. > > ** ** > > Thanks, George.**** > > ** ** > > *From:* Maxim Solodovnik [mailto:solomax...@gmail.com] > *Sent:* Thursday, 24 May 2012 12:22 PM > *To:* openmeetings-user@incubator.apache.org > *Subject:* Re: Non-credential version of OM? > >

Re: FW: OpenMeetings Translation

2012-05-23 Thread Maxim Solodovnik
could you please add language file as attachment? On Thu, May 24, 2012 at 10:54 AM, Maxim Solodovnik wrote: > Please create JIRA issue and attach this file to it. > I'll commit it to the trunk > > > On Tue, May 22, 2012 at 12:25 PM, George Kirkham >

Re: FW: OpenMeetings Translation

2012-05-23 Thread Maxim Solodovnik
you have attached it to OPENMEETINGS-283 instead of OPENMEETINGS-285 :)) On Thu, May 24, 2012 at 11:50 AM, Maxim Solodovnik wrote: > could you please add language file as attachment? > > > On Thu, May 24, 2012 at 10:54 AM, Maxim Solodovnik > wrote: > >> Please create JI

Re: FW: OpenMeetings Translation OPENMEETINGS-285 Update for Chinese Language text

2012-05-23 Thread Maxim Solodovnik
m using another computer in the mean > time, which is why it is taking me longer to connect, set up, etc. > > ** ** > > *From:* Maxim Solodovnik [mailto:solomax...@gmail.com] > *Sent:* Thursday, 24 May 2012 2:55 PM > *To:* openmeetings-user@incubator.apache.org > *Subjec

Re: Non-credential version of OM?

2012-05-23 Thread Maxim Solodovnik
rofelipeurr...@gmail.com> wrote: > How > > 2012/5/23 Maxim Solodovnik > >> As an option you can generate endless room hash and enter to the room >> directly by the URL >> >> On Thu, May 24, 2012 at 12:30 AM, Gary Franklin < >> gfrank...@tapestrysolution

Re: Step by Step build instructions (Updates)

2012-05-23 Thread Maxim Solodovnik
try *-XX:PermSize=128m* On Thu, May 24, 2012 at 12:32 PM, Anand Ayyappan wrote: > Hi Stephen, > > Doing that also didn't help. > > It still gives the following > Exception in thread "Keep-Alive-Timer" java.lang.OutOfMemoryError: PermGen > space > at java.util.Collections.synchronizedLis

Re: Step by Step build instructions (Updates)

2012-05-23 Thread Maxim Solodovnik
or maybe even better -Xmx1024m -XX:MaxPermSize=256m On Thu, May 24, 2012 at 12:35 PM, Maxim Solodovnik wrote: > try *-XX:PermSize=128m* > > > On Thu, May 24, 2012 at 12:32 PM, Anand Ayyappan > wrote: > >> Hi Stephen, >> >> Doing that also didn't

Re: Step by Step build instructions (Updates)

2012-05-23 Thread Maxim Solodovnik
education will make you a > fortune." - Jim Rohn > > Visit http://indya.co to post classifieds for free > > <http://www.mozilla.com/?from=sfx&uid=165364&t=557> > > > On Thu, May 24, 2012 at 11:07 AM, Maxim Solodovnik > wrote: > >> or maybe even be

Re: Step by Step build instructions (Updates)

2012-05-23 Thread Maxim Solodovnik
I have tested multiple OM instances (2 instances) on single Red5 server Everything works as expected How many instances have you run? Have you modified red5\webapps\openmeetings\WEB-INF\red5-web.properties of every instance to make it work? On Thu, May 24, 2012 at 1:24 PM, Anand Ayyappan wrote:

Re: Step by Step build instructions (Updates)

2012-05-23 Thread Maxim Solodovnik
Anand Ayyappan > > > "Formal education will make you a living; self-education will make you a > fortune." - Jim Rohn > > Visit http://indya.co to post classifieds for free > > <http://www.mozilla.com/?from=sfx&uid=165364&t=557> > > > On Thu,

Re: SOAP setUserObjectAndGenerateRoomHashByURL error (-26)

2012-05-24 Thread Maxim Solodovnik
ST API Reference is generated. > > Sebastian > > 2012/5/24 Maxim Solodovnik > >> I think >> sorry >> >> >> On Thu, May 24, 2012 at 9:31 AM, Maxim Solodovnik >> wrote: >> >>> I thing you need to perform steps >>> 1) 2) 4) 5)

Re: SOAP setUserObjectAndGenerateRoomHashByURL error (-26)

2012-05-24 Thread Maxim Solodovnik
contains label-Id's no actual text. That > is the issue. > > > Sebastian > > 2012/5/24 Maxim Solodovnik > >> I would create enum first so these codes will not be "cryptic" to the >> developers :) >> On May 24, 2012 2:43 PM, "seba.wag...

Re: Error While Recording.

2012-05-24 Thread Maxim Solodovnik
you need to install ubuntu-restricted-extras On Thu, May 24, 2012 at 5:25 PM, Anand Ayyappan wrote: > Hi, > I had setup openmeetings on ubuntu 12.04 > > While recording i get following error > > > Log:24.05.2012 15:49:13 > generateFFMPEG > process-generateFullFLV > error-ffmpeg version 0.8.1-4:0.

Re: compiling swftools in Debian and Ubuntu

2012-05-25 Thread Maxim Solodovnik
you can try to get *.deb file from http://linuxappfinder.com/package/swftools 0.9.0-0ubuntu2 works fine on my Ubuntu 10.10-12.04 On Sat, May 26, 2012 at 12:09 PM, George Kirkham wrote: > Stehpen, > > I reported the issue to the SWF Tools forum and they have now replied"The > 'test' command has t

  1   2   3   4   5   >