Re: [openmeetings-user] BUG? I only see my picture (SOAP)

2011-10-19 Thread seba.wag...@gmail.com
I will have to look at this issue a bit more detailed. That will take some time.

Sebastian

2011/10/17 Richard Krieger richard.krie...@gmx.net:
 my version is 1.8.4

 --
 You received this message because you are subscribed to the Google Groups
 OpenMeetings User group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/openmeetings-user/-/3ZWVJhGKnbUJ.
 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 at
 http://groups.google.com/group/openmeetings-user?hl=en.




-- 
Sebastian Wagner
http://www.openmeetings.de
http://www.webbase-design.de
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-user@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-user] Need to know bandwidth of server during meeting

2011-10-19 Thread nages...@cisinlabs.com
Hello  All

i am using centos sever for openmeeting , i just need to know the
calculation of Bandwidth consumption on server during meeting .

i have 4 case

1) Audio Meeting
2) Audio + Video Meeting
3) Audio + Screen sharing Meeting
4) Audio  + Video + Screen sharing Meeting

pls anybody help me to know required bandwidth i  need on server, to
perform all above 4 Meeting case.


Thanks in advance

Best Regards

Nagesh


-- 
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 at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: [openmeetings-user] BUG? I only see my picture (SOAP)

2011-10-19 Thread Richard Krieger
thank you

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/f-y3iywixXgJ.
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 at 
http://groups.google.com/group/openmeetings-user?hl=en.



[openmeetings-user] Re: getRoombyId : Userlevel-1 not allowed

2011-10-19 Thread es
OM-Version: 1_6_2_r3675

It does not happen constantly but sometimes (it is not clear to me
under which exact circumstances).

There are many users concurrently entering/using the system via the
WebService interface as described below (all logging in as the main
admin). Maybe this could cause a problem here?

Thanks!


