Re: Multiple email addresses in invite from room.

2010-07-15 Thread Sebastian Wagner
I guess some kind of small help-text next to the input text-box would be
helpfull to find that out more quickly.

Sebastian

2010/7/15 Karl 

> Sorry.
> Figured it out myself.
> Comma seperated addresses.
>
> On Jul 14, 11:22 am, Karl  wrote:
> > Hi
> >
> > When sending an invite to an external user from within a room is it
> > possible to insert multiple email addresses?
> >
> > If I need to send invites to 40 people it takes far to long to send
> > them all individually.
> >
> > Regards
> >
> > Karl
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: ffmpeg cmdline err: Could not find codec parameters (Video: [0][0][0][0] / 0x0000)

2010-07-15 Thread Sebastian Wagner
I have not seen this particular message before.
You should visit the FFMPEG list and post the Issue there.
They will be able to tell you right out of the box what this error message
does exactly mean.



Sebastian

2010/7/15 spider-dan 

> hello again,
>
> i reconfigured a new VM with openmeetings 1.1 and now it seems that
> the ffmpeg executable is visible in the PATH.  unfortunately someting
> else has gone wrong. the command to generate the flv for a recording
> fails, and of course the recording can't be seen.
>
> this is the command that openmeetings tries to execute:
>
> ffmpeg
>  -i /usr/lib/red5/webapps/openmeetings/streams/6/
> rec_2_stream_efa25a94ae383d8cafda46c046edcfc5_14_07_2010_17_56_44.flv
>  -i /usr/lib/red5/webapps/openmeetings/streams/6/
>
> rec_2_stream_efa25a94ae383d8cafda46c046edcfc5_14_07_2010_17_56_44_FINAL_WAVE.wav
>  -ar 22050
>  -acodec libmp3lame
>  -ab 32k
>  -s 640x512
>  -vcodec flashsv
>  -map 0.0
>  -map 1.0
>  /usr/lib/red5/webapps/openmeetings/streams/hibernate/
> flvRecording_2.flv
>
> the output of the command:
>
> FFmpeg version SVN-r24237, Copyright (c) 2000-2010 the FFmpeg
> developers
>  built on Jul 14 2010 17:39:50 with gcc 4.4.1
>  configuration: --enable-libmp3lame
>  libavutil 50.22. 0 / 50.22. 0
>  libavcodec52.83. 0 / 52.83. 0
>  libavformat   52.73. 0 / 52.73. 0
>  libavdevice   52. 2. 0 / 52. 2. 0
>  libavfilter1.22. 0 /  1.22. 0
>  libswscale 0.11. 0 /  0.11. 0
> [flv @ 0x963f470] Could not find codec parameters (Video: [0][0][0]
> [0] / 0x)
> [flv @ 0x963f470] Could not find codec parameters (Audio: [0][0][0]
> [0] / 0x, 0 channels)
> [flv @ 0x963f470] Estimating duration from bitrate, this may be
> inaccurate
> /usr/lib/red5/webapps/openmeetings/streams/6/
> rec_2_stream_efa25a94ae383d8cafda46c046edcfc5_14_07_2010_17_56_44.flv:
> could not find codec parameters
>
> i configured ffmpeg with libmp3lame like this: ./configure --enable-
> libmp3lame
>
> has anybody a hint of any possible reason why these 2 errors occurr
> ( "Could not find codec parameters") ?
>
>
> thank you very much,
> dan
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Get the number of people in room through SOAP

2010-07-15 Thread Sebastian Wagner
Have a look at the RPC Call:

RoomService:
public RoomCountBean[] getRoomCounters(String SID, Integer roomId1, Integer
roomId2, Integer roomId3, Integer roomId4
, Integer roomId5, Integer roomId6, Integer roomId7, Integer
roomId8, Integer roomId9, Integer roomId10) throws AxisFault {

that can return the number of users for max 10 different room_id's at a
time.


Sebastian

2010/7/15 Song 

> Hi
>
> What is the best way to get the number of users that are currently in
> an ongoing conference room through a SOAP call?
>
> I been trying both methods getRoomWithClientObjectsById and
> getRoomWithClientObjectsById, however so far neither seem to return a
> list of the users currently in the conference room.
>
> Thank you
>
> zs
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: RTL Problem

2010-07-13 Thread Sebastian Wagner
Hi,

I thought we have solved this Issue some time ago.
If you run the application with Persian language + using the RTL button or
checkbox whenever needed then everything should be right, isn't it?

Sebastian

2010/7/13 JN 

> Openmeetings looks great but I have problem using right to left
> languages (persian) in it.
> Has it been solved yet or I should search at another place like
> openlaszlo forums?
>
> Any sort of help will be highly appreciated.
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Compile And run

2010-07-13 Thread Sebastian Wagner
that is the effect that you will have when you run the installer into the
same database multiple times.


Sebastian

2010/7/13 Romulo 

> I compiled and tried to turn the dist changed, but I just changed the login
> box, but it looked like this:
>
>
>
> http://img257.imageshack.us/img257/3668/menuss.png
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Compile

2010-07-12 Thread Sebastian Wagner
Hi Romulo,

you have seen the links to the actual Build Source Instructions?

http://code.google.com/p/openmeetings/wiki/BuildSourceNew#How_to_build_a_distribution

Sebastian

2010/7/12 Romulo 

> After i compile how i can use my compiled swf in my installed openmeetings.
>
> i install using this tutorial:
>
> http://code.google.com/p/openmeetings/wiki/BuildSources
>
> I make the  client-side. I try to make changes in .lzx files.
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Customizing

2010-07-09 Thread Sebastian Wagner
Hallo Romulo,

have a look at the config.xml

Sebastian

On Jul 9, 6:40 pm, Romulo Pires  wrote:
> I'm trying to modify the template, ie the colors of OpenMeetings, but
> I'm not getting, can someone help me?

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: New SOAP Calls to get User-Object List including Streamname.

2010-07-09 Thread Sebastian Wagner
Hi,

you can find all Services in the Service-Browser that is included with
every distribution:

http://localhost:5080/openmeetings/axis2-admin/ListSingleService?serviceName=UserService

user: admin
pass: axis2

RoomService :: public RoomReturn getRoomWithClientObjectsById(String
SID, long rooms_id)


Sebastian

On Jul 8, 7:53 am, cheluskin  wrote:
> New SOAP Calls to get User-Object List including Streamname to
> broadcast a Video Stream out of a Conference directly . Where is it?

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Update Moodle Plugin

2010-07-09 Thread Sebastian Wagner
Hi,

I think the general process of un-installing a Module (to re-install a
new one) includes to delete all activities (there is some kind of
check *Do you want to delete all created activities of that module).
However I did never try to deny that option in order update + keep
existing activities so you should try that in some safe environment
first.

Sebastian

On Jul 8, 10:37 am, fk  wrote:
> Hello everyone,
> just a short question. We have a fairly old version of the moodle-
> plugin (must be 0.5 or 0.6) running and want to update to the recent
> one. Is this uncritical, or do we have to recreate all activities in
> moodle if we update the plugin?
>
> thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: getListOfFiles

2010-07-09 Thread Sebastian Wagner
Hi Bicho,

I will need to tes thte function first before I can give you a
detailed answer.

Sebastian

On Jul 2, 8:03 pm, Bicho4191  wrote:
> Hi everyone
>
> i need a litle help using the getListOfFiles method from SOAP
>  i cannot read my folders and resources, i dont known wanna do with a
> linkedlist object
>
> well thx 4 all
> grettings

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Wargames online ("Kriegsspiel")

2010-07-01 Thread Sebastian Wagner
Hallo Richard,

it is a nice idea, I have been working on some Tile-Based Engines,
A*-Algorithm et cetera by myself in the past. But that have been more like
funny round-based games where you run around and collect something (or build
a small sim city like build-up game).
However that was 3 years ago and made with some Flash7. So something like
that is possible but the amount of time that you need is a lot more then
your budget allows :))).

Sebastian

2010/7/1 richard.prosser 

> I am hoping to set up a framework that would allow people to play
> Kriegsspiel online - see
> http://www.kriegsspiel.org.uk/index.php?option=com_content&task=view&id=44&Itemid=59
> for a brief description of the game, with players and umpires meeting
> in a suitable building somewhere.
>
> The basic idea is that players represent the various factions (e.g.
> Napoleon and Wellington at Waterloo, with sub-commanders) and umpires
> decide what each player is aware of, via reports from the front line;
> umpires also determine the results of combats. Each player/umpire
> would be a member of the site, with the latter being moderators I
> guess.
>
> Each player has a map with his units marked on it, plus those of the
> enemy that he is aware of. The chief umpire has a 'global' map that
> shows all dispositions; there may well be other umpires who
> communicate with the players, taking orders and issuing resports
> (feedback).
>
> In principle, all of the above could be implemented online via a
> suitable Conferencing system, hence my interest in OpenMeetings and
> the like. I am not sure that OM would suffice as it stands however and
> may require some modifications.
>
> Specifically, I need to have several virtual rooms available, so that
> players are (normally) kept separate and so cannot communicate
> directly with each other. The Auditorium feature may be suitable here
> but I would appreciate some expert opinion on this. Players may
> however need to talk directly with each other if they are in the same
> 'physical' location, such as when one commander visits the HQ. Thus
> each virtual room also needs to support several participants, as
> directed by the umpire involved.
>
> Umpires would also need to talk with each other and the players via
> VoIP. In addtion a Chat facility would permit players to issue orders
> and receive reports. Ideally the delivery of the latter may be delayed
> to reflect the time taken for a courier to travel to/from HQ; also
> some messages may be deliberately garbled by the umpire, perhaps based
> on a random prompt of some kind.
>
> Very desirable would be the ability to directly update the maps
> online, though to start with I could accept uploading of image files
> from some map-drawing software. Players could however work with a map
> on their PC or even print it, updating the situation (as they perceive
> it) manually, based on reports received or sightings perhaps.
>
>
> So, will OM support such a scenario? I have $900 on account with a
> software development firm so I am prepared to fund some modifications,
> if necessary.
>
>
> Thanks ...
>
> Richard Prosser
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: OpenMeetings 1.3 RC1 Released

2010-06-25 Thread Sebastian Wagner
Hi Miguel,

no ... when i add new SOAP calls I do always add them with a new
Method-Header. I never change or delete old methods, if so I mark them as
deprecated ... so the old integration code should always work.

Sebastian

2010/6/25 Miguel Carro Pellicer 

>  Hi Sebastian.
>
> ¿Are there any changes in webservices (setUserObjectAndGenerateRoomHash
> method for example)?+
>
> Thanks in advance and nice work :D
>
> El 22/06/2010 21:22, Sebastian Wagner escribió:
>
> Hi,
>
> the Demo Server is updated to upcoming Release 1.3.
>
> *New Features of 1.3*
>
>  * Drawings stay on slide when you turn the page of a document on the
> whiteboard
>  * Restricted Room Type further optimization for 100++ participants. We
> have done some Stress test with the University of Umea in Sweden and Vasaa
> in Finland with about 120-130 participants in a Single Conference Room (Type
> Restricted). They went successfull. Thanks to the Team of
> http://www.openkvarken.fi  again
>  * Quality Settings in Screen Sharing Clients, contributed by Giovanni
> Possemato / Bitflow (http://www.bitflow.it) + RTMP-Tunneling Version of
> ScreenSharer fixed
>  * New SOAP Calls to get User-Object List including Streamname to broadcast
> a Video Stream out of a Conference directly
>  * Screen Sharing/Recording is now a separated right, therefore new layout
> for User-List in all room-types
>  * Option in Room-Settings and Administration "Audio Only" so users can
> only do Voice Conference in those rooms
>  * Video Pod hidden (Conference-Roomtype) or minimized
> (Webinar/Restricted-Roomtype) if User selects only Audio as device to
> broadcast
>  * Activity-Icon highlights when user speaks, now also in User-List
> (Room-Type Conference) instead of Video-Pod
>  * System Backup and Import - You can export now completely Users + Rooms +
> Organizations + all associations + all uploaded Files into a single ZIP and
> re-import that ZIP later in a freshly installed OpenMeetings see also
> http://code.google.com/p/openmeetings/wiki/UpdateOpenMeetings
>
> *Major Bug fixes*
>  * Invitations Password does not work
>  * Reminder Email not beeing send before scheduled Meetings (now send 15
> minutes upfront no matter if ICAL or simple Mail)
>  * lots of small things
>
> see also:
> http://code.google.com/p/openmeetings/wiki/ChangeLog
>
> Download:
> http://openmeetings.googlecode.com/files/openmeetings_1_3_rc1_r3264.zip
>
>
> Sebastian
>
> --
> Sebastian Wagner
> http://www.webbase-design.de
> http://openmeetings.googlecode.com
> http://www.laszlo-forum.de
> seba.wag...@gmail.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>
> --
>
> [image: cid:image001.jpg@01C9F98A.71C74E60] <http://www.samoo.es/>
>
>   <http://www.samoo.es/>
>
> *Miguel Carro Pellicer*
>
> *Director técnico*
>
> miguel.ca...@samoo.es
>
> +34 - 96 393 74 33 ext. 32
>
> www.samoo.es
>
>
>
> Este  correo  y  sus archivos asociados son privados y confidenciales y va
> dirigido  exclusivamente  a su destinatario. Si recibe este correo sin ser
> el  destinatario del mismo, le rogamos proceda a su eliminación y lo ponga
> en  conocimiento del emisor. La difusión por cualquier medio del contenido
> de  este  correo podría ser sancionada conforme a lo previsto en las leyes
> españolas, Ley Orgánica 15/1999 de Protección de Datos de Carácter
> Personal.  No  se autoriza la utilización con fines comerciales o para su
> incorporación a ficheros automatizados de las direcciones del emisor o del
> destinatario.”
>
>
>
> This mail and its attached files are confidential and are only and
> exclusively intended to their addressee. In case you may receive this mail
> not being its addressee, we beg you to let us know the error by reply and to
> proceed to destroy it. The circulation by any mean of this mail could be
> penalised in accordance with the Spanish legislation. Is not allowed the use
> of both, the transmitter and the addressee’s, address with a commercial aim,
> or in order to be incorporated to automated data process or to any kind of
> files.
>
>
>
> P Antes de imprimir este correo electrónico piense bien si es necesario
> hacerlo. El medioambiente es cosa de todos.
>
>
>
>
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
htt

OpenMeetings 1.3 RC1 Released

2010-06-22 Thread Sebastian Wagner
Hi,

the Demo Server is updated to upcoming Release 1.3.

*New Features of 1.3*

 * Drawings stay on slide when you turn the page of a document on the
whiteboard
 * Restricted Room Type further optimization for 100++ participants. We have
done some Stress test with the University of Umea in Sweden and Vasaa in
Finland with about 120-130 participants in a Single Conference Room (Type
Restricted). They went successfull. Thanks to the Team of
http://www.openkvarken.fi  again
 * Quality Settings in Screen Sharing Clients, contributed by Giovanni
Possemato / Bitflow (http://www.bitflow.it) + RTMP-Tunneling Version of
ScreenSharer fixed
 * New SOAP Calls to get User-Object List including Streamname to broadcast
a Video Stream out of a Conference directly
 * Screen Sharing/Recording is now a separated right, therefore new layout
for User-List in all room-types
 * Option in Room-Settings and Administration "Audio Only" so users can only
do Voice Conference in those rooms
 * Video Pod hidden (Conference-Roomtype) or minimized
(Webinar/Restricted-Roomtype) if User selects only Audio as device to
broadcast
 * Activity-Icon highlights when user speaks, now also in User-List
(Room-Type Conference) instead of Video-Pod
 * System Backup and Import - You can export now completely Users + Rooms +
Organizations + all associations + all uploaded Files into a single ZIP and
re-import that ZIP later in a freshly installed OpenMeetings see also
http://code.google.com/p/openmeetings/wiki/UpdateOpenMeetings

*Major Bug fixes*
 * Invitations Password does not work
 * Reminder Email not beeing send before scheduled Meetings (now send 15
minutes upfront no matter if ICAL or simple Mail)
 * lots of small things

see also:
http://code.google.com/p/openmeetings/wiki/ChangeLog

Download:
http://openmeetings.googlecode.com/files/openmeetings_1_3_rc1_r3264.zip


Sebastian

-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Resolution Based View

2010-06-22 Thread Sebastian Wagner
Hi Hitesh,

yes you can, you can use contraints and layouts.

http://www.openlaszlo.org/lps4.7/docs/developers/layout-and-design.html
http://www.openlaszlo.org/lps4.7/docs/developers/constraints.html

Sebastian

2010/6/22 Hitesh Choudhary :
> Hi Seba
>
> Hope you are doing well, how can we make the OpenMeetings resolution based
> to fit on the screen like HTML websites.
>
> Can we describe or set the width, height, x & y attributes of view in
> percentage, please suggest for the same
>
> Looking forward for an early reply
>
> Thanks & Regards
> Hitesh
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: SOAP + addNewUser Error

2010-06-22 Thread Sebastian Wagner
Hi Richard,

which release and package did you use?


Sebastian

On 21 Jun., 19:17, richardkrieger  wrote:
> PHP:
>  $soap = new SoapClient(
>  null,
>  array(
>        "location" => "http://localhost:5080/openmeetings/services/
> UserService?wsdl",
>        "uri" => "http://services.axis.openmeetings.org";,
>        "trace" => 1
>       )
>  );
>
> $session=$soap->getSession();
> $logres=$soap->loginUser($session->session_id,"user","pass");
> print_r($logres); // Result: 1
> // String SID, String username, String userpass, String lastname,
> String firstname, String email, String additionalname, String street,
> String zip, String fax, long states_id, String town, long language_id,
> String baseURL
> $neures=$soap->addNewUser($session->session_id,"testuser","testpass","nachname","vorname","em...@email.de","12","strasse","12345","0-123-123","80","stadt","2","http://
>
> www.localhost:5080/openmeetings"); //error
> print_r($neures);
> ?>
>
> ERROR:
> rich...@richard ~/htdocs/test $ php soap.php
> 1
> Fatal error: Uncaught SoapFault exception: [soapenv:Server] unknown
> in /var/www/localhost/htdocs/test/soap.php:20
> Stack trace:
> #0 [internal function]: SoapClient->__call('addNewUser', Array)
> #1 /var/www/localhost/htdocs/test/soap.php(20): 
> SoapClient->addNewUser('95a8e1cd5d98261...', 'testuser', 'testpass', 
> 'nachname',
>
> 'vorname', 'em...@email.de', '12', 'strasse', '12345', '0-123-123',
> '80', 'stadt', '2', 'http://www.loca...')
> #2 {main}
>   thrown in /var/www/localhost/htdocs/test/soap.php on line 20
>
> SERVERLOG:
> DEBUG 06-21 19:01:07.079 Sessionmanagement.java 82388 312
> org.openmeetings.app.data.basic.Sessionmanagement
> [http-0.0.0.0-5080-1] - Found session to update:
> 95a8e1cd5d98261c71a738bed4b46316 userId: 1
> DEBUG 06-21 19:01:07.099 UserService.java 82408 56
> org.openmeetings.axis.services.UserService [http-0.0.0.0-5080-1] -
> objName: org.openmeetings.app.hibernate.beans.user.Users
> ERROR 06-21 19:01:07.136 UserService.java 82445 135
> org.openmeetings.axis.services.UserService [http-0.0.0.0-5080-2] -
> setUserObject
> java.lang.NullPointerException: null
>         at
> org.openmeetings.axis.services.UserService.addNewUser(UserService.java:
> 116) [openmeetings.jar:na]
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [na:1.6.0_20]
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> 39) [na:1.6.0_20]
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
> 25) [na:1.6.0_20]
>         at java.lang.reflect.Method.invoke(Method.java:597) [na:
> 1.6.0_20]
>         at
> org.apache.axis2.rpc.receivers.RPCUtil.invokeServiceClass(RPCUtil.java:
> 194) [axis2-adb-1.3.jar:na]
>         at
> org.apache.axis2.rpc.receivers.RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:
> 98) [axis2-adb-1.3.jar:na]
>         at
> org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic(AbstractInOutMessageReceiver.java:
> 40) [axis2-kernel-1.3.jar:na]
>         at
> org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:
> 96) [axis2-kernel-1.3.jar:na]
>         at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:
> 145) [axis2-kernel-1.3.jar:na]
>         at
> org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:
> 275) [axis2-kernel-1.3.jar:na]
>         at
> org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:
> 120) [axis2-kernel-1.3.jar:na]
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:
> 637) [javaee-api-5.1.1.jar:5.1.1]
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:
> 717) [javaee-api-5.1.1.jar:5.1.1]
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
> 290) [catalina-6.0.24.jar:na]
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:
> 206) [catalina-6.0.24.jar:na]
>         at
> org.openmeetings.servlet.outputhandler.ServletRequestExFilter.doFilter(ServletRequestExFilter.java:
> 35) [openmeetings.jar:na]
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
> 235) [catalina-6.0.24.jar:na]
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:
> 206) [catalina-6.0.24.jar:na]
>         at
> org.red5.logging.LoggerContextFilter.doFilter(LoggerContextFilter.java:
> 87) [red5.jar:na]
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
> 235) [catalina-6.0.24.jar:na]
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:
> 206) [catalina-6.0.24.jar:na]
>         at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:
> 233) [catalina-6.0.24.jar:na]
>         at
> org.apache.catali

Re: Using in a intranet

2010-06-18 Thread Sebastian Wagner
Hi Leonard,

no the email problem is because you did not configure the STMP-Server
Values correctly.

Sebastian

2010/6/16 Leonard :
> I'm using openmeetings in a intranet, and it have a own domain in a
> especific format with 5 letters ( .intranet), diferent from
> internet (.com ) , so I can´t use email, because this, I think.
> The erros is inválid email
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: ScreenCast applet

2010-06-16 Thread Sebastian Wagner
when you are using the latest version from the SVN you have the
screen-cast option as RTMP.
In that version:
1) the update rate is 1-2 seconds
2) but in quality setting "high" the screen is 100% readable (as its
1:1 copy from the sharing client)!


Sebastian

2010/6/16 smoeker :
> hi,
>
> which version of the desktop sharer r u using? the standard viewer?
>
>
> in case you host your openMeetings installation in intranet, you could
> consider putting effort in finalizing the RTP Desktop sharer - within
> an intranet scenario i was able to achieve very nice results , unless
> the work isnt finalized at the moment (Streaming is done via UDP, so
> the port configuration and some other points arent finished...).
>
>
> see ya
>
> Smoeker
>
> On 16 Jun., 12:13, julien cochennec  wrote:
>> Hi,
>> My boss is about to choose between adobe connect and openmeetings. We have
>> exactly what we need in openmeetings but the screencast has very bad video
>> definition, so the image is not easy to read at all.
>> Do you think this applet can be improved? I've been searching for a way to
>> configure it but I found no better settings.
>> Any idea on what I should do? Adobe Connect is a LOT more expensive, it
>> would be such a waste to get it just because of the screencast...
>> Thanks for your work (we're testing it on moodle and everything is great
>> except the pint I mentioned).
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Installation Instructions

2010-06-15 Thread Sebastian Wagner
Basically the installation of Openmeetings is pretty easy:

Download the ZIP,
unzip
edit the hibernate.cfg.xml (make sure mysql is listening TCP/IP and
default-character-set=utf8)
start the server (red5.sh)

That part is rather easy.

Then comes the third party tools like:
OpenOffice, SWFTools, GhostScript, ImageMagick (Documents and Uploading)
FFMEPG (with libmp3lame enabled) and SoX (> v14.3.x)
configure sendmail or sending Mails as localhost (if not already done)

