Voice Echo Problem

2010-12-29 Thread Hitesh Choudhary
Hello Seba

Hope you are doing fine as I used openmeetings on your live URL and joined
the room but what I found that there was a echo in the voice when we were
talking to each other and sometimes there was a repetition of own voice

In short, I want to know that what could be the cause of voice echo and how
can we 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.



Re: java.lang problems running red5

2010-12-29 Thread vis_omuser
i think you have installed openjdk,

OpenMeetings requires sun-jre, open-jdk or jre will not work!
http://code.google.com/p/openmeetings/wiki/Ubuntu

On Dec 29, 7:43 pm, William Lindsay  wrote:
> Sebastian, Thanks for getting back to me.
>
> Java 6 is installed
>
> java -version
> java version "1.6.0_23-ea"
> Java(TM) SE Runtime Environment (build 1.6.0_23-ea-b01)
> OpenJDK Client VM (build 19.0-b06, mixed mode, sharing)
>
> and alternatives config:
>
> /usr/sbin/alternatives --config java
>
> There are 2 programs which provide 'java'.
>
>   Selection    Command
> ---
> *  1           /usr/lib/jvm/jre-1.5.0-gcj/bin/java
>  + 2           /usr/java/jdk1.6.0_23/bin/java
>
> Do i need to do the same with javac for it to work?
>
> Thanks for your time.
>
> William

-- 
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: unable to connect to OM when using rtmpt with apache proxy

2010-12-29 Thread vis_omuser
mod_proxy settings are as follows


ProxyRequests Off


Order deny,allow
Allow from all


ProxyPass /openmeetings http://localhost:5080/openmeetings
ProxyPassReverse /openmeetings http://localhost:5080/openmeetings
ProxyPass /open http://localhost:8088/open
ProxyPassReverse /open http://localhost:8088/open
ProxyPass /send http://localhost:8088/send
ProxyPassReverse /send http://localhost:8088/send
ProxyPass /idle http://localhost:8088/idle
ProxyPassReverse /idle http://localhost:8088/idle
ProxyPass /close http://localhost:8088/close
ProxyPassReverse /close http://localhost:8088/close



and in config.xml


80
80
80

and in red5.properties

# HTTP
http.host=0.0.0.0
http.port=5080

# RTMPT
rtmpt.host=0.0.0.0
rtmpt.port=8088

-> at the client side, it tries to connect to 
rtmpt://localhost:80/openmeetings/hibernate
for 3 times and gives error

->in the apache logs, i get
127.0.0.1 - - [30/Dec/2010:10:19:24 +0530] "POST /open/1 HTTP/1.1" 400
34 "-" "Shockwave Flash, Shockwave Flash"

actually these settings are working fine on windows machine, but when
i am trying to run OM on fedora 10 ( with apache httpd - 2.2.14 ) i am
getting the above errors


On Dec 29, 12:30 pm, "seba.wag...@gmail.com" 
wrote:
> What is your mod_proxy settings? You can run that with multiple different
> settings.
> Our Sys-Admin is on holiday but you might contact him afterwards.
>
> Sebastian
>
> 2010/12/29 vis_omuser 
>
>
>
> > i am unable to connect to OM when using rtmpt with apache proxy
>
> > i get the following in the server log
>
> > [WARN] [Red5_Scheduler_Worker-4]
> > org.red5.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from
> > null : 0 to null (in: 0 out 0 ), with id 30512717 due to long
> > handshake
> > [WARN] [Red5_Scheduler_Worker-3]
> > org.red5.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from
> > null : 0 to null (in: 0 out 0 ), with id 18564463 due to long
> > handshake
> > [WARN] [Red5_Scheduler_Worker-1]
> > org.red5.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from
> > null : 0 to null (in: 0 out 0 ), with id 2866043 due to long handshake
>
> > --
> > 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.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: java.lang problems running red5

