Re: Duplicated buttons/Can't disconnect

2010-01-20 Thread FOAD
OK, in the end that's kinda funny. I'll just erase the database and restart, thanks. On 20 jan, 22:16, Sebastian Wagner wrote: > hi, > > 2010/1/20 FOAD > > > Hi, > > > I got an error running last version of openMeetings using source code, > > on the main screen, after loging in, every button is

Re: SOAP demo room issue

2010-01-20 Thread Jyothivas Nair
Hi Sebastian, i have set the timer and boolean isdemo room to true as it shows a countdown timer popup on the right top of the whiteboard screen as you mentioned after the timeout it should return to room list...now that wont happen when i use soap so i think for now i would have to create a sepa

Re: How to integrate the openmeetings into OA system

2010-01-20 Thread seven wsa
i using the last version, i haven't solved.. = =||| 2010/1/21 Sebastian Wagner > hi, > > what versions are you using? > I guess you've somehow solved this already. > > > Sebastian > > 2010/1/15 seven wsa > >> pls help. >> >> >> 2010/1/15 seven wsa >> >> Hello friends, >>> >>> i want to

Re: Linux webcams that just work with OpenMeetings?

2010-01-20 Thread Brian
On Fri, Dec 11, 2009 at 9:30 AM, John Gisler wrote: > I actually manipulated motion to use my Logitech 9000 as a v4l2 device. > > There was information on that link I sent on how to do it. > > John- John, Can you please provide more information about how you used the Motion software to get fla

Re: Screen Sharing size/running

2010-01-20 Thread MikeMack
Ok thanks, I tried the blue arrows but maybe it was after, I'll give it another shot. Another question that just popped up - Any idea why a Mac wouldn't load up the screen sharing? His updates are up to date and I had him try http://support.apple.com/kb/TS2828 but it's still a no go. Thanks for

Re: Screen Sharing size/running

2010-01-20 Thread Sebastian Wagner
hi, the screen sharing does work with any resolution. You can adjust the area that is shared by using the blue-arrows in the screen-sharing client (you have to do that _before_ you start sharing. SWFTools has nothing to do with Screen Sharing. If you can upload PDFs and watch them in the Whiteboa

Screen Sharing size/running

2010-01-20 Thread MikeMack
Hi again, I have a question about Screen Sharing that I can't seem to find an answer for. First off is the size of the screen, it seems to be maxed at 1024x768 for me. When I increase quality it will zoom in, but the external frame won't increase in size to match this. Secondly, I've read that t

Re: PHP SOAP Integration Help

2010-01-20 Thread Sebastian Wagner
hi, I think what Volkov has done can be very useful for you. check those sections in the Integration Guide: http://code.google.com/p/openmeetings/wiki/MainPage?tm=6#Integration_Guide Sebastian 2010/1/12 Dan > Hi Sebastian and others, > > I am trying to integrate a PHP application with Openmeet

Re: Duplicated buttons/Can't disconnect

2010-01-20 Thread Sebastian Wagner
hi, 2010/1/20 FOAD > Hi, > > I got an error running last version of openMeetings using source code, > on the main screen, after loging in, every button is displayed 6 times > (home, administration etc.), so I can't see them all on the screen. > The buttons are normal once I get in a classroom...

Re: Mail settings

2010-01-20 Thread Sebastian Wagner
Goto Administration > Configuration section in OpenMeetings User Interface. there are some config_keys, basically the same as during the Installation. After a change in the Mail-Settings I would recommend a restart of red5, the Mail-Settings are somehow stored in the Java-Session, to make changes

Re: SOAP demo room issue

2010-01-20 Thread Sebastian Wagner
hi, did you set the Demo Timer AND the demo-room flag to true? see for example: public Long addRoomWithModeration(String SID, String name, Long roomtypes_id , String comment, Long numberOfPartizipants, Boolean ispublic, Boolean appointment,

Re: SOAP deleteRoom issue

2010-01-20 Thread Sebastian Wagner
hi, *delete* means actually that the record gets the flag *deleted* not that the record is removed. The select/get methods will respect that and not give you the record if the flag is to true. That is a common way of dealing with delete-actions, as you often have foreign-keys in other tables that

Duplicated buttons/Can't disconnect

2010-01-20 Thread FOAD
Hi, I got an error running last version of openMeetings using source code, on the main screen, after loging in, every button is displayed 6 times (home, administration etc.), so I can't see them all on the screen. The buttons are normal once I get in a classroom... I also get an error when a user

Re: How to integrate the openmeetings into OA system

2010-01-20 Thread Sebastian Wagner
hi, what versions are you using? I guess you've somehow solved this already. Sebastian 2010/1/15 seven wsa > pls help. > > > 2010/1/15 seven wsa > > Hello friends, >> >> i want to integrate the openmeetings into java web OA >> now , i follow the "Integration Guide", use SoapMethods , >>

Mail settings

2010-01-20 Thread FOAD
Hi, I made a mistake on the openMeetings installation screen, and openMeetings is unable to send e-mails, so I would like to know where are these settings saved (which file etc)? Thanks ^ -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To

SOAP demo room issue

2010-01-20 Thread Jyothivas Nair
Hi, i created a demo room using the SOAP calls, i set the time as 30 seconds it shows me a small window with a time counter but the thing is how do you handle the timeout ? it doesn't freeze the whiteboard or do anything i can still use all the whiteboard functions even after a timeout is there

SOAP deleteRoom issue

2010-01-20 Thread Jyothivas Nair
Hi, i had this one issue i am able to create rooms successfully using the soap function "addRoomWithModeration" but when i try the function "deleteRoom" it just simply returns me blank output and does not delete the room there are no errors also generated by the function. i am sending 2 paramete

Re: OpenMeetings 1.1 Pre-Release and Testing

2010-01-20 Thread Matti Laakso
Ok here is how I got it working: I installed sox from the normal debian repository Then added debian-multimedia repository and installed ffmpeg from there. Also install libmp3lame0. So basically the problems were in the ffmpeg package. When I installed newer version from debian multimedia, all

Re: OpenMeetings 1.1 Pre-Release and Testing

2010-01-20 Thread Matti Laakso
I just figured that out on my own :) and now I managed to use -vcodec flashSv too So I had to use flashsv instead of flashv. But the OM script itself uses flasv. Manually i can get it working, but not automatically. Is it working for you with the flashv ? By installing liblame0 I got the sound s

Re: Blank Screen after installation

2010-01-20 Thread Haseo
I run it from Eclipse. Actually I have to make it work quickly, so as I work on a virtual machine, I simply created a new one and installed everything again (I almost now every required component and the installation procedure by heart now lol), and it works perfectly. I still would like to unders