On 12 Okt., 15:54, seba.wag...@gmail.com seba.wag...@gmail.com
wrote:
 What version are you using of OpenMeetings?

 ERROR 08-10 10:14:52.497 Roommanagement.java 530336238 164
 org.openmeetings.app.data.conference.Roommanagement [http-0.0.0.0-80-42] -
 getRoombyId : Userlevel-1 not allowed

 The error is rather strange cause actually userlevel 1 is allowed to do the
 action to getRoomById and the check method does exactly check for that.

 Does the error happen constantly or only in certain situations?
 Maybe on startup of the server or something like that?

 Sebastian

 2011/10/12 es eugen.st...@gmail.com









  Hi,

  there is sometimes an error occuring after logging someone into
  OpenMeetings via webservice.
  I'm roughly doing the following:
  1. sessionId = userService.getSession().getSession_id()
  2. userService.loginUser(sessionId, adminLogin, adminPassword)
  3. XYZ = userService.setUserObjectAndGenerateRoomHash(sessionId,
                                         login,
                                         name,
                                         name2,
                                         ,
                                         email,
                                         id,
                                         SYSTEM,
                                         roomId,
                                         moderatorFlag,
                                         new Integer(0));
  4. Call the URL: .../openmeetings/?secureHash=XYZ

  An error is occuring when trying to load the room (last line in
  below's log). What am I doing wrong?
  Is it possible that the user is not assigned a new id early enough?
  Is it possible that it happens only when users are logged in
  concurrently that way?

  Any help is greatly appreciated! :-)

  
  DEBUG 08-10 10:14:37.552 Sessionmanagement.java 530321293 313
  org.openmeetings.app.data.basic.Sessionmanagement [http-0.0.0.0-80-58]
  - Found session to update: dbd67a16baf0e64ed1ce64f54915c12c userId: 2
  [...]
  DEBUG 08-10 10:14:45.352 ScopeApplicationAdapter.java 530329093 187
  org.openmeetings.app.remote.red5.ScopeApplicationAdapter
  [http-0.0.0.0-80-58] - roomJoin :
  DEBUG 08-10 10:14:45.352 ScopeApplicationAdapter.java 530329093 195
  org.openmeetings.app.remote.red5.ScopeApplicationAdapter
  [http-0.0.0.0-80-58] - ### Client connected to OpenMeetings, register
  Client StreamId: 1469 scope hibernate
  [...]
  DEBUG 08-10 10:14:51.265 Sessionmanagement.java 530335006 397
  org.openmeetings.app.data.basic.Sessionmanagement [http-0.0.0.0-80-19]
  - updateUser User: -1 || f6215b3a7ab69db81691283c68f49929
  DEBUG 08-10 10:14:51.265 Sessionmanagement.java 530335006 424
  org.openmeetings.app.data.basic.Sessionmanagement [http-0.0.0.0-80-19]
  - Found session to update: f6215b3a7ab69db81691283c68f49929 userId: -1
  DEBUG 08-10 10:14:51.280 Usermanagement.java 530335021 1477
  org.openmeetings.app.data.user.Usermanagement [http-0.0.0.0-80-19] -
  Usermanagement.getUserById
  DEBUG 08-10 10:14:51.764 MainService.java 530335505 418
  org.openmeetings.app.remote.MainService [http-0.0.0.0-80-42] -
  ### secureLoginByRemote 37a4015fde80c30e062dddc99d6ad9e0
  DEBUG 08-10 10:14:51.764 MainService.java 530335505 423
  org.openmeetings.app.remote.MainService [http-0.0.0.0-80-42] - swfURL
  194.127.5.169
  DEBUG 08-10 10:14:51.811 MainService.java 530335552 541
  org.openmeetings.app.remote.MainService [http-0.0.0.0-80-42] -
  userObject.getUsername(), userObject.getFirstname(),
  userObject.getLastname() s2379, Christos, Angelidis
  DEBUG 08-10 10:14:51.811 MainService.java 530335552 550
  org.openmeetings.app.remote.MainService [http-0.0.0.0-80-42] -
  userObject.getExternalUserId() -1- 66047
  DEBUG 08-10 10:14:51.811 MainService.java 530335552 583
  org.openmeetings.app.remote.MainService [http-0.0.0.0-80-42] -
  userObject.getExternalUserId() -2- 42
  DEBUG 08-10 10:14:51.811 MainService.java 530335552 589
  org.openmeetings.app.remote.MainService [http-0.0.0.0-80-42] - UPDATE
  USER BY STREAMID 1469
  DEBUG 08-10 10:14:52.216 MainService.java 530335957 144
  org.openmeetings.app.remote.MainService [http-0.0.0.0-80-69] -
  getCurrentRoomClient -1- f6215b3a7ab69db81691283c68f49929
  DEBUG 08-10 10:14:52.216 MainService.java 530335957 145
  org.openmeetings.app.remote.MainService [http-0.0.0.0-80-69] -
  getCurrentRoomClient -2- 1469
  ERROR 08-10 10:14:52.497 Roommanagement.java 530336238 164
  org.openmeetings.app.data.conference.Roommanagement
  [http-0.0.0.0-80-42] - getRoombyId : Userlevel-1 not allowed
  

  --
  You received this message because you are subscribed to the Google Groups
  

Re: [openmeetings-user] Re: getRoombyId : Userlevel-1 not allowed

2011-10-19 Thread seba.wag...@gmail.com
How many users?

I think we made tests up to 100 people entering the room at the same
second, however we could re-implement a test for that.

Please also use the latest version 1.8.4. There are major changes, we
cannot make tests for 1.6.2.
The SOAP API of v1.6.2 should work 1:1 that same for v1.8.4. So you
should not have issues in upgrading.

Sebastian

