Re: [GnomeMeeting-devel-list] Happy New Year 2006 !

2006-01-04 Thread Damien Sandras
Le mercredi 04 janvier 2006 à 10:41 +0100, Javier sixto a écrit :
 Hello,
 
 I was testing lastest Version 2 CVS snapshots from breezy repo, and it
 works great !
 But I have some problems to report, here there are :
 
 - Hanging up : on sip calls hanging up is very slow, sometimes i wait
 more than 10s.
 

Probably you are behind NAT and the BYE is not transmitted, so it times
out waiting for it. What type of NAT is this?

 - Exiting application : on my 2 breezy desktops, i can't exit
 application , the Quit sequence seems to freeze, and i must used
 simple kill (TERM) to exit.
 

Please post a backtrace.

 - I have tried video sip echo servers , with H261 compatibleserver,
 voice works great, but no video. I'm behind a NAT , ok, but why voice
 works and not the video ? on GM panel i read PCMA/H261 in/out  (local
 to local sip voice/video calls works ;) )
 

No idea, I do not know what no video means. 

 - Having 2 hosts behind my NAT, i have create for each , a SIP
 [EMAIL PROTECTED], is it normal that they can't connect to each
 other without using local IP ?

Yes. If you are behind the same NAT, and if you are using STUN, you need
to configure your router so that it forwards ESTABLISHED connections
coming from the inside to the inside.

 sip:[EMAIL PROTECTED] - sip:[EMAIL PROTECTED] KO
 (each account connected from the same NAT)
 sip:192.168.1..245 - sip:192.168.1.230 OK
 
 Is there any special problem you may want more reporting, i can do it.
 
 Thanks
 
 --
 
 Javier
 
 
 
 ___
 Gnomemeeting-devel-list mailing list
 Gnomemeeting-devel-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/gnomemeeting-devel-list
-- 
 _  Damien Sandras