2010-12-29 Thread William Lindsay
Sebastian, Thanks for getting back to me.

Java 6 is installed

java -version
java version "1.6.0_23-ea"
Java(TM) SE Runtime Environment (build 1.6.0_23-ea-b01)
OpenJDK Client VM (build 19.0-b06, mixed mode, sharing)

and alternatives config:

/usr/sbin/alternatives --config java

There are 2 programs which provide 'java'.

  SelectionCommand
---
*  1   /usr/lib/jvm/jre-1.5.0-gcj/bin/java
 + 2   /usr/java/jdk1.6.0_23/bin/java


Do i need to do the same with javac for it to work?

Thanks for your time.

William

-- 
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: unable to connect to OM when using rtmpt with apache proxy

2010-12-29 Thread seba.wag...@gmail.com
I don't know what this has to do with the initial topic, but it looks like
you have been installiing / importing openmeetings into the same database
twice.

Sebastian

2010/12/29 abderrahim belhaj 

> Hi
> in the compilation a problem in the duplicate links, view pic
> ??
>
>
> 2010/12/29 seba.wag...@gmail.com 
>
>> What is your mod_proxy settings? You can run that with multiple different
>> settings.
>> Our Sys-Admin is on holiday but you might contact him afterwards.
>>
>> Sebastian
>>
>> 2010/12/29 vis_omuser 
>>
>> i am unable to connect to OM when using rtmpt with apache proxy
>>>
>>> i get the following in the server log
>>>
>>> [WARN] [Red5_Scheduler_Worker-4]
>>> org.red5.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from
>>> null : 0 to null (in: 0 out 0 ), with id 30512717 due to long
>>> handshake
>>> [WARN] [Red5_Scheduler_Worker-3]
>>> org.red5.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from
>>> null : 0 to null (in: 0 out 0 ), with id 18564463 due to long
>>> handshake
>>> [WARN] [Red5_Scheduler_Worker-1]
>>> org.red5.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from
>>> null : 0 to null (in: 0 out 0 ), with id 2866043 due to long handshake
>>>
>>>
>>> --
>>> 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.
>>
>
>
>
> --
>
>
> ---2010---
> Abderrahim BELHAJ
>tél: 0661524659
> http://physic9.free.fr
> http://lycee.tice.ma
> http://belhaj.tice.ma
> Intéret : Intégration des TICE dans le système éducatif marocain.
> Président de l'association NTICEF : http://nticef.ift.fr
>
>
>  --
> 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: unable to connect to OM when using rtmpt with apache proxy

2010-12-29 Thread abderrahim belhaj
Hi
in the compilation a problem in the duplicate links, view pic
??


2010/12/29 seba.wag...@gmail.com 

> What is your mod_proxy settings? You can run that with multiple different
> settings.
> Our Sys-Admin is on holiday but you might contact him afterwards.
>
> Sebastian
>
> 2010/12/29 vis_omuser 
>
> i am unable to connect to OM when using rtmpt with apache proxy
>>
>> i get the following in the server log
>>
>> [WARN] [Red5_Scheduler_Worker-4]
>> org.red5.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from
>> null : 0 to null (in: 0 out 0 ), with id 30512717 due to long
>> handshake
>> [WARN] [Red5_Scheduler_Worker-3]
>> org.red5.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from
>> null : 0 to null (in: 0 out 0 ), with id 18564463 due to long
>> handshake
>> [WARN] [Red5_Scheduler_Worker-1]
>> org.red5.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from
>> null : 0 to null (in: 0 out 0 ), with id 2866043 due to long handshake
>>
>>
>> --
>> 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.
>



-- 


---2010---
Abderrahim BELHAJ
   tél: 0661524659
http://physic9.free.fr
http://lycee.tice.ma
http://belhaj.tice.ma
Intéret : Intégration des TICE dans le système éducatif marocain.
Président de l'association NTICEF : http://nticef.ift.fr

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

<>