2011/10/19 es eugen.st...@gmail.com:
 OM-Version: 1_6_2_r3675

 It does not happen constantly but sometimes (it is not clear to me
 under which exact circumstances).

 There are many users concurrently entering/using the system via the
 WebService interface as described below (all logging in as the main
 admin). Maybe this could cause a problem here?

 Thanks!


 On 12 Okt., 15:54, seba.wag...@gmail.com seba.wag...@gmail.com
 wrote:
 What version are you using of OpenMeetings?

 ERROR 08-10 10:14:52.497 Roommanagement.java 530336238 164
 org.openmeetings.app.data.conference.Roommanagement [http-0.0.0.0-80-42] -
 getRoombyId : Userlevel-1 not allowed

 The error is rather strange cause actually userlevel 1 is allowed to do the
 action to getRoomById and the check method does exactly check for that.

 Does the error happen constantly or only in certain situations?
 Maybe on startup of the server or something like that?

 Sebastian

 2011/10/12 es eugen.st...@gmail.com









  Hi,

  there is sometimes an error occuring after logging someone into
  OpenMeetings via webservice.
  I'm roughly doing the following:
  1. sessionId = userService.getSession().getSession_id()
  2. userService.loginUser(sessionId, adminLogin, adminPassword)
  3. XYZ = userService.setUserObjectAndGenerateRoomHash(sessionId,
                                         login,
                                         name,
                                         name2,
                                         ,
                                         email,
                                         id,
                                         SYSTEM,
                                         roomId,
                                         moderatorFlag,
                                         new Integer(0));
  4. Call the URL: .../openmeetings/?secureHash=XYZ

  An error is occuring when trying to load the room (last line in
  below's log). What am I doing wrong?
  Is it possible that the user is not assigned a new id early enough?
  Is it possible that it happens only when users are logged in
  concurrently that way?

  Any help is greatly appreciated! :-)

  
  DEBUG 08-10 10:14:37.552 Sessionmanagement.java 530321293 313
  org.openmeetings.app.data.basic.Sessionmanagement [http-0.0.0.0-80-58]
  - Found session to update: dbd67a16baf0e64ed1ce64f54915c12c userId: 2
  [...]
  DEBUG 08-10 10:14:45.352 ScopeApplicationAdapter.java 530329093 187
  org.openmeetings.app.remote.red5.ScopeApplicationAdapter
  [http-0.0.0.0-80-58] - roomJoin :
  DEBUG 08-10 10:14:45.352 ScopeApplicationAdapter.java 530329093 195
  org.openmeetings.app.remote.red5.ScopeApplicationAdapter
  [http-0.0.0.0-80-58] - ### Client connected to OpenMeetings, register
  Client StreamId: 1469 scope hibernate
  [...]
  DEBUG 08-10 10:14:51.265 Sessionmanagement.java 530335006 397
  org.openmeetings.app.data.basic.Sessionmanagement [http-0.0.0.0-80-19]
  - updateUser User: -1 || f6215b3a7ab69db81691283c68f49929
  DEBUG 08-10 10:14:51.265 Sessionmanagement.java 530335006 424
  org.openmeetings.app.data.basic.Sessionmanagement [http-0.0.0.0-80-19]
  - Found session to update: f6215b3a7ab69db81691283c68f49929 userId: -1
  DEBUG 08-10 10:14:51.280 Usermanagement.java 530335021 1477
  org.openmeetings.app.data.user.Usermanagement [http-0.0.0.0-80-19] -
  Usermanagement.getUserById
  DEBUG 08-10 10:14:51.764 MainService.java 530335505 418
  org.openmeetings.app.remote.MainService [http-0.0.0.0-80-42] -
  ### secureLoginByRemote 37a4015fde80c30e062dddc99d6ad9e0
  DEBUG 08-10 10:14:51.764 MainService.java 530335505 423
  org.openmeetings.app.remote.MainService [http-0.0.0.0-80-42] - swfURL
  194.127.5.169
  DEBUG 08-10 10:14:51.811 MainService.java 530335552 541
  org.openmeetings.app.remote.MainService [http-0.0.0.0-80-42] -
  userObject.getUsername(), userObject.getFirstname(),
  userObject.getLastname() s2379, Christos, Angelidis
  DEBUG 08-10 10:14:51.811 MainService.java 530335552 550
  org.openmeetings.app.remote.MainService [http-0.0.0.0-80-42] -
  userObject.getExternalUserId() -1- 66047
  DEBUG 08-10 10:14:51.811 MainService.java 530335552 583
  org.openmeetings.app.remote.MainService [http-0.0.0.0-80-42] -
  userObject.getExternalUserId() -2- 42
  DEBUG 08-10 10:14:51.811 MainService.java 530335552 589
  org.openmeetings.app.remote.MainService [http-0.0.0.0-80-42] - UPDATE
  USER BY STREAMID 1469
  DEBUG 08-10 10:14:52.216 MainService.java 530335957 144
  org.openmeetings.app.remote.MainService [http-0.0.0.0-80-69] -
  getCurrentRoomClient -1- f6215b3a7ab69db81691283c68f49929
  DEBUG 08-10 