(o- 
//\ GnomeMeeting: http://www.gnomemeeting.org/
v_/_FOSDEM 2006 : http://www.fosdem.org
SIP Phone   : sip:[EMAIL PROTECTED] 
  sip:[EMAIL PROTECTED]

___
Gnomemeeting-devel-list mailing list
Gnomemeeting-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnomemeeting-devel-list


Re: [GnomeMeeting-list] gnomemeeting + ATI Wonder pro TV Capture card

2006-01-04 Thread Damien Sandras
Le mardi 03 janvier 2006 à 18:06 -0700, [EMAIL PROTECTED] a
écrit :
 Hi,
 
 Gnomemeeting freezes when I hit the camera button. I have a ATI Wonder Pro
 TV Capture card and a pretty good camera connected to it. I can view the
 video from xawtv (with composite video) input. So, i've changed the
 channel no in the gnomemeeting preferences to composite video but invain.
 It just freezes. Any ideas y its happening ? How can I debug it or fix it?
 The cam works fine with xawtv.
 

It is most probably a bug in the driver. (GnomeMeeting doesn't use the
same settings than xawtv, so one could work and not the other).

Can you post a backtrace?
http://live.gnome.org/GettingTraces
(Obtaining a stack trace using just GDB)

-- 
 _  Damien Sandras
(o- 
//\ GnomeMeeting: http://www.gnomemeeting.org/
v_/_FOSDEM 2006 : http://www.fosdem.org
SIP Phone   : sip:[EMAIL PROTECTED] 
  sip:[EMAIL PROTECTED]

___
GnomeMeeting-list mailing list
GnomeMeeting-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnomemeeting-list


Re: [GnomeMeeting-list] Re:GnomeMeeting not connecting to Polycom

2006-01-04 Thread Damien Sandras
Le mercredi 04 janvier 2006 à 10:01 +, Simon West a écrit :
 OK, so I tried both with and without Fast Start/H.245 Tunneling, and got the 
 same result. I also managed to work out how to get the debug output into a 
 file.
 
 For anyone who needs to know, you have to completely quit GM, then (under a 
 bash shell on my Linux) run 
  gnomemeeting --debug 3 2 debug.txt
 which redirects the standard error to a file called debug.txt in the current 
 folder
 
 So... attached is the text file which results from that, and I can't see 
 anything obvious. In fact, I can't see anything as the video still doesn't 
 work.
 
 Any suggestions from this point onwards? would a higher debugging level help, 
 or just swamp the file with extra stuff which is no use?
 
 So close... and yet so far!
 
 Cheers
 Simon West


If I understood correctly, the problem is with the Polycom. It receives
H.261 video from GnomeMeeting, but it is unable to decode it and
displays a blank screen. However, it also shows that GnomeMeeting is
only partially connected.

So I see two possible problems :
- It is unable to decode the H.261 stream
OR
- It is able to decode the H.261 stream, but something fails and
prevents total connection for some reason.

What would be interesting would be to have some debug output from the
Polycom, as it is the part of the system that is complaining.
-- 
 _  Damien Sandras
(o- 
//\ GnomeMeeting: http://www.gnomemeeting.org/
v_/_FOSDEM 2006 : http://www.fosdem.org
SIP Phone   : sip:[EMAIL PROTECTED] 
  sip:[EMAIL PROTECTED]

___
GnomeMeeting-list mailing list
GnomeMeeting-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnomemeeting-list


Re: [GnomeMeeting-list] Failed compilation

2006-01-04 Thread Allan
On Wednesday 04 January 2006 00:15, Julien PUYDT wrote:
 Allan a écrit :
  On Tuesday 03 January 2006 17:20, Damien Sandras wrote:
 You compiled PWLIB without LDAP support (P_LDAP is not set to 1 in
 ptbuildopts.h).
 
  I presume you mean #define P_LDAP 1.  That's where it was set but
  recompiled anyway and it still doesn't work.

 The error is definitely what Damien pointed out. Are you sure there is a
 single pwlib installation on your system ?

 Snark on #gnomemeeting
 ___
 GnomeMeeting-list mailing list
 GnomeMeeting-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/gnomemeeting-list


I deleted pwlib, openh323, opal and gnomemeeting from my system.

I doublechecked that #define P_LDAP 1 was in ptbuildopts.h.

I then recompiled and installed pwlib, openh323 and opal using the settings 
given in snapshots.seconix.com.  All installed without problem.

I then tried to compile gnomemeeting-1.9.0.tar.gz from the same site and ended 
with exactly the same error as before, namely

quote
gm_contacts-ldap.cpp: In function 'GSList* 
gnomemeeting_ldap_addressbook_get_contacts(GmAddressbook*, int, gboolean, 
gchar*, gchar*, gchar*, gchar*)':
gm_contacts-ldap.cpp:156: error: 'PLDAPSession' was not declared in this scope
gm_contacts-ldap.cpp:156: error: expected `;' before 'ldap'
gm_contacts-ldap.cpp:157: error: 'PLDAPSession' is not a class or namespace
gm_contacts-ldap.cpp:157: error: 'SearchContext' was not declared in this 
scope
gm_contacts-ldap.cpp:157: error: expected `;' before 'context'
gm_contacts-ldap.cpp:225: error: 'ldap' was not declared in this scope
gm_contacts-ldap.cpp:246: error: 'ldap' was not declared in this scope
gm_contacts-ldap.cpp:246: error: 'context' was not declared in this scope
gm_contacts-ldap.cpp:251: error: 'PLDAPSession' is not a class or namespace
gm_contacts-ldap.cpp:251: error: 'ScopeSubTree' was not declared in this scope
gm_contacts-ldap.cpp:252: error: 'PLDAPSession' is not a class or namespace
gm_contacts-ldap.cpp:252: error: 'ScopeSingleLevel' was not declared in this 
scope
make[3]: *** [gm_contacts-ldap.lo] Error 1
make[3]: Leaving directory `/home/aemau/gnomemeeting-1.9.0/lib/contacts'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/aemau/gnomemeeting-1.9.0/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/aemau/gnomemeeting-1.9.0'
make: *** [all] Error 2

endquote.

I then tried compiling the latest gm cvs.  This time the autogen.sh stage 
failed with the following error message.

checking whether SDL support must be compiled in... yes
./configure: line 23138: syntax error near unexpected token `$SDL_VERSION,'
./configure: line 23138: `  AM_PATH_SDL($SDL_VERSION,'

So I installed the SDL-devel files and ran autogen.sh once again.  This time 
the autogen stage completed but when I ran make the compilation stopped with 
the same error message as above-all the ldap stuff.

Any further ideas?
___
GnomeMeeting-list mailing list
GnomeMeeting-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnomemeeting-list


Re: [GnomeMeeting-list] Failed compilation

2006-01-04 Thread Allan
On Wednesday 04 January 2006 15:12, Damien Sandras wrote:
 
  I deleted pwlib, openh323, opal and gnomemeeting from my system.
 
  I doublechecked that #define P_LDAP 1 was in ptbuildopts.h.
 
  I then recompiled and installed pwlib, openh323 and opal using the
  settings given in snapshots.seconix.com.  All installed without problem.
 
  I then tried to compile gnomemeeting-1.9.0.tar.gz from the same site and
  ended with exactly the same error as before, namely
 
  quote
  gm_contacts-ldap.cpp: In function 'GSList*
  gnomemeeting_ldap_addressbook_get_contacts(GmAddressbook*, int,
  gboolean, gchar*, gchar*, gchar*, gchar*)':
  gm_contacts-ldap.cpp:156: error: 'PLDAPSession' was not declared in this
  scope gm_contacts-ldap.cpp:156: error: expected `;' before 'ldap'
  gm_contacts-ldap.cpp:157: error: 'PLDAPSession' is not a class or
  namespace gm_contacts-ldap.cpp:157: error: 'SearchContext' was not
  declared in this scope
  gm_contacts-ldap.cpp:157: error: expected `;' before 'context'
  gm_contacts-ldap.cpp:225: error: 'ldap' was not declared in this scope
  gm_contacts-ldap.cpp:246: error: 'ldap' was not declared in this scope
  gm_contacts-ldap.cpp:246: error: 'context' was not declared in this scope
  gm_contacts-ldap.cpp:251: error: 'PLDAPSession' is not a class or
  namespace gm_contacts-ldap.cpp:251: error: 'ScopeSubTree' was not
  declared in this scope gm_contacts-ldap.cpp:252: error: 'PLDAPSession' is
  not a class or namespace gm_contacts-ldap.cpp:252: error:
  'ScopeSingleLevel' was not declared in this scope
  make[3]: *** [gm_contacts-ldap.lo] Error 1
  make[3]: Leaving directory `/home/aemau/gnomemeeting-1.9.0/lib/contacts'
  make[2]: *** [all-recursive] Error 1
  make[2]: Leaving directory `/home/aemau/gnomemeeting-1.9.0/lib'
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory `/home/aemau/gnomemeeting-1.9.0'
  make: *** [all] Error 2
 
  endquote.
 
  I then tried compiling the latest gm cvs.  This time the autogen.sh stage
  failed with the following error message.
 
  checking whether SDL support must be compiled in... yes
  ./configure: line 23138: syntax error near unexpected token
  `$SDL_VERSION,' ./configure: line 23138: ` 
  AM_PATH_SDL($SDL_VERSION,'
 
  So I installed the SDL-devel files and ran autogen.sh once again.  This
  time the autogen stage completed but when I ran make the compilation
  stopped with the same error message as above-all the ldap stuff.
 
  Any further ideas?

 You have several versions of the same headers on the system...


I don't see how that can be.  Neither RPM -q nor synaptic report anything 
untoward.  I have noticed that there's a configuration switch for GM 
with-ldap-dir=?.   I know that SuSE tends to place programs in locations 
different from those of other distributions.  Could it be that GM is looking 
in the wrong place?  If that's possible, where is GM trying to find ldap?
___
GnomeMeeting-list mailing list
GnomeMeeting-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnomemeeting-list


Re: [GnomeMeeting-list] gnomemeeting + ATI Wonder pro TV Capture card

2006-01-04 Thread sanjay_darisi
 Le mardi 03 janvier 2006 à 18:06 -0700, [EMAIL PROTECTED] a
 écrit :
 Hi,

 Gnomemeeting freezes when I hit the camera button. I have a ATI Wonder Pro
 TV Capture card and a pretty good camera connected to it. I can view the
 video from xawtv (with composite video) input. So, i've changed the
 channel no in the gnomemeeting preferences to composite video but invain.
 It just freezes. Any ideas y its happening ? How can I debug it or fix it?
 The cam works fine with xawtv.


 It is most probably a bug in the driver. (GnomeMeeting doesn't use the
 same settings than xawtv, so one could work and not the other).

 Can you post a backtrace?
 http://live.gnome.org/GettingTraces
 (Obtaining a stack trace using just GDB)


Here is the stack trace using gdb when it tries to get gdb

--
Thread 5 (Thread -160453712 (LWP 5803)):
#0  0x00a087a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1  0x00aded31 in ___newselect_nocancel () from /lib/tls/libc.so.6
#2  0x03df7fa2 in PThread::PXBlockOnIO () from 
/usr/lib/libpt_linux_x86_r.so.1.8.7
#3  0x03ddba09 in PChannel::PXSetIOBlock () from 
/usr/lib/libpt_linux_x86_r.so.1.8.7
#4  0x03dbbeeb in PSocket::os_accept () from /usr/lib/libpt_linux_x86_r.so.1.8.7
#5  0x03db4605 in PTCPSocket::Accept () from /usr/lib/libpt_linux_x86_r.so.1.8.7
#6  0x04a4b19e in H323ListenerTCP::Accept () from 
/usr/lib/libh323_linux_x86_r.so.1.15.6
#7  0x04a47c30 in H323ListenerTCP::Main () from 
/usr/lib/libh323_linux_x86_r.so.1.15.6
#8  0x03df7d58 in PThread::PX_ThreadStart () from 
/usr/lib/libpt_linux_x86_r.so.1.8.7
#9  0x00d2f1d5 in start_thread () from /lib/tls/libpthread.so.0
#10 0x00ae62da in clone () from /lib/tls/libc.so.6

Thread 4 (Thread -157729872 (LWP 5802)):
#0  0x00a087a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1  0x00ade349 in ioctl () from /lib/tls/libc.so.6
#2  0xf6b7f49a in PVideoInputV4lDevice::GetFrameDataNoDelay () from 
/usr/lib/pwlib/devices/videoinput/v4l_pwplugin.so
#3  0xf6b7f110 in PVideoInputV4lDevice::GetFrameData () from 
/usr/lib/pwlib/devices/videoinput/v4l_pwplugin.so
#4  0x03dba5e1 in PVideoChannel::Read () from 
/usr/lib/libpt_linux_x86_r.so.1.8.7
#5  0x08099bef in GMVideoGrabber::Main (this=0xf6a2c008) at videograbber.cpp:117
#6  0x03df7d58 in PThread::PX_ThreadStart () from 
/usr/lib/libpt_linux_x86_r.so.1.8.7
#7  0x00d2f1d5 in start_thread () from /lib/tls/libpthread.so.0
#8  0x00ae62da in clone () from /lib/tls/libc.so.6

Thread 3 (Thread -156259408 (LWP 5801)):
#0  0x00a087a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1  0x00aded31 in ___newselect_nocancel () from /lib/tls/libc.so.6
#2  0x03df7fa2 in PThread::PXBlockOnIO () from 
/usr/lib/libpt_linux_x86_r.so.1.8.7
#3  0x03ddba09 in PChannel::PXSetIOBlock () from 
/usr/lib/libpt_linux_x86_r.so.1.8.7
#4  0x03dbbe64 in PSocket::os_connect () from 
/usr/lib/libpt_linux_x86_r.so.1.8.7
#5  0x03db3b34 in PIPSocket::Connect () from /usr/lib/libpt_linux_x86_r.so.1.8.7
#6  0x03db73d0 in PIPSocket::Connect () from /usr/lib/libpt_linux_x86_r.so.1.8.7
#7  0x03d247e7 in PInternetProtocol::Connect () from 
/usr/lib/libpt_linux_x86_r.so.1.8.7
#8  0x03cf45b0 in PHTTPClient::AssureConnect () from 
/usr/lib/libpt_linux_x86_r.so.1.8.7
#9  0x03cf55e0 in PHTTPClient::ExecuteCommand () from 
/usr/lib/libpt_linux_x86_r.so.1.8.7
#10 0x03cf570d in PHTTPClient::ExecuteCommand () from 
/usr/lib/libpt_linux_x86_r.so.1.8.7
#11 0x03cf5d8c in PHTTPClient::GetDocument () from 
/usr/lib/libpt_linux_x86_r.so.1.8.7
#12 0x03cf61ea in PHTTPClient::GetTextDocument () from 
/usr/lib/libpt_linux_x86_r.so.1.8.7
#13 0x08089ea6 in GMH323EndPoint::OnGatewayIPTimeout (this=0x9a7ff08) at 
endpoint.cpp:2212
#14 0x03decc02 in PTimer::OnTimeout () from /usr/lib/libpt_linux_x86_r.so.1.8.7
#15 0x03decd31 in PTimer::Process () from /usr/lib/libpt_linux_x86_r.so.1.8.7
#16 0x03dece9f in PTimerList::Process () from 
/usr/lib/libpt_linux_x86_r.so.1.8.7
#17 0x03df69c9 in PHouseKeepingThread::Main () from 
/usr/lib/libpt_linux_x86_r.so.1.8.7
#18 0x03df7d58 in PThread::PX_ThreadStart () from 
/usr/lib/libpt_linux_x86_r.so.1.8.7
#19 0x00d2f1d5 in start_thread () from /lib/tls/libpthread.so.0
#20 0x00ae62da in clone () from /lib/tls/libc.so.6

Thread 2 (Thread -155993168 (LWP 5800)):
#0  0x00a087a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1  0x00d31ac6 in pthread_cond_wait@@GLIBC_2.3.2 () from 
/lib/tls/libpthread.so.0
#2  0x03df9e12 in PSyncPoint::Wait () from /usr/lib/libpt_linux_x86_r.so.1.8.7
#3  0x049fe498 in H323ConnectionsCleaner::Main () from 
/usr/lib/libh323_linux_x86_r.so.1.15.6
#4  0x03df7d58 in PThread::PX_ThreadStart () from 
/usr/lib/libpt_linux_x86_r.so.1.8.7
#5  0x00d2f1d5 in start_thread () from /lib/tls/libpthread.so.0
#6  0x00ae62da in clone () from /lib/tls/libc.so.6

Thread 1 (Thread -151099712 (LWP 5797)):
#0  0x00a087a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1  0x00d3421e in __lll_mutex_lock_wait () from /lib/tls/libpthread.so.0
#2  0x00d30ddb in 

[GnomeMeeting-list] I have tested GnomeMeeting 1.9

2006-01-04 Thread Guenther Boelter

Hi guys,

with a little bit help from Damien, yesterday I was able to install 
GnomeMeeting v1.9 on two different machines, both with Fedora Core 4, 
and here is my personal test result:


The installation was no problem, but you really should remove the old 
v1.2.x-installation before.


You have to install all the programs in this order: pwlib - openh323 - opal 
- gnomemeeting-opal!

I have installed all programs in the same way:

./configure --prefix=/usr  (for pwlib you have to add --enable-plugins 
as a second parameter)

make
make install

During the installation a few libs are missing, but these are 
standard-libs, well known by yum and easy to install via yum and rpm.


The gnomemeeting-package includes an ./autogen.sh, but it was not working 
well, so I've used ./configure instead.

GnomeMeeting v1.9 works very well with H323 und with SIP now. The only problem I have detected is, 
if you have more the one SIP-account with the same provider. In this case GnomeMeeting will register only to the 
first account in your list.


A big THANK's to Damien, he has done a very great job with GnomeMeeting 1.9.

Regards

Guenther
Davao City, Philippines, Planet Earth, 30.5 °C






___
GnomeMeeting-list mailing list
GnomeMeeting-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnomemeeting-list