I know that Ubuntu's latest Version has almost all 3rd party tools in
latest version available in its Package Manager Distro System.
We have done several installs on Ubuntu.

Sebastian

2010/6/15 REF :
> Is it to much trouble to request a tutorial on how to install
> openmeetings with all its dependencies STEP by STEP... I know I am
> asking for a lot but I have banging my head trying to get this working
> on ubuntu 10.0.4 several times and have failed horribly.
>
> The tut I have found here:
> http://code.google.com/p/openmeetings/wiki/Installation
> does not apply to the release of ubuntu i am running and I would
> really appreciate a thorough doc stating which os is best with the
> newest release of openmeetings.
>
> Or if someone can push me to a url with a good windows tutorial i will
> be a happy camper.
>
> Thanks
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Screen Sharing Scope problem.

2010-06-14 Thread Sebastian Wagner
No Exception you've posted does not contain that part that is really
interesting.
You've missed the part where you include which Exception is thrown and
the complete Exception Stach that tells us which mehtod and
line-number has the error.

Sebastian

2010/6/14 Inazo :
> Hi,
>
> My scope look's like OK for Screen Sharing.
>
> For invitation no error on scope, i have an error on get USER_ID...
>
> For invitation we can seen this message i have post :
> http://groups.google.com/group/openmeetings-user/browse_thread/thread/c0f924d0ddffeab9#
>
> Best regards.
>
> On 14 juin, 21:03, Sebastian Wagner  wrote:
>> Alex, I don't think that the problem is *really* solved.
>> Maybe the link works now, but you still have the invalid scope in the
>> Logging which will lead to problems after on the long run.
>>
>> Sebastian
>>
>> 2010/6/14 a...@mco-net.com :
>>
>>
>>
>> > Hi,
>>
>> > That's solved Screen Sharing problem but not Invitation problem.
>>
>> > Best regards,
>> > Alexandre
>>
>> > On Jun 14, 5:32 pm, Sebastian Wagner  wrote:
>> >> Hi Alexandre,
>>
>> >> see attached document with a complete how-to change the webapp name
>> >> that I have created for another customer. But you will require some
>> >> changes in the Source-Code to apply the How-To. The main problem is
>> >> that all the logging statements are not valid anymore. This will lead
>> >> to a situation where you cannot debug anything anymore and some
>> >> unpredictable situations where the server just stops working.
>>
>> >> As long as you do not have a custom logfile in the log-folder that
>> >> really grows, you have a problem. And with the Source Code Version you
>> >> have that will not work.
>>
>> >> Sebastian
>>
>> >> 2010/6/14 a...@mco-net.com :
>>
>> >> > Hi,
>>
>> >> > I have change in config.xml, and on web.xml, and red5-web.properties.
>>
>> >> > Which steps are necessary for done that ?
>>
>> >> > Best regards,
>> >> > Alexandre.
>>
>> >> > On Jun 14, 5:22 pm, Sebastian Wagner  wrote:
>> >> >> Alexandre, you cannot just change the webapp-name and everything is 
>> >> >> fine.
>> >> >> That will not work!
>> >> >> There are a number of steps that must be done to do that.
>>
>> >> >> You will face the same problems when you do send invitations via 
>> >> >> OpenMeetings.
>> >> >> Renaming the application folder and just webapp-root key will not work.
>>
>> >> >> Sebastian
>>
>> >> >> 2010/6/14 a...@mco-net.com :
>>
>> >> >> > Hello,
>>
>> >> >> > I have a problem with Screen Sharing. I have change weapprootkey to :
>> >> >> > "myvisio" against "openmeetings" and when i wan't to Share my screen,
>> >> >> > in log i have this :
>>
>> >> >> > "2010-06-14 15:47:38,376 [NioProcessor-1] INFO
>> >> >> > o.red5.server.net.rtmp.RTMPHandler - Scope openmeetings/9 not found 
>> >> >> > on
>> >> >> > myhost.com"
>>
>> >> >> > Any idea ?
>>
>> >> >> > Best regards,
>> >> >> > Alexandre.
>>
>> >> >> > --
>> >> >> > You received this message because you are subscribed to the Google 
>> >> >> > Groups "OpenMeetings User" group.
>> >> >> > To post to this group, send email to 
>> >> >> > openmeetings-u...@googlegroups.com.
>> >> >> > To unsubscribe from this group, send email to 
>> >> >> > openmeetings-user+unsubscr...@googlegroups.com.
>> >> >> > For more options, visit this group 
>> >> >> > athttp://groups.google.com/group/openmeetings-user?hl=en.
>>
>> >> >> --
>> >> >> Sebastian 
>> >> >> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://...
>> >> >> seba.wag...@gmail.com
>>
>> >> > --
>> >> > You received this message because you are subscribed to the Google 
>> >> > Groups "OpenMeetings User" group.
>> >> > To post to this group, send email 

Re: Looking for OpenMeetings 0.51

2010-06-14 Thread Sebastian Wagner
Hallo,

the memory requirements between version 0.5.1 and 1.xx are the same.
But you can remove the OpenOffice Task + all file conversion tools and
1GB will be enough.

Although of course uploading of files and documents won't work anymore
any you won't be able to host large meetings with more then 50
participants.


Sebastian

2010/6/14 esl...@gmail.com :
> Hello,
>
> My hoster recently changed my  server and had to reinstall
> OpenMeetings. He reinstalled with a current version, but the memory
> demands are too high for the 1gig of memory I have.
>
> I didn't have  a problem before with version 0.51  was wondering if
> anyone can help me locate a copy so that I can continue using OM with
> the 1 gig of ram.
>
> Thanks in advance.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Screen Sharing Scope problem.

2010-06-14 Thread Sebastian Wagner
Alex, I don't think that the problem is *really* solved.
Maybe the link works now, but you still have the invalid scope in the
Logging which will lead to problems after on the long run.


Sebastian

2010/6/14 a...@mco-net.com :
> Hi,
>
> That's solved Screen Sharing problem but not Invitation problem.
>
> Best regards,
> Alexandre
>
> On Jun 14, 5:32 pm, Sebastian Wagner  wrote:
>> Hi Alexandre,
>>
>> see attached document with a complete how-to change the webapp name
>> that I have created for another customer. But you will require some
>> changes in the Source-Code to apply the How-To. The main problem is
>> that all the logging statements are not valid anymore. This will lead
>> to a situation where you cannot debug anything anymore and some
>> unpredictable situations where the server just stops working.
>>
>> As long as you do not have a custom logfile in the log-folder that
>> really grows, you have a problem. And with the Source Code Version you
>> have that will not work.
>>
>> Sebastian
>>
>> 2010/6/14 a...@mco-net.com :
>>
>>
>>
>>
>>
>> > Hi,
>>
>> > I have change in config.xml, and on web.xml, and red5-web.properties.
>>
>> > Which steps are necessary for done that ?
>>
>> > Best regards,
>> > Alexandre.
>>
>> > On Jun 14, 5:22 pm, Sebastian Wagner  wrote:
>> >> Alexandre, you cannot just change the webapp-name and everything is fine.
>> >> That will not work!
>> >> There are a number of steps that must be done to do that.
>>
>> >> You will face the same problems when you do send invitations via 
>> >> OpenMeetings.
>> >> Renaming the application folder and just webapp-root key will not work.
>>
>> >> Sebastian
>>
>> >> 2010/6/14 a...@mco-net.com :
>>
>> >> > Hello,
>>
>> >> > I have a problem with Screen Sharing. I have change weapprootkey to :
>> >> > "myvisio" against "openmeetings" and when i wan't to Share my screen,
>> >> > in log i have this :
>>
>> >> > "2010-06-14 15:47:38,376 [NioProcessor-1] INFO
>> >> > o.red5.server.net.rtmp.RTMPHandler - Scope openmeetings/9 not found on
>> >> > myhost.com"
>>
>> >> > Any idea ?
>>
>> >> > Best regards,
>> >> > Alexandre.
>>
>> >> > --
>> >> > You received this message because you are subscribed to the Google 
>> >> > Groups "OpenMeetings User" group.
>> >> > To post to this group, send email to openmeetings-u...@googlegroups.com.
>> >> > To unsubscribe from this group, send email to 
>> >> > openmeetings-user+unsubscr...@googlegroups.com.
>> >> > For more options, visit this group 
>> >> > athttp://groups.google.com/group/openmeetings-user?hl=en.
>>
>> >> --
>> >> Sebastian 
>> >> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://...
>> >> seba.wag...@gmail.com
>>
>> > --
>> > You received this message because you are subscribed to the Google Groups 
>> > "OpenMeetings User" group.
>> > To post to this group, send email to openmeetings-u...@googlegroups.com.
>> > To unsubscribe from this group, send email to 
>> > openmeetings-user+unsubscr...@googlegroups.com.
>> > For more options, visit this group 
>> > athttp://groups.google.com/group/openmeetings-user?hl=en.
>>
>> --
>> Sebastian 
>> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de
>> seba.wag...@gmail.com
>>
>>  CreateInstance.pdf
>> 278KViewDownload
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Screen Sharing Scope problem.

2010-06-14 Thread Sebastian Wagner
Alexandre, you cannot just change the webapp-name and everything is fine.
That will not work!
There are a number of steps that must be done to do that.

You will face the same problems when you do send invitations via OpenMeetings.
Renaming the application folder and just webapp-root key will not work.


Sebastian

2010/6/14 a...@mco-net.com :
> Hello,
>
> I have a problem with Screen Sharing. I have change weapprootkey to :
> "myvisio" against "openmeetings" and when i wan't to Share my screen,
> in log i have this :
>
> "2010-06-14 15:47:38,376 [NioProcessor-1] INFO
> o.red5.server.net.rtmp.RTMPHandler - Scope openmeetings/9 not found on
> myhost.com"
>
> Any idea ?
>
> Best regards,
> Alexandre.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Desktop Sharing and session recording issue

2010-06-14 Thread Sebastian Wagner
Hi David,

there are no changes necessary to enable Desktop Sharing.
If you have errors in the JNLP file you should check that you did
enable the latest sharer-option in the configuration (or
installation).


Sebastian

2010/6/12 David Galante :
> Hi!
>
> Are changes required to enable Desktop Sharing? The screencast.jnlp
> contains a domain of macbook? Do I just change that to my domain?
>
> What else needs to change?
>
> Any plans to enable remote desktop control?
>
>
> -dg
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



OpenMeetings Presentation at MoodleMoot.it 2010 in Bari,Italy

2010-06-09 Thread Sebastian Wagner
Hi,

for anybody interested, I will visit the MoodleMoot in Bari, Italy
this year and I will held a presentation there.
Its at the 2.-3. July at the University Politecnico di Bari.

You may find more info here:
http://www.moodlemoot.it

So for anybody interested in seeing a presentation about OpenMeetings
you might check a trip to Bari.
For the rest I will try to publish the presentation and some
information about the conference.


Sebastian

-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Active Directory Authentification

2010-06-09 Thread Sebastian Wagner
ldmanagment.java 84611826 236
>> org.openmeetings.app.data.basic.Fieldmanagment [NioProcessor-1] -
>> Language doesnt requiere RTL!
>> DEBUG 06-08 12:23:00.312 Fieldmanagment.java 84611988 204
>> org.openmeetings.app.data.basic.Fieldmanagment [NioProcessor-1] -
>> Getting Labels for Language english
>> DEBUG 06-08 12:23:00.312 Fieldmanagment.java 84611988 236
>> org.openmeetings.app.data.basic.Fieldmanagment [NioProcessor-1] -
>> Language doesnt requiere RTL!
>> DEBUG 06-08 12:23:00.475 Fieldmanagment.java 84612151 204
>> org.openmeetings.app.data.basic.Fieldmanagment [NioProcessor-1] -
>> Getting Labels for Language english
>> DEBUG 06-08 12:23:00.476 Fieldmanagment.java 84612152 236
>> org.openmeetings.app.data.basic.Fieldmanagment [NioProcessor-1] -
>> Language doesnt requiere RTL!
>> DEBUG 06-08 12:23:00.636 Fieldmanagment.java 84612312 204
>> org.openmeetings.app.data.basic.Fieldmanagment [NioProcessor-1] -
>> Getting Labels for Language english
>> DEBUG 06-08 12:23:00.636 Fieldmanagment.java 84612312 236
>> org.openmeetings.app.data.basic.Fieldmanagment [NioProcessor-1] -
>> Language doesnt requiere RTL!
>> DEBUG 06-08 12:23:00.755 Fieldmanagment.java 84612431 204
>> org.openmeetings.app.data.basic.Fieldmanagment [NioProcessor-1] -
>> Getting Labels for Language english
>> DEBUG 06-08 12:23:00.755 Fieldmanagment.java 84612431 236
>> org.openmeetings.app.data.basic.Fieldmanagment [NioProcessor-1] -
>> Language doesnt requiere RTL!
>> DEBUG 06-08 12:23:00.846 Fieldmanagment.java 84612522 204
>> org.openmeetings.app.data.basic.Fieldmanagment [NioProcessor-1] -
>> Getting Labels for Language english
>> DEBUG 06-08 12:23:00.847 Fieldmanagment.java 84612523 236
>> org.openmeetings.app.data.basic.Fieldmanagment [NioProcessor-1] -
>> Language doesnt requiere RTL!
>> DEBUG 06-08 12:23:01.011 Fieldmanagment.java 84612687 204
>> org.openmeetings.app.data.basic.Fieldmanagment [NioProcessor-1] -
>> Getting Labels for Language english
>> DEBUG 06-08 12:23:01.011 Fieldmanagment.java 84612687 236
>> org.openmeetings.app.data.basic.Fieldmanagment [NioProcessor-1] -
>> Language doesnt requiere RTL!
>> DEBUG 06-08 12:23:01.143 ConferenceService.java 84612819 322
>> org.openmeetings.app.remote.ConferenceService [NioProcessor-1] -
>> users_id -13
>> DEBUG 06-08 12:23:01.221 Sessionmanagement.java 84612897 395
>> org.openmeetings.app.data.basic.Sessionmanagement [NioProcessor-1] -
>> updateUser User: null || fe3fa12b0047242cac8656520ae185f2
>> DEBUG 06-08 12:23:01.226 Sessionmanagement.java 84612902 422
>> org.openmeetings.app.data.basic.Sessionmanagement [NioProcessor-1] -
>> Found session to update: fe3fa12b0047242cac8656520ae185f2 userId: null
>> DEBUG 06-08 ...
>>
>> Erfahren Sie mehr »
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Active Directory Authentification

2010-06-08 Thread Sebastian Wagner
hm I can only forward that to Oliver, but it looks like you might need
more then one ldap-config and somehow a switch in the Login-Box that
enables you to auth against domain1, domain2, domain3 ... I think we
have discussed that already.

Sebastian

2010/6/8 Markus :
> OK - I got this now. I don't know how - It just worked after a few
> changes here and there.
>
> Now I have another Problem and hopefully - this Time someone can help
> me :-/
>
> My Active Directory includes 3 Subdomains. Imagine it like this:
>
>                                example.org
>
> asia.example.org              usa.example.org
> eu.example.org
>
> My Default Organisation is just called: example.org
>
> The Users from eu.example.org can login with their userPrincipalName
> and it works great!
>
> The Others: No chance - the same problem as I had before --> user gets
> in and can only see the upper side of the screen. No Main Menu. Just
> the Log Out Button...
>
> Any ideas?
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Save whiteboard

2010-06-07 Thread Sebastian Wagner
*clean the
> whiteboard everytime a pressentation wanna be loaded*

=> that option is already available, when you load a new document you
get a notification *should whiteboard be cleared* [except you have
checked the box *do not ask again* already]

Sebastian

2010/6/7 Bicho4191 :
> Thx sebastian
>
> im working on that starting now
>
> ammm
>
> another little issue about whiteboard, if a moderator publish a
> presentation in whiteboard and later do click in same presentation
> this load again in whiteboard, and load in second plain in consecuence
> the manager of presentation move the presentation in second plain and
> the first plain looks static, what do you think about clean the
> whiteboard everytime a pressentation wanna be loaded?
>
> well thx for the help
> grettings
>
>
> On 7 jun, 11:30, Sebastian Wagner  wrote:
>> Hi Bicho,
>>
>> there are two ways of saving:
>> 1) Save as (*.wml) file. An XML Markup. You can nothing do with it,
>> except loading it again into the Whiteboard.
>>
>> 2) Save + Download as Jpeg,Gif, SVG, PNG, tiff, ...
>>
>> The problem with the latter is that document-slides are not included
>> into the exported file. You will have to edit the Java-Source Code.
>> For the option 2) this is in org.openmeetings.app.remote.PrintService
>> Method addPrintList
>>
>> and then the actual export happens in "ExportToImage.java" ... and all
>> of its sub-related Classes.
>>
>> Sebastian
>>
>> 2010/6/7 Bicho4191 :
>>
>>
>>
>> > Hi everyone
>>
>> > i need save my whiteboard and all object in there including the
>> > current presentation and i am researching about the class who create
>> > the archive, i dont know if i need change a lzx file or a java file.
>>
>> > well thx for all
>>
>> > Grettings
>>
>> > --
>> > You received this message because you are subscribed to the Google Groups 
>> > "OpenMeetings User" group.
>> > To post to this group, send email to openmeetings-u...@googlegroups.com.
>> > To unsubscribe from this group, send email to 
>> > openmeetings-user+unsubscr...@googlegroups.com.
>> > For more options, visit this group 
>> > athttp://groups.google.com/group/openmeetings-user?hl=en.
>>
>> --
>> Sebastian 
>> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de
>> seba.wag...@gmail.com
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Save whiteboard

2010-06-07 Thread Sebastian Wagner
Hi Bicho,

there are two ways of saving:
1) Save as (*.wml) file. An XML Markup. You can nothing do with it,
except loading it again into the Whiteboard.

2) Save + Download as Jpeg,Gif, SVG, PNG, tiff, ...

The problem with the latter is that document-slides are not included
into the exported file. You will have to edit the Java-Source Code.
For the option 2) this is in org.openmeetings.app.remote.PrintService
Method addPrintList

and then the actual export happens in "ExportToImage.java" ... and all
of its sub-related Classes.


Sebastian


2010/6/7 Bicho4191 :
> Hi everyone
>
> i need save my whiteboard and all object in there including the
> current presentation and i am researching about the class who create
> the archive, i dont know if i need change a lzx file or a java file.
>
> well thx for all
>
> Grettings
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Connection Error

2010-06-04 Thread Sebastian Wagner
If your network is okay,
anoher reason can be that one rpc-call fails because type/argument mismatch.

Sebastian

2010/6/4 Sebastian Wagner :
> That means your network or server is down.
> Your Internet Service Provider or Network Administrator should help you.
>
> Sebastian
>
> 2010/6/4 Hitesh Choudhary :
>> Hi Seba
>> I have very serious problem in openmeetings which I am facing everytime. I
>> need your urgent help fot the same as everytime I get the dialog that "The
>> connection to the server has been lost", when I refresh the page it works
>> fine but after some time, it happens again. How shallI resolve the same
>>
>> Looking forward for an early reply
>>
>> Thanks & Regards
>> Hitesh
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "OpenMeetings User" group.
>> To post to this group, send email to openmeetings-u...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> openmeetings-user+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/openmeetings-user?hl=en.
>>
>
>
>
> --
> Sebastian Wagner
> http://www.webbase-design.de
> http://openmeetings.googlecode.com
> http://www.laszlo-forum.de
> seba.wag...@gmail.com
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Connection Error

2010-06-04 Thread Sebastian Wagner
That means your network or server is down.
Your Internet Service Provider or Network Administrator should help you.

Sebastian

2010/6/4 Hitesh Choudhary :
> Hi Seba
> I have very serious problem in openmeetings which I am facing everytime. I
> need your urgent help fot the same as everytime I get the dialog that "The
> connection to the server has been lost", when I refresh the page it works
> fine but after some time, it happens again. How shallI resolve the same
>
> Looking forward for an early reply
>
> Thanks & Regards
> Hitesh
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Invitation email error

2010-06-02 Thread Sebastian Wagner
The demo just runs on http-port 80 that all.


Sebastian

2010/6/2 acevedo.ger...@gmail.com :
> Hi Sebastian,
>
> I have seen in the demo that you use a simple address and the
> invitation links are working.  Can you help me indicating the "correct
> html wrapper code"? maybe some example?
>
> Rgds,
>
> German
>
> On 2 jun, 01:44, Sebastian Wagner  wrote:
>> Hi German,
>>
>> the Invitation-Links lead to the OpenMeetings-Directory.
>> This is really needed, you cannot place the SWF somewhere on your WWW-data 
>> root.
>> The page "http://204.16.199.114:5080/openmeetings";
>> is actually just a "virtual" page, it does not really exist! It loads
>> a Servlet and then returns a template based on the Server
>> configurations.
>>
>> So without modification of OpenMeetings you won't be able to place the
>> SWF somewhere, and also some of the effects will not work if you
>> address the SWF directly in the URL instead of using the correct HTML
>> wrapper code.
>>
>> Sebastian
>>
>> 2010/6/1 acevedo.ger...@gmail.com :
>>
>>
>>
>>
>>
>> > I have created a directory in www an moved the index, config,
>> > embed-compressed and main.swf8.swf to this.  I have allowed
>> > crossdomain, and changed the config.xml placing the ip of the server.
>> > It's the same server where red5 and openmeetings are installed, and
>> > the trouble is the following:
>>
>> > If I login fromhttp://204.16.199.114:5080/openmeetingsand schedule
>> > a
>> > meeting the link and address of the invitation email works fine.
>>
>> > If I login fromhttp://204.16.199.114/bsthen te link and address
>> > contained in the invitation email directs me to the login page
>> > instead
>> > of the room, requesting me to login with user and password!!
>>
>> > My environment is the following:
>> > OM Version: build from sources
>> > OS: Debian Lenny
>> > Web Server: Apache.
>> > Feel free to register and test the issue.
>> > Rgds.
>> > German
>>
>> > --
>> > You received this message because you are subscribed to the Google Groups 
>> > "OpenMeetings User" group.
>> > To post to this group, send email to openmeetings-u...@googlegroups.com.
>> > To unsubscribe from this group, send email to 
>> > openmeetings-user+unsubscr...@googlegroups.com.
>> > For more options, visit this group 
>> > athttp://groups.google.com/group/openmeetings-user?hl=en.
>>
>> --
>> Sebastian 
>> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de
>> seba.wag...@gmail.com
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Invitation email error

2010-06-02 Thread Sebastian Wagner
Hi German,

the Invitation-Links lead to the OpenMeetings-Directory.
This is really needed, you cannot place the SWF somewhere on your WWW-data root.
The page "http://204.16.199.114:5080/openmeetings";
is actually just a "virtual" page, it does not really exist! It loads
a Servlet and then returns a template based on the Server
configurations.

So without modification of OpenMeetings you won't be able to place the
SWF somewhere, and also some of the effects will not work if you
address the SWF directly in the URL instead of using the correct HTML
wrapper code.


Sebastian

2010/6/1 acevedo.ger...@gmail.com :
> I have created a directory in www an moved the index, config,
> embed-compressed and main.swf8.swf to this.  I have allowed
> crossdomain, and changed the config.xml placing the ip of the server.
> It's the same server where red5 and openmeetings are installed, and
> the trouble is the following:
>
> If I login from http://204.16.199.114:5080/openmeetings and schedule
> a
> meeting the link and address of the invitation email works fine.
>
> If I login from http://204.16.199.114/bs then te link and address
> contained in the invitation email directs me to the login page
> instead
> of the room, requesting me to login with user and password!!
>
> My environment is the following:
> OM Version: build from sources
> OS: Debian Lenny
> Web Server: Apache.
> Feel free to register and test the issue.
> Rgds.
> German
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: First Name