[openmeetings-user] Add users in bulk in openmeetings.

2011-10-19 Thread Anand Ayyappan
Good Day,

Is there any method to add users in bulk in openmeetings.

Thanks

Anand Ayyappan


Formal education will make you a living; self-education will make you a
fortune. - Jim Rohn

Visit http://indya.co to post classifieds for free

http://www.mozilla.com/?from=sfxuid=165364t=557

-- 
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 at 
http://groups.google.com/group/openmeetings-user?hl=en.



[openmeetings-user] Re: rtl in chat room

2011-10-19 Thread Gadi
Hi Sebastian,

Is there any progress with rtl problem?

Thanx Again
Gadi

On Oct 4, 1:31 pm, seba.wag...@gmail.com seba.wag...@gmail.com
wrote:
 Hi Gadi,

 we will fix it as soon as possible.

 Sebastian

 2011/10/2 Gadi gadid...@gmail.com









  Dear Sebstian,

  Can you please fix the RTL problem in the chat room, I will be
  glad ,we want to use openmeeting test pilot.

  Thanx Again
  Gadi

  --
  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 at
 http://groups.google.com/group/openmeetings-user?hl=en.

 --
 Sebastian 
 Wagnerhttp://www.openmeetings.dehttp://www.webbase-design.dehttp://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-user@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-user] Re: Calendar Add Event fails

2011-10-19 Thread Holger
I'm getting exactly the same here. Plus, often the Event details box
shows up with a lot of the input fields missing - I need to close and
re-open it a number of times to get it to actually display everything.
This is in version 1.8.4.

Best regards,
Holger

