Re: ScreenCast applet

2010-06-16 Thread 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 trb...@gmail.com 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.



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 o.beche...@medint.de:
 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 trb...@gmail.com 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 under freebsd problem

2010-06-16 Thread Victor Sartori
Hi, I have a howto to install on freebsd, but it is writen  on brazilian 
portuguese.
I can send it for you, or i'll translate it, but you need a little 
patient :)


Same notes

1 - This howto, is not 100% validated, I think he have some 
inconsistencies...

2 - I was used the FreeBSD version 8
3 - For start the openoffice headless, you can use the same commands on 
linux
4 - If you have any question, or if i can help you, please ask my msn on 
email private.



[]'s

Victor


Em 15-06-2010 19:45, ScientEtik escreveu:

i've done next steeps:
1. unzipped
2 in mysql:

   CREATE USER 'openmeetings'@'localhost'  IDENTIFIED BY
'secret_password';
   GRANT  USAGE  ON  *.*  TO  'openmeetings'@'localhost'  IDENTIFIED
BY  'secret_password';
   CREATE  DATABASE  IF  NOT  EXISTS  `openmeetings`;
   GRANT  ALL  PRIVILEGES  ON  `openmeetings`.*  TO
'openmeetings'@'localhost';

3. edited red5/webapps/openmeetings/conf/hibernate.cfg.xml to state:
 property name=connection.usernameopenmeetingsr/
property
 property name=connection.passwordsecret_password/
property

 !-- Database Settings --
 property
name=connection.driver_classcom.mysql.jdbc.Driver/
property
 property
name=dialectorg.hibernate.dialect.MySQLDialect/property
 property name=connection.urljdbc:mysql://localhost/
openmeetings?
autoReconnect=trueamp;useUnicode=trueamp;createDatabaseIfNotExist=trueamp;characterEncoding=utf-8/
property

 property name=hibernate.connection.CharSetutf8/
property
 property
name=hibernate.connection.characterEncodingutf8/property
 property name=hibernate.connection.useUnicodetrue/
property

  4. started red5.sh

log:
[INFO] [http-0.0.0.0-5080-1] org.apache.catalina.core.ContainerBase.
[red5Engine].[0.0.0.0].[/openmeetings] -  Velocity   [warn]
VelocityViewServlet: couldn't find template to match request.
ERROR 06-15 22:29:27.724 Install.java 46009 49
org.openmeetings.servlet.outputhandler.DownloadHandler
[http-0.0.0.0-5080-1] - command equals null
ERROR 06-15 22:29:27.725 Install.java 46010 57
org.openmeetings.servlet.outputhandler.DownloadHandler
[http-0.0.0.0-5080-1] - bb /home/scientetik/openmeetings/red5/webapps/
openmeetings/conf/install.xml
ERROR 06-15 22:29:27.725 Install.java 46010 58
org.openmeetings.servlet.outputhandler.DownloadHandler
[http-0.0.0.0-5080-1] - bb /home/scientetik/openmeetings/red5/webapps/
openmeetings/conf/install.xml
[INFO] [http-0.0.0.0-5080-1] org.apache.catalina.core.ContainerBase.
[red5Engine].[0.0.0.0].[/openmeetings] -  Velocity  [debug]
ResourceManager : found install_welcome_EN.vm with loader
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
[INFO] [http-0.0.0.0-5080-1] org.apache.catalina.core.ContainerBase.
[red5Engine].[0.0.0.0].[/openmeetings] -  Velocity   [info] Null
reference [template 'install_welcome_EN.vm', line 16, column 38] :
$RED5-HOME cannot be resolved.
ERROR 06-15 22:30:50.779 Install.java 129064 107
org.openmeetings.servlet.outputhandler.DownloadHandler
[http-0.0.0.0-5080-1] - do init installation
DEBUG 06-15 22:30:50.784 ImportInitvalues.java 129069 507
org.openmeetings.app.installation.ImportInitvalues
[http-0.0.0.0-5080-1] - Countries ADDED
[INFO] [http-0.0.0.0-5080-1] org.apache.catalina.core.ContainerBase.
[red5Engine].[0.0.0.0].[/openmeetings] -  Velocity  [debug]
ResourceManager : found install_step1_EN.vm with loader
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
DEBUG 06-15 22:31:16.106 Install.java 154391 144
org.openmeetings.servlet.outputhandler.DownloadHandler
[http-0.0.0.0-5080-1] - do init installation
ERROR 06-15 22:31:16.106 Install.java 154391 200
org.openmeetings.servlet.outputhandler.DownloadHandler
[http-0.0.0.0-5080-1] - step 0+ start init with values. my_nick *
mail domain .

I've fount in this group that it's probleb of db connection in many
times..
How can i check db conection ability of openmeeting to db? From mysql
console user is ok. i'm using diablo-jdk-1.6.0.07.02_9 Java
Development Kit 1.6.0_07.02

   


--
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.

#kernel source
pkg_add -r mc (ele instala coisas como o perl, python e outros utilitários, 
além de ser um bom editor de textos)


sysnstall
configure
Distribuitions
src
base
sys

select cd-rom



#java
pkg_add -r lynx 

cd /usr/ports/java/jdk16
make install
desmarque a opcao tzupdate

feito isso ele irá mostrar uma mensagem dizendo que vc precisa fazer o 
download manual de 3 

Re: Installation Instructions

2010-06-16 Thread greenes
Hi REF,

Here is a OpenMeetings  windows xp tutorial...but
it is in spanish:

http://openmeetings-en-espanol.googlegroups.com/web/Openmeetings+en+XP.pdf?gda=3H384UgAAADrdeLvSIawtQwiHB_8RAcOVEFJ7JrEsP1qfU9KlYn0P_3bstFr7WlSDA2jG_tTtOimwwmmjY8lLEkm5GsdcWpfGjVgdwNi-BwrUzBGT2hOzg

greenes

On 15 jun, 22:11, REF robert.edward@gmail.com wrote:
 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.



Re: Installation Instructions

2010-06-16 Thread greenes
...and here is other in Debian etch but is ok for
Ubuntu also...but it is in spanish, you can translate
by Google traductor:

http://liberamemoria.blogspot.com/2008/04/instalacin-de-openmeetings-en-debian.html

Good luck.

On 15 jun, 22:11, REF robert.edward@gmail.com wrote:
 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.



Re: Installation Instructions

2010-06-16 Thread greenes
...here is the same OM spanish windows tutorial but
with pictures:

http://openmeetings-en-espanol.googlegroups.com/web/OpenMeetings_en_XP_con_fotos.pdf?gda=DQl0hlIAAADrdeLvSIawtQwiHB_8RAcOihaw5suIxFL6Zk-2Cfoc6azaUJiAzbo9B98AI0q6q84fS1qJy0myDR8p2DFg-liUVeLt2muIgCMmECKmxvZ2j4IeqPHHCwbz-gobneSjMyEgsc=RylFvRYAAABmO51ZLDQDfxnn7Eef1KjNWvtkd4rrU_nxxF6uRFu3Nw



On 15 jun, 22:11, REF robert.edward@gmail.com wrote:
 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.



Using in a intranet

2010-06-16 Thread 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.