2010-06-01 Thread Sebastian Wagner
Hi Hitesh,

1: You need of course to read the text-value of the
customScrollEditText like with any other input-text first. It will
need auto-fill any send-params.

2: you either use a construct like this: text="${ canvas.myview.blabla
}" or you will have to use getter/setter methods.

Sebastian

2010/6/1 Hitesh Choudhary :
> Hi Seba
>
> 1: In case of customScrollEditText, when I write something in it and then
> press enter button from the keyboard, then it doesn't performs any action. I
> want that when I press enter button then it should send the text
>
> 2: I have one text control in view and I want to display the name of the
> delegate on it
>
> Thanks
> Hitesh
>
> On Tue, Jun 1, 2010 at 7:35 PM, Sebastian Wagner 
> wrote:
>>
>> Hi Hitesh,
>>
>> I do not understand what you exactly mean with your questions.
>> That makes it hard to provide any help.
>> Please include a sample.
>>
>>
>> Sebastian
>>
>> 2010/6/1 Hitesh Choudhary :
>> > Hi Seba
>> >
>> > 1: How can we print a Delegate first name in the ?
>> > 2: Enter Button is not working in customScrollEditText?
>> >
>> > Looking forward for an early reply
>> >
>> > Thanks & Regards
>> > Hitesh
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups
>> > "OpenMeetings User" group.
>> > To post to this group, send email to openmeetings-u...@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > openmeetings-user+unsubscr...@googlegroups.com.
>> > For more options, visit this group at
>> > http://groups.google.com/group/openmeetings-user?hl=en.
>> >
>>
>>
>>
>> --
>> Sebastian Wagner
>> http://www.webbase-design.de
>> http://openmeetings.googlecode.com
>> http://www.laszlo-forum.de
>> seba.wag...@gmail.com
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "OpenMeetings User" group.
>> To post to this group, send email to openmeetings-u...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> openmeetings-user+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/openmeetings-user?hl=en.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: First Name

2010-06-01 Thread Sebastian Wagner
Hi Hitesh,

I do not understand what you exactly mean with your questions.
That makes it hard to provide any help.
Please include a sample.


Sebastian

2010/6/1 Hitesh Choudhary :
> Hi Seba
>
> 1: How can we print a Delegate first name in the ?
> 2: Enter Button is not working in customScrollEditText?
>
> Looking forward for an early reply
>
> Thanks & Regards
> Hitesh
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: How resolve to write: ç ñ.....

2010-06-01 Thread Sebastian Wagner
Hi Greenes,

yes I have commited a fix regarding those chars in version 0.9xx of
OpenMeetings.
Also the latest Flash Player Beta for Linux should contain a native
fix for that problem.

Sebastian

2010/6/1 greenes :
> ... omitted to say that the version of OM was 0.7rc2.
>
> I could find the solution regarding
> OM on Linux and Firefox 0.7rc2 LAN. Is:
>
> Use flash player 9.0 r31 or 9.0 r48. With both
> I can write ñ and ç correctly.
>
> From series OM 1, no flash player
> have the bug and can use any version of it.
>
> Maybe this can serve any lover of OM 0.7rc2
> and versions till OM 1.
>
> Regards
>
> greenes
>
> On 27 mayo, 12:16, greenes  wrote:
>> ...mean...in OM chat...
>>
>> On 27 mayo, 11:26, greenes  wrote:
>>
>> > Hi,
>>
>> > If go to Sebastian OM demo from linux, can write
>> > rightly any word like:
>>
>> > ç or ñ.
>>
>> > But with the same Firefox and linux in Lan on OM server home
>> > can not write rightly ç or ñ.
>>
>> > If the reason it is the Linux flash player, then why it works rightly
>> > in Sebastian OM demo and in my Lan don't ?
>>
>> > Thanks.
>>
>> > greenes
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: currentusers always nil for getRoomWithCurrentUsersById

2010-05-29 Thread Sebastian Wagner
Hi Andrey,

I would agree but you should re-check that with a usual SOAP-Client.
I think you have an error or run into a pitfall of PHP and the print_r
methods or its a problem related to the SOAP-Client in PHP.
Cause the Web-Service and its return statement is created with Apache
Axis2. So "I" do not influence the way the return object is done and
the conclusion of your post would be that there is a major Issue with
Apache Axis2 and it XML-Marshalling.

Sebastian

2010/5/29 Andrey :
> Ok. Thank you. Will try to check.
>
> BTW, I tried to use your SOAP call getRoomWithClientObjectsById and have
> some note:
>
> Assume that there is only one broadcasting user. In this case 'roomUser'
> array attribute in response is a hash array:
>
> [roomUser] => Array (
>        [avsettings] => av
>        [broadcastId] => 7
>        [firstname] => test
>        [isBroadCasting] => true
>        [lastname] => test
>        [publicSID] => df3adeb78dbc799546c0fc785a191901
> )
>
> But in case of 2 broadcasters 'roomUser' is an actual array with [0] and [1]
> hash elements:
>
> [roomUser] => Array (
>        [0] => Array (
>                [avsettings] => av
>                [broadcastId] => 7
>                [firstname] => test
>                [isBroadCasting] => true
>                [lastname] => test
>                [publicSID] => df3adeb78dbc799546c0fc785a191901
>        )
>        [1] => Array (
>                [avsettings] => av
>                [broadcastId] => 8
>                [firstname] => testuser
>                [isBroadCasting] => true
>                [lastname] => testuser
>                [publicSID] => 984aa8a0e970a2b20cc95fb1c27c83ef
>        )
> )
>
> So foreach statement works bad in case of one broadcaster.
>
> I guees it is right to return something like that in case of one streaming
> client:
>
>
> [roomUser] => Array (
>        [0] => Array (
>                [avsettings] => av
>                [broadcastId] => 7
>                [firstname] => test
>                [isBroadCasting] => true
>                [lastname] => test
>                [publicSID] => df3adeb78dbc799546c0fc785a191901
>        )
> )
>
> Please correct me if I'm wrong.
>
> With regards, Andrey.
>
> Is it possible to
> 29.05.2010 13:43, Sebastian Wagner пишет:
>>
>> Hi Andrey,
>>
>> sorry I have no JW Player.
>>
>> The url looks like that:
>>
>> rtmp://xxx.xxx.xxx.xxx/openmeetings/
>>
>> and the stream-name is then
>>
>> but you do not attach those params to the URL (excapt JW Player does
>> something magic with it)
>> but for the URL itself it makes no sense to add any additional params.
>>
>> I don't know exactly what command JW Player supports to play a
>> live-stream, cause the way you request the file/stream is a little bit
>> different from playing a stream from VOD.
>>
>> Sebastian
>>
>> 2010/5/28 Andrey:
>>>
>>> Hello,
>>>
>>> Can you please then explain how should rtmp address looks like for the JW
>>> Player?
>>>
>>> I guess it should be
>>>
>>>
>>> so.addParam('flashvars','streamer=rtmp://xxx.xxx.xxx.xxx/openmeetings/&provider=rtmp&file=&...);
>>>
>>> But I can't view stream in JW player.
>>>
>>> I tested it in previous r3087 and it worked. Can you please test?
>>>
>>> Thanks.
>>>
>>> 28.05.2010 01:04, Sebastian Wagner пишет:
>>>>
>>>> Okay see r3247
>>>> http://code.google.com/p/openmeetings/source/detail?r=3247
>>>>
>>>> There is a new Function:
>>>> public RoomReturn getRoomWithClientObjectsById(String SID, long
>>>> rooms_id)
>>>>
>>>>
>>>> [http://code.google.com/p/openmeetings/source/browse/trunk/singlewebapp/src/roomservice/org/openmeetings/axis/services/RoomService.java#289]
>>>>
>>>> The return Object contains an array of active Users in the Room, look
>>>> like that:
>>>> 
>>>> ->>> xmlns:ns="http://services.axis.openmeetings.org";>
>>>> -
>>>> -2010-03-24T12:14:56.000Z
>>>> -
>>>> -public Conference Room
>>>> -
>>>> -av
>>>> -0
>>>> -firstname
>>>> -false
>>>> -lastname
>>>> -03e841d1b1e7b3386c9c5b452e5c8b1b
>>>> 
>>>> 

Re: Lz Video Position

2010-05-29 Thread Sebastian Wagner
Hi Bicho,

check those LZX-Files that contain the code to handle the user-lists:
participants.lzx, eventUserListInner.lzx, restrictedUserListInner.lzx

There are some functions inside it to add a video-box to the current view.

Sebastian

2010/5/29 Bicho4191 :
> Hi folks i have a question
>
> first i need display the videochat windown in a new position but i
> cannot find the file control the videochat, i am working with
> openlazslo and have rc3807
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: currentusers always nil for getRoomWithCurrentUsersById

2010-05-29 Thread Sebastian Wagner
Hi Andrey,

sorry I have no JW Player.

The url looks like that:

rtmp://xxx.xxx.xxx.xxx/openmeetings/

and the stream-name is then 

but you do not attach those params to the URL (excapt JW Player does
something magic with it)
but for the URL itself it makes no sense to add any additional params.

I don't know exactly what command JW Player supports to play a
live-stream, cause the way you request the file/stream is a little bit
different from playing a stream from VOD.

Sebastian

2010/5/28 Andrey :
> Hello,
>
> Can you please then explain how should rtmp address looks like for the JW
> Player?
>
> I guess it should be
>
> so.addParam('flashvars','streamer=rtmp://xxx.xxx.xxx.xxx/openmeetings/&provider=rtmp&file=&...);
>
> But I can't view stream in JW player.
>
> I tested it in previous r3087 and it worked. Can you please test?
>
> Thanks.
>
> 28.05.2010 01:04, Sebastian Wagner пишет:
>>
>> Okay see r3247
>> http://code.google.com/p/openmeetings/source/detail?r=3247
>>
>> There is a new Function:
>> public RoomReturn getRoomWithClientObjectsById(String SID, long rooms_id)
>>
>> [http://code.google.com/p/openmeetings/source/browse/trunk/singlewebapp/src/roomservice/org/openmeetings/axis/services/RoomService.java#289]
>>
>> The return Object contains an array of active Users in the Room, look
>> like that:
>> 
>> -> xmlns:ns="http://services.axis.openmeetings.org";>
>> -
>> -2010-03-24T12:14:56.000Z
>> -
>> -public Conference Room
>> -
>> -av
>> -0
>> -firstname
>> -false
>> -lastname
>> -03e841d1b1e7b3386c9c5b452e5c8b1b
>> 
>> -2
>> 
>> 
>> 
>>
>> Attribute: *room_id*
>> => the scope-name
>>
>> Attribute: *isBroadCasting*
>> => If that user has published Audio/Video
>>
>> Attribute: *avsettings*
>> av = Audio + Video
>> v = Video
>> a = Audio
>> n = Nothing
>>
>> Attribute: *broadcastId*
>> => Stream-Name
>>
>>
>>
>> Sebastian
>>
>>
>> 2010/5/27 Andrey mailto:waster2...@gmail.com>>
>>
>>    Hello,
>>
>>    It will be great because in days I need to put broadcasted
>>    openmeetings streams on web. Thank you very much!
>>
>>
>>    27.05.2010 20:54, Sebastian Wagner пишет:
>>
>>        Hi Andrey,
>>
>>        I can post a new method tomorrow and you can take one of the next
>>        Nightly Builds
>>
>>
>>        Sebastian
>>
>>        2010/5/27 Andrey >        <mailto:waster2...@gmail.com> <mailto:waster2...@gmail.com
>>        <mailto:waster2...@gmail.com>>>
>>
>>
>>            Thanks for the info. Can we wait this SVN commit soon? And
>>            corresponding changes in deb package?
>>
>>
>>            27.05.2010 19:11, Sebastian Wagner пишет:
>>
>>                No I first have to commit a new Method of the
>>        SOAP-Gateway to
>>                the SVN.
>>
>>                Sebastian
>>
>>                2010/5/27 Andrey >        <mailto:waster2...@gmail.com>
>>        <mailto:waster2...@gmail.com <mailto:waster2...@gmail.com>>
>>        <mailto:waster2...@gmail.com <mailto:waster2...@gmail.com>
>>
>>        <mailto:waster2...@gmail.com <mailto:waster2...@gmail.com>>>>
>>
>>
>>                    Hello,
>>
>>                    So unfortunately it is not possilble to get current
>>        users of
>>                room
>>                    via SOAP methods to publish their streams in
>>        JWPlayer, for
>>                example?
>>
>>                    With regards, Andrey.
>>
>>                    27.05.2010 13:59, Sebastian Wagner пишет:
>>
>>                        Hi,
>>
>>                        I have partly reworked those functions.
>>                        The function getRoomWithCurrentUsersById does
>>        not work
>>                as intend
>>                        at the
>>                        moment.
>>                        The Service Method needs to be refactored to be
>>        able to
>>                include the
>>                        attributes of the Room-Client-Object in the
>>        SOAP-Return.
>>
>>                        Sebastian
>>
>>                        2010/5/27 Waster >        <mailto:waster2...@gmail.com>
>>        

Re: currentusers always nil for getRoomWithCurrentUsersById

2010-05-27 Thread Sebastian Wagner
Okay see r3247
http://code.google.com/p/openmeetings/source/detail?r=3247

There is a new Function:
public RoomReturn getRoomWithClientObjectsById(String SID, long rooms_id)
[
http://code.google.com/p/openmeetings/source/browse/trunk/singlewebapp/src/roomservice/org/openmeetings/axis/services/RoomService.java#289
]

The return Object contains an array of active Users in the Room, look like
that:

-http://services.axis.openmeetings.org";>
-
-2010-03-24T12:14:56.000Z
-
-public Conference Room
-
-av
-0
-firstname
-false
-lastname
-03e841d1b1e7b3386c9c5b452e5c8b1b

-2




Attribute: *room_id*
=> the scope-name

Attribute: *isBroadCasting*
=> If that user has published Audio/Video

Attribute: *avsettings*
av = Audio + Video
v = Video
a = Audio
n = Nothing

Attribute: *broadcastId*
=> Stream-Name



Sebastian


2010/5/27 Andrey 

> Hello,
>
> It will be great because in days I need to put broadcasted openmeetings
> streams on web. Thank you very much!
>
>
> 27.05.2010 20:54, Sebastian Wagner пишет:
>
>> Hi Andrey,
>>
>> I can post a new method tomorrow and you can take one of the next
>> Nightly Builds
>>
>>
>> Sebastian
>>
>> 2010/5/27 Andrey mailto:waster2...@gmail.com>>
>>
>>
>>Thanks for the info. Can we wait this SVN commit soon? And
>>corresponding changes in deb package?
>>
>>
>>27.05.2010 19:11, Sebastian Wagner пишет:
>>
>>No I first have to commit a new Method of the SOAP-Gateway to
>>the SVN.
>>
>>Sebastian
>>
>>2010/5/27 Andrey ><mailto:waster2...@gmail.com> <mailto:waster2...@gmail.com
>>
>><mailto:waster2...@gmail.com>>>
>>
>>
>>Hello,
>>
>>    So unfortunately it is not possilble to get current users of
>>room
>>via SOAP methods to publish their streams in JWPlayer, for
>>example?
>>
>>With regards, Andrey.
>>
>>27.05.2010 13:59, Sebastian Wagner пишет:
>>
>>Hi,
>>
>>I have partly reworked those functions.
>>The function getRoomWithCurrentUsersById does not work
>>as intend
>>at the
>>moment.
>>The Service Method needs to be refactored to be able to
>>include the
>>attributes of the Room-Client-Object in the SOAP-Return.
>>
>>Sebastian
>>
>>2010/5/27 Waster ><mailto:waster2...@gmail.com>
>><mailto:waster2...@gmail.com <mailto:waster2...@gmail.com>>
>><mailto:waster2...@gmail.com <mailto:waster2...@gmail.com>
>>
>><mailto:waster2...@gmail.com <mailto:waster2...@gmail.com>>>>
>>
>>
>>
>>I confirm that. I get empty list of current users while
>>trying to use
>>getRoomWithCurrentUsersById via nusoap.php SOAP
>>client from
>>openmeetings SVN even 2 users are currently in room.
>>
>>I need to get broadcastid's for current users to
>> publish
>>their RTMP
>>streams on the web.
>>
>>Please advice.
>>
>>On Mar 4, 9:32 pm, Sebastian Wagner
>>mailto:seba.wag...@gmail.com>
>><mailto:seba.wag...@gmail.com <mailto:seba.wag...@gmail.com>>
>><mailto:seba.wag...@gmail.com <mailto:seba.wag...@gmail.com>
>><mailto:seba.wag...@gmail.com <mailto:seba.wag...@gmail.com>>>>
>>
>>wrote:
>> > hi,
>> >
>> > not for the moment, I will have to validate that with a SOAP
>>client
>> > first before I can give you an answer.
>> > There seems to be no problem with the Code itself.
>> >
>> > Sebastian
>> >
>> > On Mar 2, 5:36 am, ike mailto:i...@ini.net>
>><mailto:i...@ini.net <mailto:i...@ini.net>>
>><mailto:i...@ini.net <mailto:i...@ini.net> <mailto:i...@ini.net
>><mailto:i...@ini.net>>>> wrote:
>>     >
>> > > Similar to this discussion.
>> >
>> >
>> >
>> http://groups.google.com/group/openmeetings-user

Re: rtmp stream name for webcam views?

2010-05-27 Thread Sebastian Wagner
Hi,

I have partly reworked those functions.
The function getRoomWithCurrentUsersById does not work as intend at the
moment.
The Service Method needs to be refactored to be able to include the
attributes of the Room-Client-Object in the SOAP-Return.

Sebastian

2010/5/27 Waster 

> I get empty list of current users while trying to use
> getRoomWithCurrentUsersById via nusoap.php SOAP client from
> openmeetings SVN even 2 users are currently in room.
>
> I need to get broadcastid's for current users to publish their RTMP
> streams on the web also.
>
> Please advice.
>
> On May 19, 10:08 am, madroller  wrote:
> > That helps ! Thanks Sebastin.
> >
> > On May 18, 6:16 pm, Sebastian Wagner  wrote:
> >
> >
> >
> > > Hi MadRoller,
> >
> > > unfortunatelly its not that easy.
> >
> > > You first have to connect to the correct scope:
> > > rtmp://myhost:1935/openmeetings/$ROOM_ID
> >
> > > and then you have to find out the correct $BROADCAST_ID for the
> stream-name.
> >
> > > To get that broadcast ID you can use one of the SOAP-Calls to get a
> > > list of RoomClients for each room. Each RoomClient has the attribute
> > > "broadcastId" set to a numeric value if the user has started a stream.
> > > To identify if its a audio-only, audio-video, video-only or
> > > screen-sharing stream you have the attribute:
> >
> > > /*
> > >  * avsettings can be:
> > >  * av - video and audio
> > >  * a - audio only
> > >  * v - video only
> > >  * n - no av only static Image
> > >  */
> > > private String avsettings = "";
> >
> > > and
> > > /*
> > >  * Indicates if this User is broadcasting his stream at all
> > >  * Only interesting in the Event Modus
> > >  */
> > > private Boolean isBroadcasting = false;
> > > and
> > > private Boolean isScreenClient = false;
> >
> > > if isScreenClient == TRUE then it is a Screen-Sharing Client and the
> > > Stream-Name is in the attribute *streamPublishName*
> >
> > > Sebastian
> >
> > > 2010/5/17 madroller 
> >
> > > > Hello,
> >
> > > >  Is it possible to get a list of stream(s) that are being published
> > > > from openmeetings/Red5 server? Especially the streams from webcams
> > > > only? I'm developing an openlazlo based player for a requirement and
> > > > trying to test it like:
> >
> > > >   > > > autoconnect="true"/>
> > > >  
> > > >  
> > > >  
> > > >   > > > autoplay="true" url="?"/>
> > > >  .
> >
> > > > and i dont know what should be the stream name to be specified in url
> > > > ="" ?
> >
> > > > --
> > > > You received this message because you are subscribed to the Google
> Groups "OpenMeetings User" group.
> > > > To post to this group, send email to
> openmeetings-u...@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> > > > For more options, visit this group athttp://
> groups.google.com/group/openmeetings-user?hl=en.
> >
> > > --
> > > Sebastian
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://...
> > > seba.wag...@gmail.com
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups "OpenMeetings User" group.
> > > To post to this group, send email to
> openmeetings-u...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> > > For more options, visit this group athttp://
> groups.google.com/group/openmeetings-user?hl=en.
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> > For more options, visit this group athttp://
> groups.google.com/group/openmeetings-user?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: change email invitation url path

2010-05-27 Thread Sebastian Wagner
Hi Steve,

it is hardly possible, you need this URL to point to the directory of
openmeetings.
Otherwise the HASH of the invitation cannot be read by the
openmeetings-application and the user redirected correctly.

So if http://our.site.com/openmeetings/?lzproxied=solo&lzr=swf8&lzt=s...

works then the URL should work if you just access openmeetings via
that EMAIL. Otherwise you will hardly have a chance.

Sebastian

On 27 Mai, 08:19, steveatmarz  wrote:
> We have embedded OM into our site and the email invitations go out
> with an "incorrect" url. I say "incorrect" becasue the url is actually
> correct, it's just that we need people to get to OM in the iFrame
> under the umbrella of our user and password protected site.
>
> The email invite looks like:
>
> http://our.OM.server:5080/openmeetings/?lzproxied=solo&lzr=swf8&lzt=s...
>
> but OM is underhttp://our.site.com/members/meetings
>
> Is there a way to get OM to send emails reflecting the our.site.com/
> members/meetings url /

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Send invitation problem

2010-05-27 Thread Sebastian Wagner
*com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a
STARTTLS comma *

=> did you test with latest Nightly build that includes the option to
set the TLS value?

Sebastian

On 21 Mai, 07:02, sarit saini  wrote:
> Hi,
>
> I have installed Open meeting in window Xp. when i am trying to send
> the invitation to another member then there is some problems. plz help
> me to shortout this issues. I am waiting for your valuable
> response
>
> DEBUG 05-21 10:10:37.578 MailHandler.java 1614360 78
> org.openmeetings.utils.mail
> .MailHandler [NioProcessor-1] -   Subject: Invitation To OpenMeetings
> ERROR 05-21 10:10:45.781 MailHandler.java 1622563 128
> org.openmeetings.utils.mai
> l.MailHandler [NioProcessor-1] - [mail send]
> com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a
> STARTTLS comma
> nd first. 23sm567471pzk.6
>
>         at
> com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1
> 388) [mail-1.4.jar:1.4]
>         at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:
> 959) [mai
> l-1.4.jar:1.4]
>         at
> com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:583) [
> mail-1.4.jar:1.4]
>         at javax.mail.Transport.send0(Transport.java:169)
> [mail-1.4.jar:1.4]
>         at javax.mail.Transport.send(Transport.java:98) [mail-1.4.jar:
> 1.4]
>         at
> org.openmeetings.utils.mail.MailHandler.send(MailHandler.java:124) [o
> penmeetings.jar:na]
>         at
> org.openmeetings.utils.mail.MailHandler.sendMail(MailHandler.java:51)
>  [openmeetings.jar:na]
>         at
> org.openmeetings.app.data.conference.Invitationmanagement.sendInvitio
> nLink(Invitationmanagement.java:369) [openmeetings.jar:na]
>         at
> org.openmeetings.app.data.conference.Invitationmanagement.addInvitati
> onLink(Invitationmanagement.java:140) [openmeetings.jar:na]
>         at
> org.openmeetings.app.remote.InvitationService.sendInvitationHash(Invi
> tationService.java:84) [openmeetings.jar:na]
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [na:1.6.0
> _20]
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39) [na:1.6.0_20]
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25) [na:1.6.0_20]
>         at java.lang.reflect.Method.invoke(Method.java:597) [na:
> 1.6.0_20]
>         at
> org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:200
> ) [red5.jar:na]
>         at
> org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:118
> ) [red5.jar:na]
>         at
> org.red5.server.net.rtmp.RTMPHandler.invokeCall(RTMPHandler.java:165)
>  [red5.jar:na]
>         at
> org.red5.server.net.rtmp.RTMPHandler.onInvoke(RTMPHandler.java:418) [
> red5.jar:na]
>         at
> org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived(BaseRTMPHand
> ler.java:138) [red5.jar:na]
>         at
> org.red5.server.net.rtmp.RTMPMinaIoHandler.messageReceived(RTMPMinaIo
> Handler.java:180) [red5.jar:na]
>         at org.apache.mina.core.filterchain.DefaultIoFilterChain
> $TailFilter.mess
> ageReceived(DefaultIoFilterChain.java:713) [mina-core-2.0.0-
> RC1.jar:na]
>         at
> org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessage
> Received(DefaultIoFilterChain.java:434) [mina-core-2.0.0-RC1.jar:na]
>         at org.apache.mina.core.filterchain.DefaultIoFilterChain.access
> $1200(Def
> aultIoFilterChain.java:46) [mina-core-2.0.0-RC1.jar:na]
>         at org.apache.mina.core.filterchain.DefaultIoFilterChain
> $EntryImpl$1.mes
> sageReceived(DefaultIoFilterChain.java:793) [mina-core-2.0.0-
> RC1.jar:na]
>         at
> org.red5.server.net.filter.TrafficShapingFilter.messageReceived(Traff
> icShapingFilter.java:204) [red5.jar:na]
>         at
> org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessage
> Received(DefaultIoFilterChain.java:434) [mina-core-2.0.0-RC1.jar:na]
>         at org.apache.mina.core.filterchain.DefaultIoFilterChain.access
> $1200(Def
> aultIoFilterChain.java:46) [mina-core-2.0.0-RC1.jar:na]
>         at org.apache.mina.core.filterchain.DefaultIoFilterChain
> $EntryImpl$1.mes
> sageReceived(DefaultIoFilterChain.java:793) [mina-core-2.0.0-
> RC1.jar:na]
>         at org.apache.mina.filter.codec.ProtocolCodecFilter
> $ProtocolDecoderOutpu
> tImpl.flush(ProtocolCodecFilter.java:375) [mina-core-2.0.0-RC1.jar:na]
>         at
> org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(Prot
> ocolCodecFilter.java:229) [mina-core-2.0.0-RC1.jar:na]
>         at
> org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessage
> Received(DefaultIoFilterChain.java:434) [mina-core-2.0.0-RC1.jar:na]
>         at org.apache.mina.core.filterchain.DefaultIoFilterChain.access
> $1200(Def
> aultIoFilterChain.java:46) [mina-core-2.0.0-RC1.jar:na]
>         at org.apache.mina.core.filterchain.DefaultIoFilterChain
> $EntryImpl$1.mes
> sageReceived(DefaultIoFilterChain.java:793) [mina-core-2.0.0-
> RC1.jar

Re: Trim String

2010-05-20 Thread Sebastian Wagner
Hi Hitesh,

you should first find an appropriate code-line to debug the String.
Then parse it and remove the whitespace with usual JavaScript String
methods.

Sebastian

2010/5/20 Hitesh Choudhary 

> Hello Seba
>
> In the chat window, I want to trim the string from left and right spaces.
>
> How can I achieve that, looking forward for an early reply
>
> Thanks & Regards
> Hitesh
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Problem with . SOAP Services Openmeetings - LingWeb

2010-05-20 Thread Sebastian Wagner
Hi Jose,

you should use the SOAP-Gateway and not the Method-Gateway.


Sebastian

2010/5/20 Jose 

> Hi Sebastian,
> Done. Will implement the SOAP client, thanks.
> Yes, it is the result of the thesis that allowed me to graduate as a
> systems engineer with merit mention along with my partner Julio Puentes.
> I would be interested to read the student's thesis on the integration of
> Sweden OpenLaszlo - OpenMeetings. How can I get the document?
>
> Analyzing OpenMeetings code, I implemented the Web service
> "setUserObjectAndGenerateRoomHash" MethodGateway.java classroom. I
> understand that this class is declared as deprecated, but the goal is to
> give "secureHash." According to documents, called for direct access to a
> room is done as follows:
>
>
> http://localhost:8080/MethodGateway?service=roomservice&method=setUserObjectAndGenerateRoomHash&SID=3983c2079a03fbb0928d5150797fd769&username=joseye1&firstname=Jose&lastname=Aricapa&profilePictureUrl=&email=joseye1@
> hotmail.com & externalUserId = 1 & externalUserType = 3 & room_id = 11 &
> becomeModeratorAsInt = 1 & showAudioVideoTestAsInt = 1
>
> The service returns the parameter secureHash :
> "
> http://localhost:8080/openmeetings/?secureHash=2e8d45004ad3ac0c3635008dbb16d5e4
> "
>
> and should enter directly into the room, but this does not happen. Appears
> to openmeeting entry form (login and password). Above is correct? would
> not generate?
>
> Ref =>
> http://code.google.com/p/openmeetings/wiki/DirectLoginSoapGeneralFlow
>
> Thanks for the help Sebastian.
>
> Jose
>
> 2010/5/18 Sebastian Wagner 
>
> Hi Jose,
>>
>> I think you should try to query the SOAP Service from Server Side.
>>
>> You should make a simple SOAP Client with java, instead of proxing through
>> OpenLaszlo.
>> OpenLaszlo's SOAP Call would also only work when you deploy it on the
>> OpenLaszlo Server.
>> As soon as you deploy "Solo" the SOAP Tag would not work anymore.
>>
>> Anyway, good look with your project. I read you plan to use OpenLaszlo's
>> architecure to make the client.
>> Is this a Thesis? I know some (but in German written) Thesis about
>> OpenMeetings and OpenLaszlo's role inside it. If I remember right there is
>> at least one student from Sweden that also had a english Version of his
>> Thesis.
>> You could also use OpenMeetings directly as basis for your System, that
>> could help if you need a User-Administration et cetera.
>>
>> Sebastian
>>
>>
>> 2010/5/18 Jose 
>>
>>> Hi,
>>> I tried to get a SOAP service through  tag, but receive the
>>> following error:
>>> "Org.xml.sax.SAXException: SimpleDeserializer Encountered a child
>>> element, Which Is Not Expected, Was it something in trying to deserialize".
>>>
>>> I do not understand that can happen. The Code is:
>>>
>>>
>>> 
>>> 
>>>
>>> 
>>>
>>> >> wsdl="http://www.openmeetings.de/openmeetings/services/UserService?wsdl";>
>>> 
>>> Debug.debug('WSDL at %w', this.wsdl);
>>> Debug.debug('proxy:');
>>> Debug.inspect(this.proxy);
>>> 
>>>
>>> 
>>> Debug.debug('error: %w', error);
>>> 
>>>
>>> 
>>>
>>> 
>>> 
>>> 
>>> parent.bugService.getSession.invoke();
>>> 
>>> 
>>> 
>>>
>>> What I do is to enter a room directly without having to enter login and 
>>> password. Three services would need to call: getSession, loginUser, 
>>> setUserObjectAndGenerateRoomHash, from this page => 
>>> http://code.google.com/p/openmeetings/wiki/DirectLoginSoapGeneralFlow. I 
>>> want to integrate with my project LingWeb language => 
>>> http://code.google.com/p/lingweb/. Thanks for the help
>>>
>>>
>>>
>>>
>>>  --
>>> You received this message because you are subscribed to the Google Groups
>>> "OpenMeetings User" group.
>>> To post to this group, send email to openmeetings-u...@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> openmeetings-user+unsubscr...@googlegroups.com
>>> .
>>> For more opti

Re: my browser gives flash abort script message while loading the app

2010-05-19 Thread Sebastian Wagner
When you logout that can happen if your application is fully loaded and too
much data must be re-rendered.

But initially it should not happen.

I have seen that a while ago (but only when you logout, not when you login)
but had no time yet to fix it.


Sebastian

2010/5/19 AJ 

> Hi,
>
> i am facing the following problem while loading the openmeetings app
> i have hosted its screen shot
> please have a look
> http://www.enil.biz/flash_error.JPG
>
> it occurs while loading rtmp connection is going on
>
> then i have to click on no
> which allowing me to go ahead into app
>
> other same problem is when i sign out the app
>
> please help me out if any one knows the solution
>
>
> Thanks,
> Anil Jeeyani
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Echo Problem

2010-05-19 Thread Sebastian Wagner
Hi,

for the moment your only chance is to reduce the echo by using good headset's.

We have some recommendations for headsets (or even for conference
microphones where multiple people can speak into one microphone
without headsets).

For other Echo Cancellation you should make sure that the Cancellation
takes place before the sound is forwarded to the Flash Player (I think
most of the Logitech Software/Drivers do that, they already have a
build in Echo Cancellation for their Headsets).


Sebastian

2010/5/19 nehal dattani :
> Hi all,
>
> We have implemented OM (version:1_1_r3087) and its working but we are facing
> serious echo problems when using it with or without headset.
> can anybody tell me Is it possible to integrate oslec or any other echo
> cancellation tool with om? if yes then how?
>
> Thanks and regards,
> Nehal Dattani
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Ticket 1208: openldap patch and sync-ldap-password-to-om option

2010-05-19 Thread Sebastian Wagner
Hi Thibault,

yes so that means to make it backward compatible users have to run this script.
But for new installations your patch is okay.

We will add this to the Release Notes of the upcoming package. So that
users that upgrade their code/installation should run the script

That should do the trick, or what do you think?

Thanks,
Sebastian

2010/5/19  :
> Le 19/05/2010 11:21, t.lem...@gmail.com a écrit :
>>
>> Hi Sebastian,
>>
>> Le 19/05/2010 09:35, Sebastian Wagner a écrit :
>>>
>>> hm,
>>>
>>> I read your problem about not beeing able to set the UserDN in the
>>> field ExternalUser_Id because the field is a numeric type.
>>>
>>> And about the *ExternalUserType* but I do not see any comment about a
>>> new field required or referenced "auth-type" in the user-object.
>
> Sorry, I meant ExternalUserType, not a new "auth-type" field... I mixed this
> with another project I'm working on.
>
>
>
>>>
>>> Where did you write that down?
>>
>>
>> In ticket 1208:
>>
>> http://code.google.com/p/openmeetings/issues/detail?can=2&q=1208&colspec=ID%20Modified%20Type%20Status%20Stars%20Component%20Priority%20Milestone%20Owner%20Summary&id=1208
>>
>>
>> Comment 4 (t.lemeur Apr 15, 2010)
>>
>> [QUOTE]Applying this patch means that the Users table in OM DB must be
>> updated so
>> that Usersthat were previously added with LDAP import have their
>> ExternalUserType
>> field updated to "LDAP"
>> [/QUOTE]
>>
>> Note that if you forget to fix this, your users will still be able to
>> login, but as
>> if they were locally defined (no more Synch with LDAP data).
>>
>>
>> Then Comment 5 (t.lemeur May 11, 2010)
>>
>> About my comment #4,
>> the simplest way to update an om system after this fix is applied is to
>> use the
>> following algorithm:
>>
>> IF (LDAP-Authentication enabled)
>> THEN
>>  FOREACH non-admin-users
>>  DO
>>   Update the user entry by setting the EXTERNAL_USER_TYPE_LDAP DB field to
>> "LDAP"
>>  DONE
>> END IF
>>
>> I'm not sure where in the code is the "update DB" method used during
>> updgrade.
>>
>> Thibault
>>
>>
>
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Ticket 1208: openldap patch and sync-ldap-password-to-om option

2010-05-19 Thread Sebastian Wagner
hm,

I read your problem about not beeing able to set the UserDN in the
field ExternalUser_Id because the field is a numeric type.

And about the *ExternalUserType* but I do not see any comment about a
new field required or referenced "auth-type" in the user-object.

Where did you write that down?


Sebastian

2010/5/19  :
> Le 18/05/2010 19:28, Sebastian Wagner a écrit :
>>
>> Okay its commited:
>> http://code.google.com/p/openmeetings/source/detail?r=3246
>>
>
> Many thanks Sebastian.
>
> Have you seen my comment on the ~1208 ticket about upgrading the user DB in
> order to set AUTH-TYPE?
>
> Is there a specific files where we can find the upgrade DB code used when
> upgrading OM ?
>
> Regards,
> Thibault
>
>
>> 2010/5/18 Sebastian Wagner:
>>
>>>
>>> I have some problems with the GoogleCode SVN:
>>> http://code.google.com/p/support/issues/detail?id=3927#c46
>>>
>>> Hopefully I can commit that till tonight.
>>>
>>>
>>> Sebastian
>>>
>>> On May 11, 3:50 pm, Nilson Morais  wrote:
>>>
>>>>
>>>> That would be very useful for me too. :)
>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "OpenMeetings User" group.
>>>> To post to this group, send email to openmeetings-u...@googlegroups.com.
>>>> To unsubscribe from this group, send email to
>>>> openmeetings-user+unsubscr...@googlegroups.com.
>>>> For more options, visit this group
>>>> athttp://groups.google.com/group/openmeetings-user?hl=en.
>>>>
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "OpenMeetings User" group.
>>> To post to this group, send email to openmeetings-u...@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> openmeetings-user+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/openmeetings-user?hl=en.
>>>
>>>
>>>
>>
>>
>>
>
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Errores version r3087