On Sep 22, 10:19 am, seba.wag...@gmail.com seba.wag...@gmail.com
wrote:
 Thanks for the report Alvin,

 we will need to review it.

 Sebastian

 2011/9/21 aalimbuyug...@bellsouth.net aalimbuyug...@bellsouth.net:









  Good afternoon.

  I have OM 1.8.1 r4260 running on my machine and just tried adding an
  event in thecalendar. I was able to modify the text for the event
  name, description, and was able to add attendees. However, when I
  tried to save the event, I lost connection to the server with the
  error dialog message The connection to the server has been lost. The
  error log shows the following:

  2011-09-21 11:50:12,546 [NioProcessor-1] ERROR
  o.r.server.service.ServiceInvoker - Error executing call: Service:
  calendarservice Method: saveAppointment Num Params: 16 0:
  8e86dcc10ae2199c91180ae4479b759a 1: Test Event Only 2:  3: Test only
  4: Wed Sep 21 13:00:00 EDT 2011 5: Wed Sep 21 14:00:00 EDT 2011 6:
  false 7: false 8: false 9: false 10: 1 11: 3 12: [{meetingMemberId=0,
  email=alvin.alimbuyug...@dornc.com, jNameTimeZone=Etc/GMT-5, userId=0,
  lastname=Last Name, firstname=First Name}] 13: NaN 14:
 http://localhost:5080/openmeetings/15: 1
  2011-09-21 11:50:12,546 [NioProcessor-1] ERROR
  o.r.server.service.ServiceInvoker - Service invocation error
  java.lang.IllegalArgumentException: argument type mismatch
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:
  1.6.0_27]
         at
  sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
  39) ~[na:1.6.0_27]
         at
  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp 
  l.java:
  25) ~[na:1.6.0_27]
         at java.lang.reflect.Method.invoke(Method.java:597) ~[na:1.6.0_27]
         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:
  163) [red5.jar:na]
         at org.red5.server.net.rtmp.RTMPHandler.onInvoke(RTMPHandler.java:
  410) [red5.jar:na]
         at
  org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived(BaseRTMPHandler.ja 
  va:
  134) [red5.jar:na]
         at
  org.red5.server.net.rtmp.RTMPMinaIoHandler.messageReceived(RTMPMinaIoHandle 
  r.java:
  206) [red5.jar:na]
         at org.apache.mina.core.filterchain.DefaultIoFilterChain
  $TailFilter.messageReceived(DefaultIoFilterChain.java:716) [mina-
  core-2.0.2.jar:na]
         at
  org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceiv 
  ed(DefaultIoFilterChain.java:
  434) [mina-core-2.0.2.jar:na]
         at org.apache.mina.core.filterchain.DefaultIoFilterChain.access
  $1200(DefaultIoFilterChain.java:46) [mina-core-2.0.2.jar:na]
         at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl
  $1.messageReceived(DefaultIoFilterChain.java:796) [mina-
  core-2.0.2.jar:na]
         at org.apache.mina.filter.codec.ProtocolCodecFilter
  $ProtocolDecoderOutputImpl.flush(ProtocolCodecFilter.java:427) [mina-
  core-2.0.2.jar:na]
         at
  org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(ProtocolCo 
  decFilter.java:
  245) [mina-core-2.0.2.jar:na]
         at
  org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceiv 
  ed(DefaultIoFilterChain.java:
  434) [mina-core-2.0.2.jar:na]
         at org.apache.mina.core.filterchain.DefaultIoFilterChain.access
  $1200(DefaultIoFilterChain.java:46) [mina-core-2.0.2.jar:na]
         at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl
  $1.messageReceived(DefaultIoFilterChain.java:796) [mina-
  core-2.0.2.jar:na]
         at
  org.red5.server.net.rtmpe.RTMPEIoFilter.messageReceived(RTMPEIoFilter.java:
  125) [red5.jar:na]
         at
  org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceiv 
  ed(DefaultIoFilterChain.java:
  434) [mina-core-2.0.2.jar:na]
         at org.apache.mina.core.filterchain.DefaultIoFilterChain.access
  $1200(DefaultIoFilterChain.java:46) [mina-core-2.0.2.jar:na]
         at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl
  $1.messageReceived(DefaultIoFilterChain.java:796) [mina-
  core-2.0.2.jar:na]
         at
  org.apache.mina.core.filterchain.IoFilterAdapter.messageReceived(IoFilterAd 
  apter.java:
  119) [mina-core-2.0.2.jar:na]
         at
  org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceiv 
  ed(DefaultIoFilterChain.java:
  434) [mina-core-2.0.2.jar:na]
         at
  org.apache.mina.core.filterchain.DefaultIoFilterChain.fireMessageReceived(D 
  efaultIoFilterChain.java:
  426) [mina-core-2.0.2.jar:na]
      

[openmeetings-user] Re: Add users in bulk in openmeetings.

2011-10-19 Thread Anand Ayyappan
Is it not possible
Thanks

Anand Ayyappan


Formal education will make you a living; self-education will make you a
fortune. - Jim Rohn

Visit http://indya.co to post classifieds for free

http://www.mozilla.com/?from=sfxuid=165364t=557


On Wed, Oct 19, 2011 at 5:49 PM, Anand Ayyappan anandayyap...@gmail.comwrote:

 Good Day,

 Is there any method to add users in bulk in openmeetings.

 Thanks

 Anand Ayyappan


 Formal education will make you a living; self-education will make you a
 fortune. - Jim Rohn

 Visit http://indya.co to post classifieds for free

 http://www.mozilla.com/?from=sfxuid=165364t=557


-- 
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 at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: [openmeetings-user] Re: Add users in bulk in openmeetings.

2011-10-19 Thread seba.wag...@gmail.com
you can write use the SOAP / REST API to bulk insert users
or you can manipulate an exported ZIP to insert more users (advanced)
or you can directly edit the tables in the database and insert a bulk (very
advanced cause you need to know how to initialize the user records
correctly)

So the best approach would be to write some SOAP Calls that add the Users.

Sebastian


2011/10/19 Anand Ayyappan anandayyap...@gmail.com

 Is it not possible

 Thanks

 Anand Ayyappan


 Formal education will make you a living; self-education will make you a
 fortune. - Jim Rohn

 Visit http://indya.co to post classifieds for free

 http://www.mozilla.com/?from=sfxuid=165364t=557


 On Wed, Oct 19, 2011 at 5:49 PM, Anand Ayyappan 
 anandayyap...@gmail.comwrote:

 Good Day,

 Is there any method to add users in bulk in openmeetings.

 Thanks

 Anand Ayyappan


 Formal education will make you a living; self-education will make you a
 fortune. - Jim Rohn

 Visit http://indya.co to post classifieds for free

 http://www.mozilla.com/?from=sfxuid=165364t=557


  --
 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 at
 http://groups.google.com/group/openmeetings-user?hl=en.




-- 
Sebastian Wagner
http://www.openmeetings.de
http://www.webbase-design.de
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-user@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-user] Re: PDF bug

2011-10-19 Thread pcsomm
it is selected but i cannot change the position.
it works with most file types but problems occur with PDF and PPT
files.
i created one example on the demo server in room our test room on
Zeichenbrett 736.

i found one more bug in the arrow funcionality:
when you put an arrow on the right side of the whiteboard, the arrow
is put wrong on the whiteboard (position and direction failure).
see public video bug arrow on demo server.

On 12 Okt., 19:24, seba.wag...@gmail.com seba.wag...@gmail.com
wrote:
 I don't see this problem,
 I have generated a demo video:http://www.youtube.com/watch?v=vCxxzNTvyb0

 Maybe you had to reselect the selection tool again to be able to select the
 image?

 Sebastian

 2011/10/11 pcsomm pcsommerh...@yahoo.de









  yes, you can't select images anymore which is necessary to move them
  from one position of the whiteboard to another (drag  drop).

  On 11 Okt., 17:17, seba.wag...@gmail.com seba.wag...@gmail.com
  wrote:
   Waht do you mean by *moveable* ?
   You can't select them or?

   Sebastian

   2011/10/11 pcsomm pcsommerh...@yahoo.de

when you add a PDF to the whiteboard, no images are moveable anymore.
you can see the bug also inhttp://demo.openmeetings.de/openmeetings

fixing this would be nice :-)

--
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 at
   http://groups.google.com/group/openmeetings-user?hl=en.

   --
   Sebastian
  Wagnerhttp://www.openmeetings.dehttp://www.webbase-design.dehttp://
 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-user@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.openmeetings.dehttp://www.webbase-design.dehttp://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-user@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-user] Re: RTMPS

2011-10-19 Thread nexus
Sorry for the late reply, but I'm glad you got it working. I just put
the HTTPS part in case you wanted it, but like Sebastian said it is
not needed since little data is transferred over HTTP. I don't use it
myself for openmeetings, but have used for other projects such as
using a Java-PHP bridge in Red5.