2010-05-19 Thread Sebastian Wagner
Hi Doyle,

we did not face problems with pptx and OpenOffice yet.
The conversion seems to work pretty well.

Although you are right that the quality of particular drawings in pptx when
converted by using open-office is not that good. But crashes should not
happen at all.

What can you do to workaround => convert the pptx to PDF in Microsoft and
import the PDF file.


Sebastian


2010/5/19 doyle 

> Hi Sebastian,
>
> Using PPTX lets crash the format of the file. The same problem still
> causes even when you load the pptx direct into Openoffice. I could
> make some screenshots of this to show.
>
> Is it possible to find out how a Converter works ? Maybe it would be
> easier and useful to code an own, which works... !?!?! I already read
> the discussion about importing and converting the 2007´er files, but
> the Conversion still has problems with the "older" ppt etc.
>
> My search about the "how to convert" still gave me only the results to
> the exisiting converters, which need openoffice to convert. Because
> some of the conference systems (dimdim, hotconference ...) do the
> conversion fine, and i think they don´t use openoffice in background
> for converting this.
>
>
> thanks,
>
>
> On 18 Mai, 15:18, Sebastian Wagner  wrote:
> > I think we have fixed the problem with pptx and docx in the SVN
> > already.
> >
> > Sebastian
> >
> > On May 10, 11:30 pm, GinoPaoLo  wrote:
> >
> >
> >
> >
> >
> > > Hello Im trying OM r3087 and doesn't show any errors in the browser
> > > running Openmeetings, but In logs i see this errors:
> >
> > > $ grep ERROR . -R ./openmeetings.log:ERROR 03-24 17:33:48.295
> > > Sessionmanagement.java 84347 112
> > > org.openmeetings.app.data.basic.Sessionmanagement [NioProcessor-1] -
> > > Could not find session to update: ./openmeetings.log:ERROR 03-24
> > > 17:34:14.275 LdapLoginManagement.java 110327 112
> > > org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
> > > ConfigVal ldap_config_path not describes a valid File :
> > > org.openmeetings.app.hibernate.beans.basic.configurat...@11a9e33 ./
> > > openmeetings.log:ERROR 03-24 17:34:21.625 Navimanagement.java 117677
> > > 75 org.openmeetings.app.data.basic.Navimanagement [NioProcessor-1] -
> > > getMainMenu 4 ./openmeetings.log:ERROR 03-24 17:40:37.497
> > > ConferenceService.java 493549 180
> > > org.openmeetings.app.remote.ConferenceService [NioProcessor-1] -
> > > getRoomsPublic user_level: 3 ./openmeetings.log:ERROR 03-24
> > > 17:40:37.593 Roommanagement.java 493645 459
> > > org.openmeetings.app.data.conference.Roommanagement [NioProcessor-1] -
> > > ### getPublicRooms: size Room List 5
> >
> > > but when I try OM in the browser, in the tab of IE 8, appear like re-
> > > load the tabs, and the inferior bar appear like was load something
> > > too.
> > > When i want import files like DOCX, XLSX, the windows to upload files
> > > show me: "  Complete upload. Converting the file" after i click on
> > > start upload, and doesnt anything, dont load the file, but when I want
> > > upload PPTX, upload the file. My openoffice version is 3.2.
> >
> > > i hope your help
> >
> > > thanks.
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups "OpenMeetings User" group.
> > > To post to this group, send email to
> openmeetings-u...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> > > For more options, visit this group athttp://
> groups.google.com/group/openmeetings-user?hl=en.
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> > For more options, visit this group athttp://
> groups.google.com/group/openmeetings-user?hl=en.- Zitierten Text
> ausblenden -
> >
> > - Zitierten Text anzeigen -
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Openmeetings conversion support for docx, xlsx, pptx

2010-05-19 Thread Sebastian Wagner
you should be able to upload all.
But you need the latest nightly build + openoffice 3.2 installed and
running as a service.


Sebastian

2010/5/19 Matti Laakso :
> What is the current status of the office 2007 formats xlsx, docx and
> pptx ?
>
> Should be able to upload all? Only pptx ? Or no support at all ?
>
> Thanks
>
> On Mar 28, 5:35 am, RickkciR  wrote:
>> Hi Steve!
>>
>> I think your seeing this problem only because the file types were not
>> all added to the hashmap for processing.
>>
>> When you click on "file up-load" the file browser shows you (filters)
>> only the list of files "of type" that can be up-loaded to
>> OpenMeetings.
>>
>> The file browser correctly showed (listed) the ".docx, .xlsx
>> and .pptx" files , but the hashmap only contained the ".pptx"
>> extension.
>>
>> The ".pptx" file loaded up just fine to openmeetings.
>>
>> I think when the hashmap is corrected, you will not have this problem.
>>
>> Rick
>>
>> On Mar 27, 9:55 pm, Steve  wrote:
>>
>> > Is it reasonable to suggest that the user be warned that the doc they
>> > are trying to upload wont work ? Unless Im doing something wrong, it
>> > appears that when you try and upload a doc whose type is not supported
>> > in the conversion process the upload and conversion just sits there
>> > and never tells you that the conversion wont ever finish. Is it
>> > possible to add a warning when the user selects a doc that wont
>> > convert?
>>
>> > On Mar 27, 6:51 am, RickkciR  wrote:
>>
>> > >  including .dotx, .xltx, and .potx
>>
>> > > On Mar 27, 6:45 am, RickkciR  wrote:
>>
>> > > > This converter for OpenOffice seems to do a better job of converting
>> > > > the newer  docx, xlsx and pptx files:
>>
>> > > >http://www.oooninja.com/2008/12/better-office-docx-converter.html
>>
>> > > > On Mar 27, 5:50 am, Jyothivas Nair  wrote:
>>
>> > > > > yes sebastian, it is missed out in the file extension hashmap
>>
>> > > > > On Mar 27, 2:46 pm, Sebastian Wagner  wrote:
>>
>> > > > > > yes you're right sodocxis also forbidden.
>> > > > > > There is also a filter in the client.
>>
>> > > > > > Sebastian
>>
>> > > > > > 2010/3/27 Jyothivas Nair :
>>
>> > > > > > > extensions supported by openmeetings for upload reference from 
>> > > > > > > source
>> > > > > > > code
>>
>> > > > > > > fileExtensions.put("ext1", ".ppt");
>> > > > > > > fileExtensions.put("ext2", ".odp");
>> > > > > > > fileExtensions.put("ext3", ".odt");
>> > > > > > > fileExtensions.put("ext4", ".sxw");
>> > > > > > > fileExtensions.put("ext5", ".wpd");
>> > > > > > > fileExtensions.put("ext6", ".doc");
>> > > > > > > fileExtensions.put("ext7", ".rtf");
>> > > > > > > fileExtensions.put("ext8", ".txt");
>> > > > > > > fileExtensions.put("ext9", ".ods");
>> > > > > > > fileExtensions.put("ext10", ".sxc");
>> > > > > > > fileExtensions.put("ext11", ".xls");
>> > > > > > > fileExtensions.put("ext12", ".sxi");
>> > > > > > > fileExtensions.put("ext13", ".pptx");
>>
>> > > > > > > pdfExtensions.put("ext1", ".pdf");
>> > > > > > > pdfExtensions.put("ext2", ".ps"); //PostScript
>>
>> > > > > > > jpgExtensions.put("ext1", ".jpg");
>>
>> > > > > > > imageExtensions.put("ext1", ".png");
>> > > > > > > imageExtensions.put("ext2", ".gif");
>> > > > > > > imageExtensions.put("ext3", ".svg");
>> > > > > > > imageExtensions.put("ext4", ".dpx"); //DPX
>> > > > > > > imageExtensions.put("ext5", ".exr"); //EXR
>> > > > > >

Re: Ticket 1208: openldap patch and sync-ldap-password-to-om option

2010-05-18 Thread Sebastian Wagner
Okay its commited:
http://code.google.com/p/openmeetings/source/detail?r=3246

2010/5/18 Sebastian Wagner :
> I have some problems with the GoogleCode SVN:
> http://code.google.com/p/support/issues/detail?id=3927#c46
>
> Hopefully I can commit that till tonight.
>
>
> Sebastian
>
> On May 11, 3:50 pm, Nilson Morais  wrote:
>> That would be very useful for me too. :)
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "OpenMeetings User" group.
>> To post to this group, send email to openmeetings-u...@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> openmeetings-user+unsubscr...@googlegroups.com.
>> For more options, visit this group 
>> athttp://groups.google.com/group/openmeetings-user?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: new user registration problem. invalid email.

2010-05-18 Thread Sebastian Wagner
Hi,

you did forget to set a value for the smtp_port I guess.

You should try to set those values, eventually re-start the server too
and the problem should be gone.


Sebastian

On May 9, 8:23 pm, AJ  wrote:
> Hi,
>
> i can not register new user
> all time it says "Invalid Email"
>
> in log it gives me following exception
>
> DEBUG 05-09 19:10:07.604 MailHandler.java 178687 75
> org.openmeetings.utils.mail.MailHandler [NioProcessor-1] - Message
> sending in progress
> DEBUG 05-09 19:10:07.605 MailHandler.java 178688 76
> org.openmeetings.utils.mail.MailHandler [NioProcessor-1] -   From:
> enil.jeey...@gmail.com
> DEBUG 05-09 19:10:07.605 MailHandler.java 178688 77
> org.openmeetings.utils.mail.MailHandler [NioProcessor-1] -   To:
> enil.jeey...@gmail.com
> DEBUG 05-09 19:10:07.606 MailHandler.java 178689 78
> org.openmeetings.utils.mail.MailHandler [NioProcessor-1] -   Subject:
> OpenMeetings Sign-Up
> ERROR 05-09 19:10:07.927 MailHandler.java 179010 128
> org.openmeetings.utils.mail.MailHandler [NioProcessor-1] - [mail send]
> java.lang.NumberFormatException: For input string: ""
>         at
> java.lang.NumberFormatException.forInputString(NumberFormatException.java:
> 48) [na:1.6.0_18]
>         at java.lang.Integer.parseInt(Integer.java:470) [na:1.6.0_18]
>         at java.lang.Integer.parseInt(Integer.java:499) [na:1.6.0_18]
>         at
> com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:
> 356) [mail-1.4.jar:1.4]
>         at javax.mail.Service.connect(Service.java:275) [mail-1.4.jar:
> 1.4]
>         at javax.mail.Service.connect(Service.java:156) [mail-1.4.jar:
> 1.4]
>         at javax.mail.Service.connect(Service.java:105) [mail-1.4.jar:
> 1.4]
>
> ... ... ...
>
> also openmeeting app is not able to send emails
> but i can email like mail -s "subject" email.id "mail body"
>
> i have centos installed and my admin says this :
>
> ===
> By default, a CentOS installation includes sendmail mail server
> software running locally on the machine which can relay messages for
> you. It listens on 'localhost' only and will not relay messages from
> any other source. No username/password credentials are required.
>
> SMTP host: localhost
> SMTP port: 25
> SMTP username: N/A
> SMTP password: N/A
> System Email Address: N/A
> ===
>
> so i left blank entries in configuration
>
> please help me out
>
> Thanks,
> - Anil Jeeyani
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/openmeetings-user?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Scheduling Meetings

2010-05-18 Thread Sebastian Wagner
Can you try to update to the latest Version or Nightly Build?


Sebastian

On May 8, 7:08 am, Jaxfladude  wrote:
> I am using VMWareImageDebian051  and for some reason I cannot schedule
> a meeting. The online demo shows the button but it is not enable. Am I
> missing something.
>
> Thanks in Advance
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/openmeetings-user?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Errores version r3087

2010-05-18 Thread Sebastian Wagner
I think we have fixed the problem with pptx and docx in the SVN
already.

Sebastian

On May 10, 11:30 pm, GinoPaoLo  wrote:
> Hello Im trying OM r3087 and doesn't show any errors in the browser
> running Openmeetings, but In logs i see this errors:
>
> $ grep ERROR . -R ./openmeetings.log:ERROR 03-24 17:33:48.295
> Sessionmanagement.java 84347 112
> org.openmeetings.app.data.basic.Sessionmanagement [NioProcessor-1] -
> Could not find session to update: ./openmeetings.log:ERROR 03-24
> 17:34:14.275 LdapLoginManagement.java 110327 112
> org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
> ConfigVal ldap_config_path not describes a valid File :
> org.openmeetings.app.hibernate.beans.basic.configurat...@11a9e33 ./
> openmeetings.log:ERROR 03-24 17:34:21.625 Navimanagement.java 117677
> 75 org.openmeetings.app.data.basic.Navimanagement [NioProcessor-1] -
> getMainMenu 4 ./openmeetings.log:ERROR 03-24 17:40:37.497
> ConferenceService.java 493549 180
> org.openmeetings.app.remote.ConferenceService [NioProcessor-1] -
> getRoomsPublic user_level: 3 ./openmeetings.log:ERROR 03-24
> 17:40:37.593 Roommanagement.java 493645 459
> org.openmeetings.app.data.conference.Roommanagement [NioProcessor-1] -
> ### getPublicRooms: size Room List 5
>
> but when I try OM in the browser, in the tab of IE 8, appear like re-
> load the tabs, and the inferior bar appear like was load something
> too.
> When i want import files like DOCX, XLSX, the windows to upload files
> show me: "  Complete upload. Converting the file" after i click on
> start upload, and doesnt anything, dont load the file, but when I want
> upload PPTX, upload the file. My openoffice version is 3.2.
>
> i hope your help
>
> thanks.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/openmeetings-user?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: rtmp stream name for webcam views?

2010-05-18 Thread Sebastian Wagner
Hi MadRoller,

unfortunatelly its not that easy.

You first have to connect to the correct scope:
rtmp://myhost:1935/openmeetings/$ROOM_ID

and then you have to find out the correct $BROADCAST_ID for the stream-name.

To get that broadcast ID you can use one of the SOAP-Calls to get a
list of RoomClients for each room. Each RoomClient has the attribute
"broadcastId" set to a numeric value if the user has started a stream.
To identify if its a audio-only, audio-video, video-only or
screen-sharing stream you have the attribute:

/*
 * avsettings can be:
 * av - video and audio
 * a - audio only
 * v - video only
 * n - no av only static Image
 */
private String avsettings = "";

and
/*
 * Indicates if this User is broadcasting his stream at all
 * Only interesting in the Event Modus
 */
private Boolean isBroadcasting = false;
and
private Boolean isScreenClient = false;

if isScreenClient == TRUE then it is a Screen-Sharing Client and the
Stream-Name is in the attribute *streamPublishName*


Sebastian


2010/5/17 madroller 
>
> Hello,
>
>  Is it possible to get a list of stream(s) that are being published
> from openmeetings/Red5 server? Especially the streams from webcams
> only? I'm developing an openlazlo based player for a requirement and
> trying to test it like:
>
>   autoconnect="true"/>
>  
>  
>  
>   autoplay="true" url="?"/>
>  .
>
> and i dont know what should be the stream name to be specified in url
> ="" ?
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/openmeetings-user?hl=en.
>



--
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Ticket 1208: openldap patch and sync-ldap-password-to-om option

2010-05-18 Thread Sebastian Wagner
I have some problems with the GoogleCode SVN:
http://code.google.com/p/support/issues/detail?id=3927#c46

Hopefully I can commit that till tonight.


Sebastian

On May 11, 3:50 pm, Nilson Morais  wrote:
> That would be very useful for me too. :)
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/openmeetings-user?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Conference.

2010-05-18 Thread Sebastian Wagner
Hi,

if you plan to re-use OpenMeetings components for that the Best way to
start is to study the "Build-Sources-New" document.
Also there is no 1-2-3 kickstart example as the project naturally
grows in complexity, but you can start to read the Laszlo-In-10-
minutes Chapter in OpenLaszlo's Documentation.

Sebastian

On May 18, 4:28 am, Renato Bobsin Machado 
wrote:
> I need  to develop a function to make a broadcast transmiting of an
> video with de conference. Is it possible do program in eclipse? do you
> hame some material about code organization?
>
> thanks,
>  Renato.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/openmeetings-user?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Multipage documents problem in remote client

2010-05-18 Thread Sebastian Wagner
Hi,

did you update to latest Flash Player?

The Issue could be that the documents load from another domain. In the
past the Flash Player often had problems to load the number of slides
from a SWF when you load it from another domain.


Sebastian

On May 15, 11:35 pm, "acevedo.ger...@gmail.com"
 wrote:
> I have uploaded to a remote host the following files: config.xml
> (added my red5 server ip), embed-compressed.js, index.jsp (renamed it
> to index.html), and main.swf8.swf.  Added the crossdomain policy to my
> red5 server, and now I can run OpenMeetings from my own site with only
> one trouble:  Multipage documents only shows the first page.  I try to
> change pages in the whiteboard but nothin happens.  Am I missing
> something?
>
> Thanks for any help.
>
> German
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/openmeetings-user?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Problem with . SOAP Services Openmeetings - LingWeb

2010-05-18 Thread Sebastian Wagner
Hi Jose,

I think you should try to query the SOAP Service from Server Side.

You should make a simple SOAP Client with java, instead of proxing through
OpenLaszlo.
OpenLaszlo's SOAP Call would also only work when you deploy it on the
OpenLaszlo Server.
As soon as you deploy "Solo" the SOAP Tag would not work anymore.

Anyway, good look with your project. I read you plan to use OpenLaszlo's
architecure to make the client.
Is this a Thesis? I know some (but in German written) Thesis about
OpenMeetings and OpenLaszlo's role inside it. If I remember right there is
at least one student from Sweden that also had a english Version of his
Thesis.
You could also use OpenMeetings directly as basis for your System, that
could help if you need a User-Administration et cetera.

Sebastian


2010/5/18 Jose 

> Hi,
> I tried to get a SOAP service through  tag, but receive the following
> error:
> "Org.xml.sax.SAXException: SimpleDeserializer Encountered a child element,
> Which Is Not Expected, Was it something in trying to deserialize".
>
> I do not understand that can happen. The Code is:
>
>
> 
>   
>
> 
>
>  wsdl="http://www.openmeetings.de/openmeetings/services/UserService?wsdl";>
>   
> Debug.debug('WSDL at %w', this.wsdl);
> Debug.debug('proxy:');
> Debug.inspect(this.proxy);
> 
>
> 
> Debug.debug('error: %w', error);
> 
>
> 
>
> 
> 
>   
>   parent.bugService.getSession.invoke();
>   
> 
> 
>
> What I do is to enter a room directly without having to enter login and 
> password. Three services would need to call: getSession, loginUser, 
> setUserObjectAndGenerateRoomHash, from this page => 
> http://code.google.com/p/openmeetings/wiki/DirectLoginSoapGeneralFlow. I want 
> to integrate with my project LingWeb language => 
> http://code.google.com/p/lingweb/. Thanks for the help
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: VScrollbar

2010-05-18 Thread Sebastian Wagner
The most of the attributes shoud be already available.
fontsize
fgcolor
bgcolor

fontname I am not sure, but you might need to embed the font then.

Also have a look at the class-definition of the class *customScrollEdittext*
to find out more.

Sebastian

2010/5/18 Hitesh Choudhary 

> Hi Seba
>
> Thanks a lot for the same but is it possible to change the fontsize,
> fontname, bgcolor of customScrollEdittext. I would be great if we can change
> these things
>
> Please suggest
>
> Thanks & Regards
>  Hitesh
>
>
> On Tue, May 18, 2010 at 1:41 PM, Sebastian Wagner 
> wrote:
>
>> Hi,
>>
>> For example:
>> > height="100" text="" />
>>
>> and for non editable text:
>>
>> 
>>
>>
>> 
>>
>> -seb
>>
>> 2010/5/18 Hitesh Choudhary 
>>
>>>  Hi All
>>>
>>> I am using ** and want to add vertical scroll bar in it
>>> with multiline, how can I achieve the same because as per the current code
>>> at my end, when I add more text in the container then it doesn't shows the
>>> scroll
>>>
>>> Secondly, if I am using ** then how can I make it multiline with
>>> vertical scroll
>>>
>>> Please reply as soon as possible. I really need it
>>>
>>> Thanks & Regards
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "OpenMeetings User" group.
>>> To post to this group, send email to openmeetings-u...@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> openmeetings-user+unsubscr...@googlegroups.com
>>> .
>>> For more options, visit this group at
>>> http://groups.google.com/group/openmeetings-user?hl=en.
>>>
>>
>>
>>
>> --
>> Sebastian Wagner
>> http://www.webbase-design.de
>> http://openmeetings.googlecode.com
>> http://www.laszlo-forum.de
>> seba.wag...@gmail.com
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "OpenMeetings User" group.
>> To post to this group, send email to openmeetings-u...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> openmeetings-user+unsubscr...@googlegroups.com
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/openmeetings-user?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: VScrollbar

2010-05-18 Thread Sebastian Wagner
Hi,

For example:


and for non editable text:


   
   


-seb

2010/5/18 Hitesh Choudhary 

> Hi All
>
> I am using ** and want to add vertical scroll bar in it
> with multiline, how can I achieve the same because as per the current code
> at my end, when I add more text in the container then it doesn't shows the
> scroll
>
> Secondly, if I am using ** then how can I make it multiline with
> vertical scroll
>
> Please reply as soon as possible. I really need it
>
> Thanks & Regards
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: ¿Where is the compiled main.lzx?

2010-05-10 Thread Sebastian Wagner
Hi,

you can run the URL with lzproxied=solo in the URL and you will find
the SWF in the work-directory of Eclipse where you have deployed
Tomcat to.

Other possibility is to run the ant task that will generate the SWF too.

Sebastian

2010/5/10 davidJGuru :
> Hello good afternoon from Andalusia.
>
> I still have problems in locating the main compiled. I have the
> project in Eclipse, deployed in tomcat, but can not find anywhere that
> hosts my main compiled, ie the platform ready to run in .swf format.
>
> I would appreciate ideas on this.
>
> Good afternoon.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: screensharing at port 80

2010-05-10 Thread Sebastian Wagner
You have correctly configured client + server to use rtmpt ?
Your Flash client that runs the screensharing is connected
via rtmpt?


Sebastian