On Oct 18, 8:54 am, seba.wag...@gmail.com seba.wag...@gmail.com
wrote:
 If you are using RTMPS the password from the OpenMeetings client to the
 server is already encrypted.
 RTMPS is used not only for the video part but also for all DATA
 laoding/RPC/RMI like calls.

 The only additional thing you will encrypt by using HTTPS instead of HTTP is
 sending profile images, download/pload documents and loading the SWF/html
 file with the application from the server encrypted.

 Sebastian

 2011/10/18 Holger Rabbach (ICT) holger.rabb...@om.org





   Hi Ed,

  ** **

  All I really did was follow the instructions in the document attached to
  issue 1543 in the issue tracker (and apply some manual “error correction” to
  it). I’m still running the HTTP part unencrypted at the moment, but plan to
  switch to HTTPS soon - I guess that should also close the unencrypted
  password gap.

  ** **

  Best regards,

  Holger

  ** **

  [image: Description: holger-rabbach]

  ** **

  *From:* openmeetings-user@googlegroups.com [mailto:
  openmeetings-user@googlegroups.com] *On Behalf Of *dormiti...@gmx.de
  *Sent:* Dienstag, 18. Oktober 2011 12:26
  *To:* openmeetings-user@googlegroups.com
  *Subject:* Re: [openmeetings-user] Re: RTMPS

  ** **

  Hello Holger,

   

  congratulations, you got it working. 

  We also tried to secure the use of openmeetings with RTMPS for our
  schoolnetwork, but our work failed. So, for example, the ldap password is
  submitted unencrypted. :-(

   

  Could you write down - from the beginning to the end - how you got it
  working. 

  It would be so helpful.

  In the moment, there are so much places with partial informations and the
  last pice of the chain is always missing.

   

  Thanks in advance.

   

  Greatings

   

  Ed

  --
  You received this message because you are subscribed to the Google Groups
  OpenMeetings User group.
  To view this discussion on the web visit
 https://groups.google.com/d/msg/openmeetings-user/-/ibkIud3kMVEJ.
  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 at
 http://groups.google.com/group/openmeetings-user?hl=en.

  --
  OM International Limited - Unit B Clifford Court, Cooper Way - Carlisle CA3
  0JG - United Kingdom
  Charity reg no: 1112655 - Company reg no: 5649412 (England and Wales)

  --
  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 at
 http://groups.google.com/group/openmeetings-user?hl=en.

 --
 Sebastian 
 Wagnerhttp://www.openmeetings.dehttp://www.webbase-design.dehttp://www.wagner-sebastian.com
 seba.wag...@gmail.com

  image001.jpg
 28KViewDownload- Hide quoted text -

 - Show quoted text -

-- 
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 at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: [openmeetings-user] Re: PDF bug

2011-10-19 Thread seba.wag...@gmail.com
You should download the avi atherwise somebody will delete it soon.

I will check the video as soon as possible.

Sebastian
Am 19.10.2011 18:28 schrieb pcsomm pcsommerh...@yahoo.de:

 it is selected but i cannot change the position.
 it works with most file types but problems occur with PDF and PPT
 files.
 i created one example on the demo server in room our test room on
 Zeichenbrett 736.

 i found one more bug in the arrow funcionality:
 when you put an arrow on the right side of the whiteboard, the arrow
 is put wrong on the whiteboard (position and direction failure).
 see public video bug arrow on demo server.

 On 12 Okt., 19:24, seba.wag...@gmail.com seba.wag...@gmail.com
 wrote:
  I don't see this problem,
  I have generated a demo video:http://www.youtube.com/watch?v=vCxxzNTvyb0
 
  Maybe you had to reselect the selection tool again to be able to select
the
  image?
 
  Sebastian
 
  2011/10/11 pcsomm pcsommerh...@yahoo.de
 
 
 
 
 
 
 
 
 
   yes, you can't select images anymore which is necessary to move them
   from one position of the whiteboard to another (drag  drop).
 
   On 11 Okt., 17:17, seba.wag...@gmail.com seba.wag...@gmail.com
   wrote:
Waht do you mean by *moveable* ?
You can't select them or?
 
Sebastian
 
2011/10/11 pcsomm pcsommerh...@yahoo.de
 
 when you add a PDF to the whiteboard, no images are moveable
anymore.
 you can see the bug also inhttp://
demo.openmeetings.de/openmeetings
 
 fixing this would be nice :-)
 
 --
 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 at
http://groups.google.com/group/openmeetings-user?hl=en.
 
--
Sebastian
   Wagnerhttp://www.openmeetings.dehttp://www.webbase-design.dehttp://
  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-user@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.openmeetings.dehttp://www.webbase-design.dehttp://
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-user@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-user@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-user] OpenMeetings Moodle Mod 1.3 released

2011-10-19 Thread seba.wag...@gmail.com
Hi,

*Changes in OpenMeetings Moodle Mod 1.3 (released on Wednesday 19.10.2011)*

   - Fix UTF8 problem
   - Add Russian language to Moodle Plugin room-configuration form

The plugin is also in the official Moodle Plugin directory:
http://moodle.org/plugins/pluginversions.php?plugin=mod_openmeetings

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

Changelog:
http://code.google.com/p/openmeetings/wiki/ChangeLog

Sebastian

-- 
Sebastian Wagner
http://www.openmeetings.de
http://www.webbase-design.de
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-user@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.