2010/5/10 frank :
> Hi,
>
> in the javaws.trace-log is no more message after that.
> Here is the end of the jawaws.log:
>
> 
>  2010-05-10T13:41:59
>  1273491719406
>  26
>  com.sun.deploy
>  FINE
>  com.sun.deploy.util.LoggerTraceListener
>  print
>  10
>  [DEBUG] [AWT-EventQueue-0]
> org.red5.server.net.rtmp.BaseRTMPClientHandler - connect server:
> onlife3.brandenburg.de port 80 connectionParams {objectEncoding=0,
> app=openmeetings/4, flashVer=WIN 9,0,115,0, fpad=false, tcUrl=rtmpt://
> onlife3.brandenburg.de:80/openmeetings/4, audioCodecs=1639,
> videoFunction=1, pageUrl=null, path=openmeetings/4, capabilities=15,
> swfUrl=null, videoCodecs=252} connectCallback
> org.red5.screen.webstart.screensharert...@bf7916 conectCallArguments
> null
> 
> 
> 
>  2010-05-10T13:41:59
>  1273491719500
>  27
>  com.sun.deploy
>  FINE
>  com.sun.deploy.util.LoggerTraceListener
>  print
>  10
>  [ERROR] [Thread-12]
> org.red5.screen.webstart.ScreenShareRTMPT - null
> 
> 
> 
>  2010-05-10T13:41:59
>  1273491719500
>  28
>  com.sun.deploy
>  FINE
>  com.sun.deploy.util.LoggerTraceListener
>  print
>  10
>  null
> 
> 
>
> On port 80 with rtmpt it dosn't work.
>
> Frank
>
>
> On 10 Mai, 13:20, Sebastian Wagner  wrote:
>> Hi Frank,
>>
>> I have tested with rtmpt running on port 8088 with two machines and it
>> went well.
>>
>> [ERROR] [Thread-14] org.red5.screen.webstart.ScreenShareRTMPT - null null
>> => is there any message after that?
>>
>> Sebastian
>>
>> 2010/5/10 frank :
>>
>> > I test the screensharing with 2 computers as 2 different users in
>> > differrent networks.
>> > Now i see, there is an error-entry in the client-java-log:
>>
>> > [DEBUG] [AWT-EventQueue-0] org.red5.screen.webstart.ScreenShareRTMPT -
>> > ScreenShare startStream
>> > [DEBUG] [AWT-EventQueue-0]
>> > org.red5.server.net.rtmp.BaseRTMPClientHandler - connect server:
>> > onlife3.brandenburg.de port 80 application openmeetings/4
>> > connectCallback org.red5.screen.webstart.screensharert...@eb7331
>> > [DEBUG] [AWT-EventQueue-0]
>> > org.red5.server.net.rtmp.BaseRTMPClientHandler - connect server:
>> > onlife3.brandenburg.de port 80 connectionParams {objectEncoding=0,
>> > app=openmeetings/4, flashVer=WIN 9,0,115,0, fpad=false, tcUrl=rtmpt://
>> > onlife3.brandenburg.de:80/openmeetings/4, audioCodecs=1639,
>> > videoFunction=1, pageUrl=null, path=openmeetings/4, capabilities=15,
>> > swfUrl=null, videoCodecs=252} connectCallback
>> > org.red5.screen.webstart.screensharert...@eb7331 conectCallArguments
>> > null
>> > [ERROR] [Thread-14] org.red5.screen.webstart.ScreenShareRTMPT - null
>> > null
>>
>> > Frank
>>
>> > On 10 Mai, 11:34, Sebastian Wagner  wrote:
>> >> you do not test by sending the screensharing to yourself back again no?
>> >> You have to login with two users, sharing back to yourself is disabled.
>>
>> >> Sebastian
>>
>> >> 2010/5/10 frank :
>>
>> >> > Hi Sebastian,
>>
>> >> > thanks, for your work. The screensharing from outside the firewall to
>> >> > the computers behind the firewall works fine.
>> >> > Over the rtmpt-connection i can starting the screensharing and i can
>> >> > download the application and  now  starts the screensharing-
>> >> > window.
>> >> > But thats all. Nothing happens, when i klick the the start- or the
>> >> > record-button. (no entry in the logs)
>> >> > The last lines:
>>
>> >> > 2010-05-10 11:22:46,159 [TP-Processor35] INFO  o.a.c.c.C.[.[.0.0.0.[/
>> >> > openmeetings] -  Velocity   [info] VelocityViewServlet: Default
>> >> > content-type is: text/html; charset=UTF-8
>> >> > 2010-05-10 11:22:46,234 [TP-Processor35] INFO  o.a.c.c.C.[.[.0.0.0.[/
>> >> > openmeetings] -  Velocity  [debug] ResourceManager : found
>> >> > screenshare.vm with loader
>> >> > org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
>>
>> >> > Frank
>>
>> >> > On 8 Mai, 15:06, Sebastian Wagner  wrote:
>> >> >> Hi,
>>
>> >> >> check with this 
>> >> >> revision:http://code.google.com/p/openmeeting

Re: screensharing at port 80

2010-05-10 Thread Sebastian Wagner
Hi Frank,

I have tested with rtmpt running on port 8088 with two machines and it
went well.

[ERROR] [Thread-14] org.red5.screen.webstart.ScreenShareRTMPT - null null
=> is there any message after that?


Sebastian

2010/5/10 frank :
> I test the screensharing with 2 computers as 2 different users in
> differrent networks.
> Now i see, there is an error-entry in the client-java-log:
>
> [DEBUG] [AWT-EventQueue-0] org.red5.screen.webstart.ScreenShareRTMPT -
> ScreenShare startStream
> [DEBUG] [AWT-EventQueue-0]
> org.red5.server.net.rtmp.BaseRTMPClientHandler - connect server:
> onlife3.brandenburg.de port 80 application openmeetings/4
> connectCallback org.red5.screen.webstart.screensharert...@eb7331
> [DEBUG] [AWT-EventQueue-0]
> org.red5.server.net.rtmp.BaseRTMPClientHandler - connect server:
> onlife3.brandenburg.de port 80 connectionParams {objectEncoding=0,
> app=openmeetings/4, flashVer=WIN 9,0,115,0, fpad=false, tcUrl=rtmpt://
> onlife3.brandenburg.de:80/openmeetings/4, audioCodecs=1639,
> videoFunction=1, pageUrl=null, path=openmeetings/4, capabilities=15,
> swfUrl=null, videoCodecs=252} connectCallback
> org.red5.screen.webstart.screensharert...@eb7331 conectCallArguments
> null
> [ERROR] [Thread-14] org.red5.screen.webstart.ScreenShareRTMPT - null
> null
>
> Frank
>
> On 10 Mai, 11:34, Sebastian Wagner  wrote:
>> you do not test by sending the screensharing to yourself back again no?
>> You have to login with two users, sharing back to yourself is disabled.
>>
>> Sebastian
>>
>> 2010/5/10 frank :
>>
>> > Hi Sebastian,
>>
>> > thanks, for your work. The screensharing from outside the firewall to
>> > the computers behind the firewall works fine.
>> > Over the rtmpt-connection i can starting the screensharing and i can
>> > download the application and  now  starts the screensharing-
>> > window.
>> > But thats all. Nothing happens, when i klick the the start- or the
>> > record-button. (no entry in the logs)
>> > The last lines:
>>
>> > 2010-05-10 11:22:46,159 [TP-Processor35] INFO  o.a.c.c.C.[.[.0.0.0.[/
>> > openmeetings] -  Velocity   [info] VelocityViewServlet: Default
>> > content-type is: text/html; charset=UTF-8
>> > 2010-05-10 11:22:46,234 [TP-Processor35] INFO  o.a.c.c.C.[.[.0.0.0.[/
>> > openmeetings] -  Velocity  [debug] ResourceManager : found
>> > screenshare.vm with loader
>> > org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
>>
>> > Frank
>>
>> > On 8 Mai, 15:06, Sebastian Wagner  wrote:
>> >> Hi,
>>
>> >> check with this 
>> >> revision:http://code.google.com/p/openmeetings/source/detail?r=3242
>>
>> >> Sebastina
>>
>> >> On 27 Apr., 10:50, frank >
>> >> brandenburg.de> wrote:
>> >> > Hi Sebastian,
>>
>> >> > after many test with different ports for rtmp,rtmptand http, i can
>> >> > say it is not a port-problem.
>> >> > If i use rtmp audio, video and screen-sharing are working.
>> >> > But when i try it withrtmpt, only audio and video are working. I
>> >> > think there is a failure in the screen-sharing application. The switch
>> >> > tortmptis faulty.
>>
>> >> > Frank
>>
>> >> > On 22 Apr., 15:55, frank >
>> >> > brandenburg.de> wrote:
>> >> > > I can start the screensharing by clicking the button. Then begins the
>> >> > > download of the screensharing apllication.
>> >> > > Thats all. There is an exeption in the java-log, but only, if port
>> >> > > 1935 is closed.
>>
>> >> > > [ERROR] [javawsApplicationMain]
>> >> > > org.red5.screen.webstart.ScreenShareRTMPT - createWindow Exception:
>> >> > > java.lang.NullPointerException
>> >> > >         at
>> >> > > org.red5.screen.webstart.gui.VirtualScreen.(VirtualScreen.java:
>> >> > > 34) [red5-screenshare.jar:na]
>> >> > >         at
>> >> > > org.red5.screen.webstart.ScreenShareRTMPT.createWindow(ScreenShareRTMPT.jav
>> >> > >  a:
>> >> > > 315) [red5-screenshare.jar:na]
>> >> > >         at
>> >> > > org.red5.screen.webstart.ScreenShareRTMPT.main(ScreenShareRTMPT.java:
>> >> > > 228) [red5-screenshare.jar:na]
>> >> > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
>> >> > > Method) [n

Re: screensharing at port 80

2010-05-10 Thread Sebastian Wagner
you do not test by sending the screensharing to yourself back again no?
You have to login with two users, sharing back to yourself is disabled.


Sebastian

2010/5/10 frank :
> Hi Sebastian,
>
> thanks, for your work. The screensharing from outside the firewall to
> the computers behind the firewall works fine.
> Over the rtmpt-connection i can starting the screensharing and i can
> download the application and  now  starts the screensharing-
> window.
> But thats all. Nothing happens, when i klick the the start- or the
> record-button. (no entry in the logs)
> The last lines:
>
> 2010-05-10 11:22:46,159 [TP-Processor35] INFO  o.a.c.c.C.[.[.0.0.0.[/
> openmeetings] -  Velocity   [info] VelocityViewServlet: Default
> content-type is: text/html; charset=UTF-8
> 2010-05-10 11:22:46,234 [TP-Processor35] INFO  o.a.c.c.C.[.[.0.0.0.[/
> openmeetings] -  Velocity  [debug] ResourceManager : found
> screenshare.vm with loader
> org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
>
> Frank
>
> On 8 Mai, 15:06, Sebastian Wagner  wrote:
>> Hi,
>>
>> check with this 
>> revision:http://code.google.com/p/openmeetings/source/detail?r=3242
>>
>> Sebastina
>>
>> On 27 Apr., 10:50, frank >
>>
>>
>> brandenburg.de> wrote:
>> > Hi Sebastian,
>>
>> > after many test with different ports for rtmp,rtmptand http, i can
>> > say it is not a port-problem.
>> > If i use rtmp audio, video and screen-sharing are working.
>> > But when i try it withrtmpt, only audio and video are working. I
>> > think there is a failure in the screen-sharing application. The switch
>> > tortmptis faulty.
>>
>> > Frank
>>
>> > On 22 Apr., 15:55, frank >
>> > brandenburg.de> wrote:
>> > > I can start the screensharing by clicking the button. Then begins the
>> > > download of the screensharing apllication.
>> > > Thats all. There is an exeption in the java-log, but only, if port
>> > > 1935 is closed.
>>
>> > > [ERROR] [javawsApplicationMain]
>> > > org.red5.screen.webstart.ScreenShareRTMPT - createWindow Exception:
>> > > java.lang.NullPointerException
>> > >         at
>> > > org.red5.screen.webstart.gui.VirtualScreen.(VirtualScreen.java:
>> > > 34) [red5-screenshare.jar:na]
>> > >         at
>> > > org.red5.screen.webstart.ScreenShareRTMPT.createWindow(ScreenShareRTMPT.jav
>> > >  a:
>> > > 315) [red5-screenshare.jar:na]
>> > >         at
>> > > org.red5.screen.webstart.ScreenShareRTMPT.main(ScreenShareRTMPT.java:
>> > > 228) [red5-screenshare.jar:na]
>> > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
>> > > [na:
>> > > 1.6.0_19]
>> > >         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
>> > > [na:
>> > > 1.6.0_19]
>> > >         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown 
>> > > Source)
>> > > [na:1.6.0_19]
>> > >         at java.lang.reflect.Method.invoke(Unknown Source) [na:1.6.0_19]
>> > >         at com.sun.javaws.Launcher.executeApplication(Unknown Source) 
>> > > [na:na]
>> > >         at com.sun.javaws.Launcher.executeMainClass(Unknown Source) 
>> > > [na:na]
>> > >         at com.sun.javaws.Launcher.doLaunchApp(Unknown Source) [na:na]
>> > >         at com.sun.javaws.Launcher.run(Unknown Source) [na:na]
>> > >         at java.lang.Thread.run(Unknown Source) [na:1.6.0_19]
>> > > java.lang.NullPointerException
>> > >         at
>> > > org.red5.screen.webstart.gui.VirtualScreen.(VirtualScreen.java:
>> > > 34)
>> > >         at
>> > > org.red5.screen.webstart.ScreenShareRTMPT.createWindow(ScreenShareRTMPT.jav
>> > >  a:
>> > > 315)
>> > >         at
>> > > org.red5.screen.webstart.ScreenShareRTMPT.main(ScreenShareRTMPT.java:
>> > > 228)
>> > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> > >         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>> > >         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown 
>> > > Source)
>> > >         at java.lang.reflect.Method.invoke(Unknown Source)
>> > >         at com.sun.javaws.Launcher.executeApplication(Unknown Source)
>> > >         at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
>&

Re: screensharing at port 80

2010-05-08 Thread Sebastian Wagner
Hi,

check with this revision:
http://code.google.com/p/openmeetings/source/detail?r=3242

Sebastina

On 27 Apr., 10:50, frank  wrote:
> Hi Sebastian,
>
> after many test with different ports for rtmp,rtmptand http, i can
> say it is not a port-problem.
> If i use rtmp audio, video and screen-sharing are working.
> But when i try it withrtmpt, only audio and video are working. I
> think there is a failure in the screen-sharing application. The switch
> tortmptis faulty.
>
> Frank
>
> On 22 Apr., 15:55, frank 
>
>
>
>
> brandenburg.de> wrote:
> > I can start the screensharing by clicking the button. Then begins the
> > download of the screensharing apllication.
> > Thats all. There is an exeption in the java-log, but only, if port
> > 1935 is closed.
>
> > [ERROR] [javawsApplicationMain]
> > org.red5.screen.webstart.ScreenShareRTMPT - createWindow Exception:
> > java.lang.NullPointerException
> >         at
> > org.red5.screen.webstart.gui.VirtualScreen.(VirtualScreen.java:
> > 34) [red5-screenshare.jar:na]
> >         at
> > org.red5.screen.webstart.ScreenShareRTMPT.createWindow(ScreenShareRTMPT.jav 
> > a:
> > 315) [red5-screenshare.jar:na]
> >         at
> > org.red5.screen.webstart.ScreenShareRTMPT.main(ScreenShareRTMPT.java:
> > 228) [red5-screenshare.jar:na]
> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [na:
> > 1.6.0_19]
> >         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [na:
> > 1.6.0_19]
> >         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> > [na:1.6.0_19]
> >         at java.lang.reflect.Method.invoke(Unknown Source) [na:1.6.0_19]
> >         at com.sun.javaws.Launcher.executeApplication(Unknown Source) 
> > [na:na]
> >         at com.sun.javaws.Launcher.executeMainClass(Unknown Source) [na:na]
> >         at com.sun.javaws.Launcher.doLaunchApp(Unknown Source) [na:na]
> >         at com.sun.javaws.Launcher.run(Unknown Source) [na:na]
> >         at java.lang.Thread.run(Unknown Source) [na:1.6.0_19]
> > java.lang.NullPointerException
> >         at
> > org.red5.screen.webstart.gui.VirtualScreen.(VirtualScreen.java:
> > 34)
> >         at
> > org.red5.screen.webstart.ScreenShareRTMPT.createWindow(ScreenShareRTMPT.jav 
> > a:
> > 315)
> >         at
> > org.red5.screen.webstart.ScreenShareRTMPT.main(ScreenShareRTMPT.java:
> > 228)
> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> >         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> >         at java.lang.reflect.Method.invoke(Unknown Source)
> >         at com.sun.javaws.Launcher.executeApplication(Unknown Source)
> >         at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
> >         at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
> >         at com.sun.javaws.Launcher.run(Unknown Source)
> >         at java.lang.Thread.run(Unknown Source)
>
> > On 22 Apr., 15:31, Sebastian Wagner  wrote:
>
> > > What do you mean by does not work?
> > > The Screen sharing should switch toRTMPT(so to port 80 in your case) if
> > > the user is connected to the application usingrtmpt. (In other words
> > > screensharing should always use the same as audio and video)
>
> > > As you maybe have seen: Initially the application it will try rtmp 3 
> > > times,
> > > if that fails it switches tortmpt.
> > > If you then later start the screen sharing it will use the same settings 
> > > as
> > > the main-connection (that is also used to broadcast audio/video).
> > > If it initially suceeds in connecting via rtmp of course screen sharing 
> > > will
> > > also use rtmp.
>
> > > Sebastian
>
> > > 2010/4/22 frank 
>
> > > > Hi Sebastian,
> > > > we used these instruction (http://groups.google.com/group/openmeetings-
> > > > user/msg/f73bd2ada345759d<http://groups.google.com/group/openmeetings-%0Auser/msg/f73bd2ada345759d>)
> > > > and the follow ports:
>
> > > > config.xml
> > > > rtmpport 1935
> > > > rtmpTunnelport 80
> > > > httpport 80
>
> > > > red5.properties
> > > > rtmp.port=1935
> > > >rtmpt.port 80
>
> > > > How i say: audio and video are ok, but screensharing does'n work.
> > > > Frank
>
> > > > On 22 Apr., 14:56, Sebastian Wagner  wrote:
> > 

Re: sip

2010-05-04 Thread Sebastian Wagner
Steve can you please stop this kind of marketing gag?

Thanks

2010/5/4 Steve :
> One of the toughest issues in conferencing software is the audio
> component. I have tested many different software packages from open
> source to very expensive commercial products and none offer the
> ability to video conference AND communicate effectively in terms of
> audio/voice as well. Issues like ear piercing feedback, bandwidth
> deficiency, latency and the massive disparity of hardware and
> configurations in use make reliable conversation in the teleconference
> seemingly impossible.
>
> So, I started to look into SIP. I know OM has a hood to point to a SIP
> server but as far as I know, there is no actual mechanism to use SIP
> in an OM conference. Is that correct?
>
> I found Bigbluebutton, and I love the voice bridge feature. It has
> hold music and everything! Is it possible to integrate SIP
> functionality like Bigbluebutton has? Does SIP make it possible for
> conference attendees to talk and listen more efficiently with the
> issues I mentioned above?
>
> Sebastian, I know you are involved with BBB. Your work on both
> projects is amazing, thank you very much for your hard work and
> generosity to the web conferencing community.
>
> Steve
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: OpenMeetings running on Amazon AWS EC2

2010-04-30 Thread Sebastian Wagner
Hi,

the first question about re-install ... I do not get exactly what you mean
by that.
You can install OpenMeetings as on any other Server. We did not face any
problem.

I cannot make an AMI Image as it has some some custom payment modules
integrated that the customer will not share with the community.

Sebastian

2010/4/30 Jack/Peidong 

>  Sebastian,
>
> Do I have to reinstall the openmeetings on EC2 if I want to run it on
> Amazon?
> When you say 'we successfully installed OpenMeetings on Amazon EC2', does
> it mean that you have created a public AMI image on EC2?
>
> Thanks,
> Jack,
>
>  --
> *From:* openmeetings-user@googlegroups.com [mailto:
> openmeetings-u...@googlegroups.com] *On Behalf Of *Sebastian Wagner
> *Sent:* April 30, 2010 8:07 AM
> *To:* openmeetings-user@googlegroups.com
> *Subject:* OpenMeetings running on Amazon AWS EC2
>
>  we successfully installed OpenMeetings on Amazon EC2. It worked out of
> the box without any huzzle. I think this is good news to a lot of people
> that would like to scale OpenMeetings for their needs.
>
> Amazon offers already a lot of instances to install as operating system. We
> have been using one of the over 200 Debian operating systems that have been
> available.
>
> I think the only important thing is … Never press the reboot system button 
> [image:
> :)] Cause as its a virtual machine all your data is gone!
>
> You also need to check that you are installing OpenMeetings at a location
> where enough space is left
>
>
> http://wagner-sebastian.com/wordpress/2010/04/30/openmeetings-running-on-amazon-aws-ec2/
>
> Sebastian
>
> --
> Sebastian Wagner
> http://www.webbase-design.de
> http://openmeetings.googlecode.com
> http://www.laszlo-forum.de
> seba.wag...@gmail.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Support

2010-04-30 Thread Sebastian Wagner
Hi IceHard,

the client is compiled with OpenLaszlo.
The source files for the SWF are LZX and are written in an XML-Markup
(Laszlo-Markup).

Check
http://www.openlaszlo.org/lps4.7/docs/developers/
and the laszlo in 10 mnutes guide:
http://www.openlaszlo.org/lps4.7/laszlo-explorer/index.jsp?lzr=swf8

And our Mailing list:
http://groups.google.com/group/openmeetings-user?hl=en_US
is a better way to communicate.


Sebastian

2010/4/30 IceHard 

> Hello Wagner.
>
> We are going to modify your Open Meeting Conference to use it in our
> company in order to create a Head Manager meetings in different offices, so
> we wanted to modify client openmetings application. Our modification is to
> do a new conference room where a fixed number of users will be connected to
> the fixed places on the screen, and the can be only two video streams - one
> from director and othe from the manager to whom he speaks - all the others
> must see this too video streams but dos not have the own stream. So we tried
> to modify the main client but we did not found FLA version of main.swf8.swf
> in SVN. Can you tell us where the sources of the client can be found?
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



OpenMeetings running on Amazon AWS EC2

2010-04-30 Thread Sebastian Wagner
we successfully installed OpenMeetings on Amazon EC2. It worked out of the
box without any huzzle. I think this is good news to a lot of people that
would like to scale OpenMeetings for their needs.

Amazon offers already a lot of instances to install as operating system. We
have been using one of the over 200 Debian operating systems that have been
available.

I think the only important thing is … Never press the reboot system
button [image:
:)] Cause as its a virtual machine all your data is gone!

You also need to check that you are installing OpenMeetings at a location
where enough space is left

http://wagner-sebastian.com/wordpress/2010/04/30/openmeetings-running-on-amazon-aws-ec2/

Sebastian

-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Appoinments and meetings administration

2010-04-29 Thread Sebastian Wagner
Hi,

yes at the moment you can only administrate the *isappointement* flag in the
Room Administration.

the from/to time is missing yet.
http://code.google.com/p/openmeetings/issues/detail?id=1224


Sebastian

2010/4/29 Chema 

> Hi all,
>
> I use openmeetings since last year and in all this time I miss a
> feature to administrate the appointments in the database ( I'm talking
> as an administrator )
>
> Does anybody knows if there is some way to do it?
>
> and if not, are openmeetings developers thinking about develope it??
>
> I think it would be very usefull !! :))
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Problem with installation

2010-04-27 Thread Sebastian Wagner
We will verify the nightly builds, but so far I did not face any problem
with my local installations.
What kind of revision / nightly build number did you face your problems?


Sebastian

2010/4/27 Giovanni 

> I also had some problems with night builds, so i returned to the 1.2
> RC1 release :-)
>
> On 26 Apr, 16:51, Bicho4191  wrote:
> > Hello everyone,
> >
> > A couple of months that I am doing my testing and upgrading servers
> > Om. But this morning when you install the version contained in the
> > 3229 build nigth I find that the data administrator were not loaded
> > into the database which generates that can not access the application,
> > om can not find my username, if someone already encountered this
> > problem and found a solution please let me know.
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> > For more options, visit this group athttp://
> groups.google.com/group/openmeetings-user?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Little contribution for screen sharing :-)

2010-04-27 Thread Sebastian Wagner
hi,

that sounds pretty much the same what we have done.

Can you share your code that you are using to resample the screen?
That would help us to analyze further.

Thanks sebastian

2010/4/27, Giovanni :
> ok i have set the variable screen_type=4 and modified the files.
> Now i resize my screenshot before sending via rtmp at a resolution of
> 320x200 pixel and now i can use the screensharing.
> As i told in other discussion, 90kn/s in upload is impossible to
> obtain (I have a business ADSL and the best for uploading is 50 kb/s)
> so i think that "we" must find a new solution for screensharing.
>
> I have made some tests:
>
> FIRST TEST:
> T=1 : send a complete screenshot (time used = (resolution*32) /
> (upload_bandwidth)) and convert the screenshot in three matrix R G B
> T=2..N : convert the screenshot in three matrix R G and B and send to
> the server only the differences between the matrices at time (T-1)
>
> Problems:
> - Sending the first screenshot take too many time.
> - I have to put a server in the middle that takes the differences and
> rebuild the image with the differences and finally send the image in
> the correct format
> - If the differences are too many, the data sent could be bigger than
> the data sent with the actual screensharing.
> - I have made a UDP server but the time for remaking the image is a
> bit long.
>
>
> I think the only way to use the screensharing for low bandwidth is to
> allow the user to resize the screenshot so he can send a smaller
> screenshot via rtmp.
> I hope this helps for future development
>
> Giovanni
>
> PS
> For Matrix operations i have use the package JAMA
>
> On 26 Apr, 17:58, Sebastian Wagner  wrote:
>> Okay, in general:
>>
>> The link above leads to the ScreenSharing Application that is used by
>> default.
>> Its the screen_type=4
>>
>> That is the latest and needs 90KB in bandwidth.
>>
>> The JrDesktop needs in general more then that.
>> So if you optimize you should go for the new one.
>>
>> Sebastian
>>
>> 2010/4/26 Giovanni 
>>
>>
>>
>>
>>
>> > ops, sorry i thought that these files are for JrDesktop
>>
>> > I have modified these files:
>> > ScreenShare.java
>> > VirtualScreen.java
>> > VirtualScreenBeans.java
>>
>> > On 26 Apr, 15:35, Sebastian Wagner  wrote:
>> > > Hi Giovanni,
>>
>> > > the JrDesktop is not used in the RTMP-Viewer.
>> > > So you would need to modifyhttp://
>> > openmeetings.googlecode.com/svn/trunk/singlewebapp/src/red5-sc...
>>
>> > > Sebastian
>>
>> > > 2010/4/26 Giovanni 
>>
>> > > > Hi all,
>> > > > I have modified the screensharing system for allowing the
>> > > > screensharing to all user with a low bandwith.
>> > > > I have done this for 2 reasons:
>>
>> > > > 1) In italy we don't have 90Kb/s for uploading data  :-(
>> > > > 2) I think is useless send a scrennshot about 1280x800 pixel (ok,i
>> > > > want to show my screen, but not in HD) :-)
>>
>> > > > so i have modified the JrDesktop method and I have inserted 2 values
>> > > > that are the Resize of the screen that will be sent over internet.
>> > > > The screen will be captured, and next resized with your favourite
>> > > > resolution; the other clients will see your screen at the resolution
>> > > > you have set.
>>
>> > > > This is a my own edit, but if can be helpfull for other users or for
>> > > > the openmeetings team too, i'll be very happy to share this with
>> > > > all.
>>
>> > > > Giovanni
>>
>> > > > --
>> > > > You received this message because you are subscribed to the Google
>> > Groups
>> > > > "OpenMeetings User" group.
>> > > > To post to this group, send email to
>> > openmeetings-u...@googlegroups.com.
>> > > > To unsubscribe from this group, send email to
>> > > > openmeetings-user+unsubscr...@googlegroups.com> > > > i...@googlegroups.com>
>> > > > ubscr...@googlegroups.com>
>>
>> > > > .
>> > > > For more options, visit this group at
>> > > >http://groups.google.com/group/openmeetings-user?hl=en.
>>
>> > > --
>> > > Sebastian
>> > Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
>> >www.laszlo-forum.de
>>

Re: Little contribution for screen sharing :-)

2010-04-26 Thread Sebastian Wagner
Okay, in general:

The link above leads to the ScreenSharing Application that is used by
default.
Its the screen_type=4

That is the latest and needs 90KB in bandwidth.

The JrDesktop needs in general more then that.
So if you optimize you should go for the new one.

Sebastian

2010/4/26 Giovanni 

> ops, sorry i thought that these files are for JrDesktop
>
> I have modified these files:
> ScreenShare.java
> VirtualScreen.java
> VirtualScreenBeans.java
>
>
>
> On 26 Apr, 15:35, Sebastian Wagner  wrote:
> > Hi Giovanni,
> >
> > the JrDesktop is not used in the RTMP-Viewer.
> > So you would need to modifyhttp://
> openmeetings.googlecode.com/svn/trunk/singlewebapp/src/red5-sc...
> >
> > Sebastian
> >
> > 2010/4/26 Giovanni 
> >
> >
> >
> > > Hi all,
> > > I have modified the screensharing system for allowing the
> > > screensharing to all user with a low bandwith.
> > > I have done this for 2 reasons:
> >
> > > 1) In italy we don't have 90Kb/s for uploading data  :-(
> > > 2) I think is useless send a scrennshot about 1280x800 pixel (ok,i
> > > want to show my screen, but not in HD) :-)
> >
> > > so i have modified the JrDesktop method and I have inserted 2 values
> > > that are the Resize of the screen that will be sent over internet.
> > > The screen will be captured, and next resized with your favourite
> > > resolution; the other clients will see your screen at the resolution
> > > you have set.
> >
> > > This is a my own edit, but if can be helpfull for other users or for
> > > the openmeetings team too, i'll be very happy to share this with all.
> >
> > > Giovanni
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "OpenMeetings User" group.
> > > To post to this group, send email to
> openmeetings-u...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > openmeetings-user+unsubscr...@googlegroups.com
> 
> >
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/openmeetings-user?hl=en.
> >
> > --
> > Sebastian
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
> www.laszlo-forum.de
> > seba.wag...@gmail.com
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> > For more options, visit this group athttp://
> groups.google.com/group/openmeetings-user?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Little contribution for screen sharing :-)

2010-04-26 Thread Sebastian Wagner
Hi Giovanni,

the JrDesktop is not used in the RTMP-Viewer.
So you would need to modify
http://openmeetings.googlecode.com/svn/trunk/singlewebapp/src/red5-screenshare/org/red5/screen/webstart/ScreenShare.java

Sebastian

2010/4/26 Giovanni 

> Hi all,
> I have modified the screensharing system for allowing the
> screensharing to all user with a low bandwith.
> I have done this for 2 reasons:
>
> 1) In italy we don't have 90Kb/s for uploading data  :-(
> 2) I think is useless send a scrennshot about 1280x800 pixel (ok,i
> want to show my screen, but not in HD) :-)
>
> so i have modified the JrDesktop method and I have inserted 2 values
> that are the Resize of the screen that will be sent over internet.
> The screen will be captured, and next resized with your favourite
> resolution; the other clients will see your screen at the resolution
> you have set.
>
> This is a my own edit, but if can be helpfull for other users or for
> the openmeetings team too, i'll be very happy to share this with all.
>
> Giovanni
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Update OpenMeetings 1.0 to 1.1 or better

2010-04-26 Thread Sebastian Wagner
Hi,

OpenMeetings can run normaly with this warning(s).

Sebastian

2010/4/26 JOLY Alexandre 

>  Hi,
>
> I have retry to Update my OpenMeetings, i have found an error in Service
> Declaration i have solved it (in fact i have make a back up of
> UserService.aar to Date-UserService.aar and OpenMeetings try to load the two
> UserService...)
>
> But i have reboot again the server and i don't have error in
> openmeetings.log, and not in red5.log
>
> But in red5.log i have this :
>
> 2010-04-26 09:40:10,093 [Launcher:/openmeetings] WARN
> o.h.c.C3P0ConnectionProvider - Both hibernate-style property
> 'hibernate.c3p0.max_size' and c3p0-style property 'c3p0.max_size' have been
> set in hibernate.properties. Hibernate-style property
> 'hibernate.c3p0.max_size' will be used and c3p0-style property
> 'c3p0.max_size' will be ignored!
> 2010-04-26 09:40:10,093 [Launcher:/openmeetings] WARN
> o.h.c.C3P0ConnectionProvider - Both hibernate-style property
> 'hibernate.c3p0.min_size' and c3p0-style property 'c3p0.min_size' have been
> set in hibernate.properties. Hibernate-style property
> 'hibernate.c3p0.min_size' will be used and c3p0-style property
> 'c3p0.min_size' will be ignored!
> 2010-04-26 09:40:10,093 [Launcher:/openmeetings] WARN
> o.h.c.C3P0ConnectionProvider - Both hibernate-style property
> 'hibernate.c3p0.timeout' and c3p0-style property 'c3p0.timeout' have been
> set in hibernate.properties. Hibernate-style property
> 'hibernate.c3p0.timeout' will be used and c3p0-style property 'c3p0.timeout'
> will be ignored!
> 2010-04-26 09:40:10,093 [Launcher:/openmeetings] WARN
> o.h.c.C3P0ConnectionProvider - Both hibernate-style property
> 'hibernate.c3p0.idle_test_period' and c3p0-style property
> 'c3p0.idle_test_period' have been set in hibernate.properties.
> Hibernate-style property 'hibernate.c3p0.idle_test_period' will be used and
> c3p0-style property 'c3p0.idle_test_period' will be ignored!
> 2010-04-26 09:40:10,093 [Launcher:/openmeetings] WARN
> o.h.c.C3P0ConnectionProvider - Both hibernate-style property
> 'hibernate.c3p0.max_statements' and c3p0-style property
> 'c3p0.max_statements' have been set in hibernate.properties. Hibernate-style
> property 'hibernate.c3p0.max_statements' will be used and c3p0-style
> property 'c3p0.max_statements' will be ignored!
>
> It's a problem or OpenMeetings can normaly run with this warning ?
>
> In my OpenMeetings's log i have :
>
> DEBUG 04-26 09:40:07.230 ContextLoggingListener.java 179 80 root [main] -
> Starting up context openmeetings
> DEBUG 04-26 09:40:09.051 ScopeApplicationAdapter.java 2000 144
> org.openmeetings.app.remote.red5.ScopeApplicationAdapter
> [Launcher:/openmeetings] - webAppPath : /RD5PATH/./webapps/openmeetings
> DEBUG 04-26 09:40:09.051 ScopeApplicationAdapter.java 2000 145
> org.openmeetings.app.remote.red5.ScopeApplicationAdapter
> [Launcher:/openmeetings] - batchFileFir :
> /RD5PATH/./webapps/openmeetings/streams/
> DEBUG 04-26 09:40:11.702 EmoticonsManager.java 4651 53
> org.openmeetings.app.remote.red5.EmoticonsManager [Launcher:/openmeetings] -
> # loadEmot completed
>
>
> Thanks a lot.
>
> Inazo | Alexandre
>
>
>
> Le 22.04.2010 18:36, JOLY Alexandre a écrit :
>
> Hi,
>
> Hi check hibernate.cfg.xml, i have add the mapping line missing.
>
> OpenMeeting don't start, but no error in openmeetings.log and red5.log.
>
> Last line in OpenMeetings's log :
>
> DEBUG 04-22 18:24:28.829 Sessionmanagement.java 261878 285
> org.openmeetings.app.data.basic.Sessionmanagement [http-5080-3] - updateUser
> User: 12 || xxx
> DEBUG 04-22 18:24:28.832 Sessionmanagement.java 261881 312
> org.openmeetings.app.data.basic.Sessionmanagement [http-5080-3] - Found
> session to update: xxx userId: 12
> DEBUG 04-22 18:24:28.842 UserService.java 261891 56
> org.openmeetings.axis.services.UserService [http-5080-3] - objName:
> org.openmeetings.app.hibernate.beans.user.Users
>
>
> I have make this step to :
>
> *11) You might have to change or re-import the configurations-table. For
> example the new screen sharing option need to be enabled in the config.*
>
> I have add the line which are missing. Does add missing line or export full
> table and conserve order of line ?
>
> Thanks a lot,
> Best regards,
>
> Alexandre | Inazo.
>
> Le 22.04.2010 17:17, Sebastian Wagner a écrit :
>
> HI
>
> you should check this point here:
> => There is no need to check th

Re: Video Seek Bar

2010-04-23 Thread Sebastian Wagner
hm,  we have already this bar two times on the bottom,
one time with the normal progress
and on bottom the info which user has his microphone turned on at what time.

So what additionally should be added?

Sebastian

2010/4/23 hitte 

> Hi
>
> I want to show the video seek bar at the time of video running like
> any media player
>
> Thanks
> Hitesh
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: How to change the default setting of the webcam size in the audience room?

2010-04-23 Thread Sebastian Wagner
Hi Jack,

you can use the conference room where the videos are smaller by default.

Sebastian

2010/4/21 jack 

> the default size of the webcam in the audience room is so big. Can I
> change somewhere in the application to let it smaller by default?
>
> Thanks,
> jack.
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Don't automatic loading after file converting

2010-04-23 Thread Sebastian Wagner
Hi,

renaming the application requires some more things to change.
Renaming the application dir won't be sufficient.
There is 1 hardcoded string in the ScopeApplicationAdapter that has to be
changed.

I can remember that there are 5 places where you need to edit the name to
make the name change.

Sebastian

2010/4/22 phamvinhduy 
>
> Hi Everyone
>
> I have just installed OM on Windows Server 2003. Everything worked
> fine before I changed URL of OM to: http://x.x.x.x:5080/om
>
> I replaced "Openmeetings" words to "om" in config.xml, red5-
> web.properties, web.xml. After that, I can log in with new URL but
> when I upload file, the screen doesn't load automatically when
> converting finished. So I must press F5 or walk around before get
> back.
>
> Here is my access log:
>
> [21/Apr/2010:19:14:32 -0700] "POST /om/UploadHandler?
>
moduleName=videoconf1&publicSID=a53307010f012c51323d739b0b9f73dc&filename=Asia
> %20Control
> %2Ejpg&parentFolderId=0&room_id=3&sid=511c5998f18a55b5a7b027618b4b63ce
> HTTP/1.1" 200 -
>
> Here is my rẹd log:
>
> 2010-04-21 19:19:05,988 [NioProcessor-1] ERROR
> o.o.a.data.basic.Sessionmanagement - Could not find session to
> update:
>
> Could you help me?
>
>
> --
> You received this message because you are subscribed to the Google Groups
"OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
openmeetings-user+unsubscr...@googlegroups.com
.
> For more options, visit this group at
http://groups.google.com/group/openmeetings-user?hl=en.
>



--
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Update OpenMeetings 1.0 to 1.1 or better

2010-04-22 Thread Sebastian Wagner
HI

you should check this point here:
=> There is no need to check the hibernate.cfg.xml in general, but it might
be useful to check if all tables are still the same, sometime we add new
tables to the scheme that need to be added.

Have a a look at the new hibernate.cfg.xml

There are some new mappings for new tables.
You need to copy those to your current hibernate.cfg.xml


Sebastian

2010/4/22 JOLY Alexandre 

>  In the openemeetings.log i have this for exemple :
>
> ERROR 04-22 16:01:51.465 AppointmentDaoImpl.java 704254 702
> org.openmeetings.app.data.calendar.daos.AppointmentDaoImpl
> [Red5_Scheduler_Worker-7] - Error in getTodaysAppoitmentsForAllUsers :
> java.lang.NullPointerException: null
>
> And a lot of others errors
>
> The firs for time range :
>
> ERROR 04-22 16:00:11.518 HibernateUtil.java 604307 84
> org.openmeetings.app.hibernate.utils.HibernateUtil [Red5_Scheduler_Worker-6]
> - getSessionFactory
> org.hibernate.MappingException: An association from the table users refers
> to an unmapped class: org.openmeetings.app.hibernate.beans.user.UserSipData
>
> I don't have sip table in my database (don't added table which are not in
> old OpenMeetings version)
>
> And one error on red5.log :
>
> ERROR o.a.a.deployment.ServiceDeployer - The UserServ service, which is not
> valid, caused Invalid service. META-INF directory not found.
> org.apache.axis2.deployment.DeploymentException: Invalid service. META-INF
> directory not found.
>
>
> Thanks a lot,
>
> Best regards,
> Alexandre | Inazo.
>
>
> Le 22.04.2010 15:59, Sebastian Wagner a écrit :
>
> You have to have a look at the red5.log and openmeetings.log
>
>
> Sebastian
>
> 2010/4/22 JOLY Alexandre 
>
>>  Hi,
>>
>> Thanks for your respond but i have tried with restored old database.
>>
>> I have restart Update's process but same results.
>>
>> OpenMeetings don't start just show loading, and white screen to finish.
>>
>> I try to Update from 1.0 to 1.1 r3087 it's possible ?
>>
>> Thanks a lot,
>>
>> Best regards,
>> Alexandre | Inazo.
>>
>> Le 22.04.2010 15:05, Sebastian Wagner a écrit :
>>
>> Hi Alexandre,
>>
>> if you follow the Guide you will not need to rename any tables. You export
>> and import the tables including its scheme.
>>
>> Otherwise I would recommend waiting until we have the Complete
>> Exporter/Importer.
>> But you will still have to update to the version where the Complete
>> Exporter/Importer is available with the old instructions.
>>
>> Sebastian
>>
>> 2010/4/22 JOLY Alexandre 
>>
>>> Hi,
>>>
>>> I have tried to do Update's process, but i have break my OpenMeetings...
>>>
>>> I explain, i have follow instruction, copy table and files.
>>>
>>> But in version 1.0 lot of table are modified, or doesn't exists...
>>>
>>> Exemple : "comment" properties in 1.0 is "comment_field" in 1.2
>>>
>>> Same time table are not same properties etc, and i have decided to update
>>> table, add properties, rename comment to comment_field, and add table
>>> missing.
>>>
>>> When i want to start OpenMeetings i see loading bar but it's run 3 or 4
>>> times after i have a white page...
>>>
>>> And i Can't to connect on SOAP now.
>>>
>>>
>>> Thanks a lot,
>>>
>>> Best Regards,
>>>  Alexandre.
>>>
>>> Le 22.04.2010 11:38, Sebastian Wagner a écrit :
>>>
>>>  Hi,
>>>
>>> yes that is the way to do it at the moment.
>>>
>>> I will extend the Export/Import in one of the next Versions so that the
>>> Update-Process is much easier.
>>>
>>>
>>> Sebastian
>>>
>>> 2010/4/22 Mark Rittinghaus 
>>>
>>>> Hello Alexandre,
>>>>
>>>> the update process is discribed in the Wiki of openmeetings:
>>>>
>>>> http://code.google.com/p/openmeetings/wiki/UpdateOpenMeetings
>>>>
>>>> Regards
>>>>
>>>> Mark
>>>>
>>>> On 21 Apr., 11:38, Inazo  wrote:
>>>> > Hello,
>>>> >
>>>> > I need Update my OpenMeetings but i don't have found any post/mail
>>>> > subject on it.
>>>> >
>>>> > Do we make full install for update or just paste new files ? Database
>>>> > need to be Update to ?
>>>> >
>>>> >

Re: Update OpenMeetings 1.0 to 1.1 or better

2010-04-22 Thread Sebastian Wagner
You have to have a look at the red5.log and openmeetings.log


Sebastian

2010/4/22 JOLY Alexandre 

>  Hi,
>
> Thanks for your respond but i have tried with restored old database.
>
> I have restart Update's process but same results.
>
> OpenMeetings don't start just show loading, and white screen to finish.
>
> I try to Update from 1.0 to 1.1 r3087 it's possible ?
>
> Thanks a lot,
>
> Best regards,
> Alexandre | Inazo.
>
> Le 22.04.2010 15:05, Sebastian Wagner a écrit :
>
> Hi Alexandre,
>
> if you follow the Guide you will not need to rename any tables. You export
> and import the tables including its scheme.
>
> Otherwise I would recommend waiting until we have the Complete
> Exporter/Importer.
> But you will still have to update to the version where the Complete
> Exporter/Importer is available with the old instructions.
>
> Sebastian
>
> 2010/4/22 JOLY Alexandre 
>
>>  Hi,
>>
>> I have tried to do Update's process, but i have break my OpenMeetings...
>>
>> I explain, i have follow instruction, copy table and files.
>>
>> But in version 1.0 lot of table are modified, or doesn't exists...
>>
>> Exemple : "comment" properties in 1.0 is "comment_field" in 1.2
>>
>> Same time table are not same properties etc, and i have decided to update
>> table, add properties, rename comment to comment_field, and add table
>> missing.
>>
>> When i want to start OpenMeetings i see loading bar but it's run 3 or 4
>> times after i have a white page...
>>
>> And i Can't to connect on SOAP now.
>>
>>
>> Thanks a lot,
>>
>> Best Regards,
>>  Alexandre.
>>
>> Le 22.04.2010 11:38, Sebastian Wagner a écrit :
>>
>>  Hi,
>>
>> yes that is the way to do it at the moment.
>>
>> I will extend the Export/Import in one of the next Versions so that the
>> Update-Process is much easier.
>>
>>
>> Sebastian
>>
>> 2010/4/22 Mark Rittinghaus 
>>
>>> Hello Alexandre,
>>>
>>> the update process is discribed in the Wiki of openmeetings:
>>>
>>> http://code.google.com/p/openmeetings/wiki/UpdateOpenMeetings
>>>
>>> Regards
>>>
>>> Mark
>>>
>>> On 21 Apr., 11:38, Inazo  wrote:
>>> > Hello,
>>> >
>>> > I need Update my OpenMeetings but i don't have found any post/mail
>>> > subject on it.
>>> >
>>> > Do we make full install for update or just paste new files ? Database
>>> > need to be Update to ?
>>> >
>>> > Thanks a lot,
>>> > Best Regards,
>>> > Inazo | Alexandre.
>>> >
>>> > --
>>> > You received this message because you are subscribed to the Google
>>> Groups "OpenMeetings User" group.
>>> > To post to this group, send email to
>>> openmeetings-u...@googlegroups.com.
>>> > To unsubscribe from this group, send email to
>>> openmeetings-user+unsubscr...@googlegroups.com
>>> .
>>>  > For more options, visit this group athttp://
>>> groups.google.com/group/openmeetings-user?hl=en.
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "OpenMeetings User" group.
>>> To post to this group, send email to openmeetings-u...@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> openmeetings-user+unsubscr...@googlegroups.com
>>> .
>>> For more options, visit this group at
>>> http://groups.google.com/group/openmeetings-user?hl=en.
>>>
>>>
>>
>>
>> --
>> Sebastian Wagner
>> http://www.webbase-design.de
>> http://openmeetings.googlecode.com
>> http://www.laszlo-forum.de
>> seba.wag...@gmail.com
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "OpenMeetings User" group.
>> To post to this group, send email to openmeetings-u...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> openmeetings-user+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/openmeetings-user?hl=en.
>>
>>
>
>
> --
> Sebastian Wagner
> http://www.webbase-design.de
> http://openmeetings.googlecode.com
> http://www.laszlo-forum.de
> seba.wag...@gmail.com
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: screensharing at port 80

2010-04-22 Thread Sebastian Wagner
What do you mean by does not work?
The Screen sharing should switch to RTMPT (so to port 80 in your case) if
the user is connected to the application using rtmpt. (In other words
screensharing should always use the same as audio and video)

As you maybe have seen: Initially the application it will try rtmp 3 times,
if that fails it switches to rtmpt.
If you then later start the screen sharing it will use the same settings as
the main-connection (that is also used to broadcast audio/video).
If it initially suceeds in connecting via rtmp of course screen sharing will
also use rtmp.


Sebastian



2010/4/22 frank 

> Hi Sebastian,
> we used these instruction (http://groups.google.com/group/openmeetings-
> user/msg/f73bd2ada345759d<http://groups.google.com/group/openmeetings-%0Auser/msg/f73bd2ada345759d>)
> and the follow ports:
>
> config.xml
> rtmpport 1935
> rtmpTunnelport 80
> httpport 80
>
> red5.properties
> rtmp.port=1935
> rtmpt.port 80
>
> How i say: audio and video are ok, but screensharing does'n work.
> Frank
>
> On 22 Apr., 14:56, Sebastian Wagner  wrote:
> > Hi Frank,
> >
> > when you change in the red5.properties and config.xml
> > the ports of rtmp and rtmpt
> > audio + video and screensharing will use those.
> >
> > Screensharing does automatically use the same ports as audio and video.
> >
> > Sebastian
> >
> > 2010/4/22 frank 
> >
> >
> >
> > > Hi,
> > > our openmeetings is running on port 80, so we can use it behind a
> > > firewall. Audio and video are ok.
> > > Only screensharing is not working (it works, when the firewallport
> > > 1935 is open). Would it be possible to run screensharing on port 80.
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "OpenMeetings User" group.
> > > To post to this group, send email to
> openmeetings-u...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > openmeetings-user+unsubscr...@googlegroups.com
> 
> >
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/openmeetings-user?hl=en.
> >
> > --
> > Sebastian
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
> www.laszlo-forum.de
> > seba.wag...@gmail.com
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> > For more options, visit this group athttp://
> groups.google.com/group/openmeetings-user?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Update OpenMeetings 1.0 to 1.1 or better

2010-04-22 Thread Sebastian Wagner
Hi Alexandre,

if you follow the Guide you will not need to rename any tables. You export
and import the tables including its scheme.

Otherwise I would recommend waiting until we have the Complete
Exporter/Importer.
But you will still have to update to the version where the Complete
Exporter/Importer is available with the old instructions.

Sebastian

2010/4/22 JOLY Alexandre 

>  Hi,
>
> I have tried to do Update's process, but i have break my OpenMeetings...
>
> I explain, i have follow instruction, copy table and files.
>
> But in version 1.0 lot of table are modified, or doesn't exists...
>
> Exemple : "comment" properties in 1.0 is "comment_field" in 1.2
>
> Same time table are not same properties etc, and i have decided to update
> table, add properties, rename comment to comment_field, and add table
> missing.
>
> When i want to start OpenMeetings i see loading bar but it's run 3 or 4
> times after i have a white page...
>
> And i Can't to connect on SOAP now.
>
>
> Thanks a lot,
>
> Best Regards,
> Alexandre.
>
> Le 22.04.2010 11:38, Sebastian Wagner a écrit :
>
> Hi,
>
> yes that is the way to do it at the moment.
>
> I will extend the Export/Import in one of the next Versions so that the
> Update-Process is much easier.
>
>
> Sebastian
>
> 2010/4/22 Mark Rittinghaus 
>
>> Hello Alexandre,
>>
>> the update process is discribed in the Wiki of openmeetings:
>>
>> http://code.google.com/p/openmeetings/wiki/UpdateOpenMeetings
>>
>> Regards
>>
>> Mark
>>
>> On 21 Apr., 11:38, Inazo  wrote:
>> > Hello,
>> >
>> > I need Update my OpenMeetings but i don't have found any post/mail
>> > subject on it.
>> >
>> > Do we make full install for update or just paste new files ? Database
>> > need to be Update to ?
>> >
>> > Thanks a lot,
>> > Best Regards,
>> > Inazo | Alexandre.
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> Groups "OpenMeetings User" group.
>> > To post to this group, send email to openmeetings-user@googlegroups.com
>> .
>> > To unsubscribe from this group, send email to
>> openmeetings-user+unsubscr...@googlegroups.com
>> .
>>  > For more options, visit this group athttp://
>> groups.google.com/group/openmeetings-user?hl=en.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "OpenMeetings User" group.
>> To post to this group, send email to openmeetings-u...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> openmeetings-user+unsubscr...@googlegroups.com
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/openmeetings-user?hl=en.
>>
>>
>
>
> --
> Sebastian Wagner
> http://www.webbase-design.de
> http://openmeetings.googlecode.com
> http://www.laszlo-forum.de
> seba.wag...@gmail.com
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: screensharing at port 80

2010-04-22 Thread Sebastian Wagner
Hi Frank,

when you change in the red5.properties and config.xml
the ports of rtmp and rtmpt
audio + video and screensharing will use those.

Screensharing does automatically use the same ports as audio and video.


Sebastian

2010/4/22 frank 

> Hi,
> our openmeetings is running on port 80, so we can use it behind a
> firewall. Audio and video are ok.
> Only screensharing is not working (it works, when the firewallport
> 1935 is open). Would it be possible to run screensharing on port 80.
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Update OpenMeetings 1.0 to 1.1 or better

2010-04-22 Thread Sebastian Wagner
Hi,

yes that is the way to do it at the moment.

I will extend the Export/Import in one of the next Versions so that the
Update-Process is much easier.


Sebastian

2010/4/22 Mark Rittinghaus 

> Hello Alexandre,
>
> the update process is discribed in the Wiki of openmeetings:
>
> http://code.google.com/p/openmeetings/wiki/UpdateOpenMeetings
>
> Regards
>
> Mark
>
> On 21 Apr., 11:38, Inazo  wrote:
> > Hello,
> >
> > I need Update my OpenMeetings but i don't have found any post/mail
> > subject on it.
> >
> > Do we make full install for update or just paste new files ? Database
> > need to be Update to ?
> >
> > Thanks a lot,
> > Best Regards,
> > Inazo | Alexandre.
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> > For more options, visit this group athttp://
> groups.google.com/group/openmeetings-user?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: How To Update SOAP function ?

2010-04-20 Thread Sebastian Wagner
hi Alexandre,

in general yes but for this method you need to update more then just the
SOAP Service.
So you will need to update also the main files and the client side.

Sebastian

2010/4/20 Inazo 

> Hello,
>
> I have to work on a OpenMeetings different version i have used for my
> test.
>
> And my problem in this OpenMeetings version i don't have the following
> function : setUserObjectAndGenerateRoomHash
>
> Can we just update SOAP in OpenMeetings ?
>
> Best Regards,
> Alexandre.
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: New Screen sharing RTMP Server

2010-04-19 Thread Sebastian Wagner
hi Giovanni,

no there is no such method, any kind of modification must be made to the
client side.


Sebastian

2010/4/19 Giovanni 

> hi sebastian,
> I'm try to change the method for sharing the desktop.
> In italy we haven't 90Kb/s for uploading the robot.screencapture, so i
> have to change the method for sharing the desktop.
> Now i have changed the client side (the method than Jnlp invoke), but
> i have to change the server side for convert my data sent in a valid
> image for Openmeetings
>
>
> On 19 Apr, 17:29, Sebastian Wagner  wrote:
> > there is no big deal in doing that, it acts like any usual video, it just
> > has some flags in its internal session object that its a screen-sharing
> > video and not just a webcam.
> >
> > Sebastian
> >
> > 2010/4/19 Giovanni 
> >
> >
> >
> >
> >
> > > Hi all,
> > > I'm trying to change the screen capture (Screenshare.java) but i would
> > > know which file java implements the server side application.
> >
> > > Thx
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "OpenMeetings User" group.
> > > To post to this group, send email to
> openmeetings-u...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > openmeetings-user+unsubscr...@googlegroups.com i...@googlegroups.com>
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/openmeetings-user?hl=en.
> >
> > --
> > Sebastian
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
> www.laszlo-forum.de
> > seba.wag...@gmail.com
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> > For more options, visit this group athttp://
> groups.google.com/group/openmeetings-user?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: New Screen sharing RTMP Server

2010-04-19 Thread Sebastian Wagner
there is no big deal in doing that, it acts like any usual video, it just
has some flags in its internal session object that its a screen-sharing
video and not just a webcam.

Sebastian

2010/4/19 Giovanni 

> Hi all,
> I'm trying to change the screen capture (Screenshare.java) but i would
> know which file java implements the server side application.
>
> Thx
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Deleting users

2010-04-16 Thread Sebastian Wagner
In which organization object?
Cause in the Database Mapped Object(s) there is no link to Users:
http://openmeetings.googlecode.com/svn/trunk/singlewebapp/src/app/org/openmeetings/app/hibernate/beans/domain/Organisation.java
http://openmeetings.googlecode.com/svn/trunk/singlewebapp/src/app/org/openmeetings/app/hibernate/beans/domain/Organisation_Users.java

Sebastian

2010/4/16 

> Hi Sebastian,
>
> Sebastian Wagner a écrit :
>
>  hi Thibault,
>>
>> yes records are all just marked as deleted. Otherwise foreign key
>> contraints are violated (Except you are using MySQL MYISAM where there are
>> no foreign keys).
>> So adding a flag to mark as deleted is a common way of doing that.
>> Of course some kind of cron jobs to clean up the database with orphan
>> objects would be a plus for the future but for now we will do it with the
>> flag.
>>
> This is no problem to me, the only strange thing is that we continue to see
> deleted users in the Organisation object.
>
> Thibault
>
>>
>> Sebastian
>>
>> 2010/4/16 mailto:t.lem...@gmail.com>>
>>
>>
>>Hi,
>>
>>When an administrator deletes a user, his entry is not deleted in
>>DB (marked as deleted only). I guess this is because we need to
>>keep track of this user's ressources on the system. Am I right ?
>>
>>Is it for the same reason that the mapping between deleted users
>>and organizations persists after user deletion ?
>>
>>Thanks in advance,
>>Thibault
>>
>>-- You received this message because you are subscribed to the
>> Google
>>Groups "OpenMeetings User" group.
>>To post to this group, send email to
>>openmeetings-user@googlegroups.com
>><mailto:openmeetings-user@googlegroups.com>.
>>
>>To unsubscribe from this group, send email to
>>    
>> openmeetings-user+unsubscr...@googlegroups.com
>>
>> <mailto:openmeetings-user%2bunsubscr...@googlegroups.com
>> >.
>>
>>For more options, visit this group at
>>http://groups.google.com/group/openmeetings-user?hl=en.
>>
>>
>>
>>
>> --
>> Sebastian Wagner
>> http://www.webbase-design.de
>> http://openmeetings.googlecode.com
>> http://www.laszlo-forum.de
>> seba.wag...@gmail.com <mailto:seba.wag...@gmail.com>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "OpenMeetings User" group.
>> To post to this group, send email to openmeetings-u...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> openmeetings-user+unsubscr...@googlegroups.com
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/openmeetings-user?hl=en.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Deleting users

2010-04-16 Thread Sebastian Wagner
hi Thibault,

yes records are all just marked as deleted. Otherwise foreign key contraints
are violated (Except you are using MySQL MYISAM where there are no foreign
keys).
So adding a flag to mark as deleted is a common way of doing that.
Of course some kind of cron jobs to clean up the database with orphan
objects would be a plus for the future but for now we will do it with the
flag.

Sebastian

2010/4/16 

> Hi,
>
> When an administrator deletes a user, his entry is not deleted in DB
> (marked as deleted only). I guess this is because we need to keep track of
> this user's ressources on the system. Am I right ?
>
> Is it for the same reason that the mapping between deleted users and
> organizations persists after user deletion ?
>
> Thanks in advance,
> Thibault
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: JRDesktop and High bandwidth usage

2010-04-15 Thread Sebastian Wagner
hi,

the ScreenSharing does take around 90KByte of upload at the moment.
Problems with bandwidth lead to the described problem => delay in screen
update...

We have no compression, the re-sampling of images on client side would take
too much CPU so for the majority of people that is not possible.

Sebastian

2010/4/15 Giovanni 

> Hi all,
> i have activated the desktop sharing (JRDesktop) and i have set the
> screen_viewer to value 4.
> When i activate the sharing desktop, my upload bandwith go up to 50Kb
> and the sharing is very slow: i have a delay up to 10 seconds from my
> desktop to other viewers.
>
> How can I limit the outgoing bandwidth?
> Can I set a compression system for openmeetings?
>
> thank you.
> Giovanni
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: LDAP module and password recording in DB

2010-04-15 Thread Sebastian Wagner
hi,

okay Thibault I will add this to list of Issues, its a minor change if you
are not aware how to add the config key and param I can do it.

http://code.google.com/p/openmeetings/issues/detail?id=1208

Can you please attached your DIFF with the Patch to it and I will commit it
to the SVN.


Sebastian

2010/4/15 

> Sebastian Wagner a écrit :
>
>  hi,
>>
>>
>> *I think then that this behaviour should be switchable in config: having a
>> parameter that decides weither or not OM falls back to internal DB auth if
>> Ldap is offline.*
>>
>> => adding this param is no problem, you can also make it slightly
>> different:
>> Still populate the password but if the user has turned off the LDAP
>> Feature you set the user to status *disabled*. Disabled users are not able
>> to login via the User-Database of OM.
>>
>
> This is possible but not secure. As a security officer I know that password
> duplication is a bad thing to do as this can decrease the Information System
> overall security level.
>
> For instance, OM is storing  the password in a database: so now it's up to
> the DB admin to secure the DB access.
> ==> Imagine he just doesn't think it contains confidential information,
> this could lead to passwords compromise.
>
> OM stores passwords as MD5 hashes, so it may seem to be secure anyway...
> yes and no... because most of the time passwords are easy to find by small
> derivations of a passwords dictionary.
> Having an MD5 list of passwords is enough to break a good number of
> passwords quickly. A way to increase security would be to use salted MD5
> version of the passwords.
>
> However there is a better approach to security: instead of trying to secure
> the confidential data an application stores, it is better to just store only
> required data. And since passwords are not required for Ldap users in OM
> (unless the "to be invented" sync-ldap-password-to-om parameter is set),
> then it would be better to just not record them.
>
> Thibault
>
>
>
>
>> Sebastian
>>
>> 2010/4/15 mailto:t.lem...@gmail.com>>
>>
>>
>>smoeker a écrit :
>>
>>hola,
>>
>>the original reason for storing the ldap passwd locally (md5
>>encrypted) within OM is to be able to use openMeetings, even
>>if ldap
>>server is maintained/off/not available...
>>
>>
>>That is why usually an Ldap client implementation shoud propose to
>>setup 2 Ldap servers definitions, in order to have one as backup.
>>
>>
>>-> i remember a post, somebody saying its sometimes hard to
>>keep syncd
>>with the Ldap Directory Admin - i agree  with that ;-)
>>
>>I don't understand. What do you mean by this? Can you give an
>>example ?
>>
>>
>>-> this is also the reason for storing the admins password
>>locally  -
>>admin users should always be able to access OM, even if there are
>>compilations with the Ldap Directory Server...
>>
>>Let's narrow down the password duplication to admins only then.
>>
>>Since its always the Ldappassword that has to be correct (in
>>case Ldap
>>is configured)
>>
>>Not for Admins. for admins Ldap authentication is always bypassed.
>>--- in MainService ---
>>// AdminUser werden auf jeden Fall lokal authentifiziert
>>  if(user != null && user.getLevel_id() >=3){
>>  log.debug("User " + usernameOrEmail + " is admin ->
>>local login");
>>  withLdap = false;
>>  }
>>--- ---
>>
>>
>> , its not really duplicated, but stored as fallback
>>(this is working without stopping OM Server).
>>
>>Well, yes it is duplicated then ;-)
>>This method has another pb. It supposes that all authentication
>>systems supported by OM in the future will let OM know the user
>>password which is not always the case.
>>
>>Imagine that someone wants to implement an authentication module
>>to support the Central Authentication Service (CAS). This SSO
>>system works like this:
>>* OM gets a request, and is setup to use CAS, so that it checks if
>>a service ticket (either a cookie or GET param) is set
>>* OM sees no ticket and redirects the client to the CAS server
>>which performs authentication, generate a ticket and redirect the
>>client to OM with teh valid ti

Re: LDAP module and password recording in DB

2010-04-15 Thread Sebastian Wagner
, I found out that once
>>> authenticated, OM records and updates the user's password in its
>>> internal DB.
>>> Why is that ?
>>>
>>> In LdapLoginManagement.java:  in method doLdapLogin
>>>  // Update password (could have changed in LDAP)
>>>  u.setPassword(passwd);
>>>
>>> Since all authentications are done on the LDAP server, I think it is a
>>> bad idea to duplicate the password in OM internal DB.
>>>
>>> Is there another good reason to do this ?
>>>
>>> The only reason I see so far is that in MainService, the loginUser
>>> method fails back to non LDAP authentication if the user has admin
>>> privileges. This also means that even if the user changes his password
>>> in LDAP, his old password recorded to the OM db must be used...
>>>
>>> I think it would be better:
>>> * to set a random password value in the OM's Users tables for the Ldap
>>> users
>>> * set a new parameter in om_ldap that will list admin users for which
>>> LDAP auth must be bypassed (in order to keep a local admin login even if
>>> LDAP is badly configured or unavailable).
>>>
>>> What do you think ?
>>>
>>> Thibault
>>>
>>>
>>
>>
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: LDAP module and password recording in DB

2010-04-15 Thread Sebastian Wagner
hi,

*do you use the user paswword after authentication*
=> no

Sebastian

2010/4/15 

> Sebastian Wagner a écrit :
>
>  hi Oliver and Thibault,
>>
>> It would be important to me that the User-Object is the same everytime the
>> User-Logs in.
>>
> Of course, but do you use the user paswword after authentication ?
>
>
>  Otherwise some of the functionality does not work like personal folders in
>> the Recordings-UI.
>> But from my point of view that is already done with the code Oliver has
>> done.
>>
> Sure, it is done, and must remain the same. My concern is only about the
> user password duplicated on the OM database.
>
>
>> I would suggest that we write the User-id from LDAP in the field:
>>
>> externalUserId of each user
>> and *ldap* or *openldap* or *ad* in the field
>> externalUserType of each user
>> created via LDAP
>>
>> [if there is any User-id from LDAP only of course]
>>
> Yes there is, it's the user DN (Distinguished Name), which is unique per
> Ldap entry inside a given Ldap directory.
> That would be great indeed, and should be simple to implement
>
>>
>>
>> Sebastian
>>
>> 2010/4/15 smoeker mailto:o.beche...@medint.de>>
>>
>>
>>hola,
>>
>>the original reason for storing the ldap passwd locally (md5
>>encrypted) within OM is to be able to use openMeetings, even if ldap
>>server is maintained/off/not available...
>>
>>-> i remember a post, somebody saying its sometimes hard to keep syncd
>>with the Ldap Directory Admin - i agree  with that ;-)
>>-> this is also the reason for storing the admins password locally  -
>>admin users should always be able to access OM, even if there are
>>compilations with the Ldap Directory Server...
>>
>>Since its always the Ldappassword that has to be correct (in case Ldap
>>is configured) , its not really duplicated, but stored as fallback
>>(this is working without stopping OM Server).
>>
>>The userdata should be updated on every successful login , so the db
>>passwd should also always be in sync with the Ldap server. (The only
>>scenario it would fail would be, if LDAP password changes and ldap
>>server is off/not configured in OM, so the local password wouldn't
>>match the current DB password - but coding the fallback for the
>>fallback is not my flavour ;-))
>>
>>i dont think i understand the  random passowrd bypass via config  -how
>>would a OM user authenticate, if Ldap  server is off?
>>
>>
>>see ya
>>
>>Smoeker
>>
>>On 15 Apr., 13:51, t.lem...@gmail.com <mailto:t.lem...@gmail.com>
>>
>>wrote:
>>> Hi,
>>>
>>> While reviewing the ldap authentication module, I found out that
>>once
>>> authenticated, OM records and updates the user's password in its
>>> internal DB.
>>> Why is that ?
>>>
>>> In LdapLoginManagement.java:  in method doLdapLogin
>>>   // Update password (could have changed in LDAP)
>>>   u.setPassword(passwd);
>>>
>>> Since all authentications are done on the LDAP server, I think
>>it is a
>>> bad idea to duplicate the password in OM internal DB.
>>>
>>> Is there another good reason to do this ?
>>>
>>> The only reason I see so far is that in MainService, the loginUser
>>> method fails back to non LDAP authentication if the user has admin
>>> privileges. This also means that even if the user changes his
>>password
>>> in LDAP, his old password recorded to the OM db must be used...
>>>
>>> I think it would be better:
>>> * to set a random password value in the OM's Users tables for
>>the Ldap users
>>> * set a new parameter in om_ldap that will list admin users for
>>which
>>> LDAP auth must be bypassed (in order to keep a local admin login
>>    even if
>>> LDAP is badly configured or unavailable).
>>>
>>> What do you think ?
>>>
>>> Thibault
>>
>>--
>>You received this message because you are subscribed to the Google
>>Groups "OpenMeetings User" group.
>>To post to this group, send email to
>>openmeetings-user@googlegroups.com
>><mailto:openmeetings-user@googlegroups.com>.
>>

Re: Restricted or not ?!?

2010-04-15 Thread Sebastian Wagner
hi Doyle,

yes you can write them down to the Issue tracker.
If you need support in solving those Issues you can either contact us via
this list here,
or if you need somebody to code it you can ask me or other people from the
Freelancers page:
http://code.google.com/p/openmeetings/wiki/Jobs


Sebastian

2010/4/15 doyle 

> Hi Sebastian,
>
> well I updated a few minutes before I wrote my post. Therefore I ´ve
> made a compare from my with the latest repository.
>
> However .. I will reload it this evening again and will see again.
>
> One other thing. For Change "whishes", should I / we use the Issues-
> list ?
>
> Because there where some changes I´d like to have, otherwise I have to
> implement it by myself, and i´m not so a good programmer that I can
> find the whole things in a few minutes, like you do I think.
> (f.e. "Zoomfactor" changeable in the Admin, enable/ disable Userlist /
> Chat for restricted when creating a Romm,  the Whiteboard to "full-
> fit" on the Size of the Clients-size, Chat function in the "Lobby" and
> so on and so on :-) )
>
> best regards,
>
>
>
>
> On 15 Apr., 13:10, Sebastian Wagner  wrote:
> > hi Doyle,
> >
> > you should update your SVN Code to latest, I currently adding permanently
> > fixes to enhance the User List in the Restricted Room.
> > The requirement is to handle 1000 users (at least from a user-list
> rendering
> > point of view)
> > Therefore I have commited a new Grid Component for the User List that
> uses
> > some kind of *paging*. That way it does not really matter if you have 15
> or
> > 150 or 1500 users in the list, rendering time is the same.
> >
> > It should work now, the only remaining things are:
> > - If you resize the browser the list has to be re-rendered. (You will see
> if
> > you enlarge the browser that it will really only render the visible items
> on
> > the list).
> > To prevent this effect the list has to be re-inited every time the
> browser
> > is resized.
> >
> > - If 100 users enter the room at the same time the list should not
> re-render
> > it should just update its virtual list [not sure about that point at the
> > moment cause we order alphabetically]
> >
> > - the info text on the bottom is shown to everybody, only moderators
> should
> > see it.
> >
> > I guess those changes should be ready in the coming days.
> >
> > Sebastian
> >
> > 2010/4/15 doyle 
> >
> >
> >
> >
> >
> > > Hi,
> >
> > > testing the actual Source has shown me something tha made me a  littel
> > > confused.
> >
> > > Creating and entering a restricted room as Moderator (and it doesn´t
> > > matter if you make the room moderated or not), the Mod wil be shown as
> > > User (green Ball), but has full rights on whiteboard etc.
> >
> > > When came the change in this Case ? my last download of the repository
> > > was from 10.april
> >
> > > Or should I post this thing (s) in the Developer Forum ?
> >
> > > best regards,
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "OpenMeetings User" group.
> > > To post to this group, send email to
> openmeetings-u...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > openmeetings-user+unsubscr...@googlegroups.com
> 
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/openmeetings-user?hl=en.
> >
> > --
> > Sebastian
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
> www.laszlo-forum.de
> > seba.wag...@gmail.com- Zitierten Text ausblenden -
> >
> > - Zitierten Text anzeigen -
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: LDAP module and password recording in DB

2010-04-15 Thread Sebastian Wagner
hi Oliver and Thibault,

It would be important to me that the User-Object is the same everytime the
User-Logs in.
Otherwise some of the functionality does not work like personal folders in
the Recordings-UI.
But from my point of view that is already done with the code Oliver has
done.

I would suggest that we write the User-id from LDAP in the field:

externalUserId of each user
and *ldap* or *openldap* or *ad* in the field
externalUserType of each user
created via LDAP

[if there is any User-id from LDAP only of course]


Sebastian

2010/4/15 smoeker 

> hola,
>
> the original reason for storing the ldap passwd locally (md5
> encrypted) within OM is to be able to use openMeetings, even if ldap
> server is maintained/off/not available...
>
> -> i remember a post, somebody saying its sometimes hard to keep syncd
> with the Ldap Directory Admin - i agree  with that ;-)
> -> this is also the reason for storing the admins password locally  -
> admin users should always be able to access OM, even if there are
> compilations with the Ldap Directory Server...
>
> Since its always the Ldappassword that has to be correct (in case Ldap
> is configured) , its not really duplicated, but stored as fallback
> (this is working without stopping OM Server).
>
> The userdata should be updated on every successful login , so the db
> passwd should also always be in sync with the Ldap server. (The only
> scenario it would fail would be, if LDAP password changes and ldap
> server is off/not configured in OM, so the local password wouldn't
> match the current DB password - but coding the fallback for the
> fallback is not my flavour ;-))
>
> i dont think i understand the  random passowrd bypass via config  -how
> would a OM user authenticate, if Ldap  server is off?
>
>
> see ya
>
> Smoeker
>
> On 15 Apr., 13:51, t.lem...@gmail.com wrote:
> > Hi,
> >
> > While reviewing the ldap authentication module, I found out that once
> > authenticated, OM records and updates the user's password in its
> > internal DB.
> > Why is that ?
> >
> > In LdapLoginManagement.java:  in method doLdapLogin
> >   // Update password (could have changed in LDAP)
> >   u.setPassword(passwd);
> >
> > Since all authentications are done on the LDAP server, I think it is a
> > bad idea to duplicate the password in OM internal DB.
> >
> > Is there another good reason to do this ?
> >
> > The only reason I see so far is that in MainService, the loginUser
> > method fails back to non LDAP authentication if the user has admin
> > privileges. This also means that even if the user changes his password
> > in LDAP, his old password recorded to the OM db must be used...
> >
> > I think it would be better:
> > * to set a random password value in the OM's Users tables for the Ldap
> users
> > * set a new parameter in om_ldap that will list admin users for which
> > LDAP auth must be bypassed (in order to keep a local admin login even if
> > LDAP is badly configured or unavailable).
> >
> > What do you think ?
> >
> > Thibault
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Restricted or not ?!?

2010-04-15 Thread Sebastian Wagner
hi Doyle,

you should update your SVN Code to latest, I currently adding permanently
fixes to enhance the User List in the Restricted Room.
The requirement is to handle 1000 users (at least from a user-list rendering
point of view)
Therefore I have commited a new Grid Component for the User List that uses
some kind of *paging*. That way it does not really matter if you have 15 or
150 or 1500 users in the list, rendering time is the same.

It should work now, the only remaining things are:
- If you resize the browser the list has to be re-rendered. (You will see if
you enlarge the browser that it will really only render the visible items on
the list).
To prevent this effect the list has to be re-inited every time the browser
is resized.

- If 100 users enter the room at the same time the list should not re-render
it should just update its virtual list [not sure about that point at the
moment cause we order alphabetically]

- the info text on the bottom is shown to everybody, only moderators should
see it.


I guess those changes should be ready in the coming days.


Sebastian

2010/4/15 doyle 

> Hi,
>
> testing the actual Source has shown me something tha made me a  littel
> confused.
>
> Creating and entering a restricted room as Moderator (and it doesn´t
> matter if you make the room moderated or not), the Mod wil be shown as
> User (green Ball), but has full rights on whiteboard etc.
>
> When came the change in this Case ? my last download of the repository
> was from 10.april
>
> Or should I post this thing (s) in the Developer Forum ?
>
> best regards,
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Windows 2008 or Linux?

2010-04-15 Thread Sebastian Wagner
We have successfully installed on both systems.
We prefer using Debian.
So its up to you to decide what fits best.
A quite good scenario is for example XEN virtualization so that you can
dynamically scale your system up.

Sebastian

2010/4/15 İbrahim ÖZKASAP 

> What are the experience and contrubution to run the openmeetings with
> Windows2008 or Linux?
>
> Any of your response would be appreciate,
>
> Best Regards,
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: RTP / RTSP streaming

2010-04-14 Thread Sebastian Wagner
You can have a look at:
FME (Flash Media Encoder)
ON2 Flix Live
or WireCast


Sebastian


2010/4/14 Dan O 

> Does anyone have some tips or instructions to setup a RTP / RTSP
> camera?
> Basically what I am trying to do is setup a IP camera to sit in a
> metting room to do conferences.
>
> I did look at Xuggle and StreamStream but Java is not really my thing,
> I was not sure what to do with them.
>
> Any help would be great.
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Ldap access beeing slow + proposed Patch

2010-04-14 Thread Sebastian Wagner
Thanks,

Oliver can you review this and verify with your AD implementation?


thanks
Sebastian

2010/4/14 

> Hi,
>
> I'm testing openmeetings with an Ldap connection and it's very slow.
> I've tracked down this issue to beeing a problem in the way openmeetings is
> performing authentication with Ldap.
>
> The getUidCnHashMap method is searching for all users defined in the Ldap
> directory which can return a rather long list of users and attributes.
> ==> On my system this takes 20 seconds !
>
> Since this getUidCnHashMap  seems only used in this doLdapLogin method from
> the LdapLoginManagement class, it would be safe to narrow down the filter
> which is currently hard coded to "objectclass=person", to the exact filter
> used to retrieve the user.
>
> I propose the attached patch, tested on my system using OpenLdap with
> success. It simply adds the ldap_filter to the getUidCnHashMap  method.
>
> Moreover note that trying to read all user entries is a bad idea not only
> because it is slow, uses a lot of memory, but also because the Ldap
> directory can be limitted in the maximum entries that can be read in a
> single search (see sizelimit in opneLdap). Moreover, ActiveDirectory may
> enforce a paging system which required more tricks to run a full Ldap query.
>
> Don't hesitate to comment this patch proposal.
>
> Regards,
> Thibault
>
> Index: src/app/org/openmeetings/app/ldap/LdapLoginManagement.java
> ===
> --- src/app/org/openmeetings/app/ldap/LdapLoginManagement.java  (rÊvision
> 3209)
> +++ src/app/org/openmeetings/app/ldap/LdapLoginManagement.java  (copie de
> travail)
> @@ -238,8 +238,8 @@
>if (ldap_server_type.equalsIgnoreCase("OpenLDAP")) {
>String ldapUserDN = user;
>log.debug("LDAP server is OpenLDAP");
> -   log.debug("LDAP search base" + ldap_search_scope);
> -   HashMap uidCnDictionary =
> lAuth.getUidCnHashMap(ldap_search_scope);
> +   log.debug("LDAP search base: " +
> ldap_search_scope);
> +   HashMap uidCnDictionary =
> lAuth.getUidCnHashMap(ldap_search_scope, ldap_search_filter);
>if (uidCnDictionary.get(user) != null){
>ldapUserDN = uidCnDictionary.get(user) + ","
> + ldap_search_scope;
>log.debug("Authentication with DN:
> "+ldapUserDN);
> @@ -263,7 +263,7 @@
>}
>}
>
> -   // Prüfen, ob user bereits vorhanden ist
> +   // PrīŋŊfen, ob user bereits vorhanden ist
>
>Users u = null;
>
> @@ -518,6 +518,7 @@
>
>// Set him to Default Organisation
>long organisation_id =
> Long.valueOf(Configurationmanagement.getInstance().getConfKey(3,"default_domain_id").getConf_value()).longValue();
> +   log.debug("Adding user '" + newUserId + "' to
> organization '" + organisation_id + "'");
>
>  
> Organisationmanagement.getInstance().addUserToOrganisation(newUserId,organisation_id,
> newUserId, "");
>}
>
> Index: src/app/org/openmeetings/app/ldap/LdapAuthBase.java
> ===
> --- src/app/org/openmeetings/app/ldap/LdapAuthBase.java (rÊvision 3209)
> +++ src/app/org/openmeetings/app/ldap/LdapAuthBase.java (copie de travail)
> @@ -218,14 +218,14 @@
> * @param searchBase
> * @return
> */
> -   public HashMap getUidCnHashMap(String searchBase) {
> +   public HashMap getUidCnHashMap(String searchBase,
> String searchFilter) {
>HashMap uidCnDictionary = new
> HashMap();
>
>SearchControls searchCtls = new SearchControls();
>searchCtls.setSearchScope(SearchControls.SUBTREE_SCOPE);
>NamingEnumeration results = null;
>try {
> -   results = authContext.search(searchBase,
> "objectclass=person",  searchCtls);
> +   results = authContext.search(searchBase,
> searchFilter,  searchCtls);
>while (results.hasMore()) {
>SearchResult searchResult = (SearchResult)
> results.next();
>    String cn = searchResult.getName();
>
> --
> You received this message because you are subscribed to the Google Gro

<    1   2   3   4   5   6   7   8   9   10   >