RE: [Wengophone-devel] Video H263 payload incorrect( Intereopabilitytesting with FWD communicator)

2006-06-22 Thread Jérôme WAGNER
Hello, We need to check in to that. You say I'am able to decode de RTP H263 stream on FWD Communicator from WengoPhone NG It's the same with HW professional codec like Tandberg Endpoint. And then FWD Communicator or Tandberg is not able to decode the RTP H263 from WengoPhone

[Wengophone-devel] phAPI - oRTP doc

2006-06-22 Thread Angshuman Sarkar
Hi, Is there any documentation which helps us to understand the call flow and the event model of phAPI? Specially on how phAPI is interacting with oRTP. This kind of doc will be very helpful for reusing phAPI. I have seen the existing diagram in the openwengo site. Thanks and regards, Ansu

Re: [Wengophone-devel] ASSERT failure in QMutex::unlock();

2006-06-22 Thread David Ferlier
It's indeed not in the Wengo code. But since we are not sure where the wrong unlock() is done in the Wengo code, the best is to put a breakpoint in the last code section before the process stops, that is, the ASSERT in qmutex.cpp:248. Christopher Jimenez wrote: But this is not in the Wengo

Re: [Wengophone-devel] Video H263 payload incorrect( Intereopabilitytesting with FWD communicator)

2006-06-22 Thread Vadim Lebedev
Jérôme WAGNER wrote: Hello, We need to check in to that. You say I'am able to decode de RTP H263 stream on FWD Communicator from WengoPhone NG It's the same with HW professional codec like Tandberg Endpoint. And then FWD Communicator or Tandberg is not able to decode the RTP

Re: [Wengophone-devel] Video H263 payload incorrect( Intereopabilitytesting with FWD communicator)

2006-06-22 Thread Vadim Lebedev
Jérôme WAGNER wrote: Hello, I added ticket #747 http://dev.openwengo.com/trac/openwengo/trac.cgi/ticket/747 for this interoperability issue. Etienne, could you spare some time and work out a patch in the encoder context / in ffmpeg on this point ? Thx Jérôme After digging some more into

[Wengophone-devel] any ideas ?

2006-06-22 Thread Henri Girard
kubuntu dapper g++ 4.0.2 thanks Henri I am blocked here: -ltinyxml -lSM -lICE -lXi -lXinerama -lXext -lX11 -lXrandr -lXv debug/wengophone/src/presentation/qt/config/QtGeneralSettings.o : Dans la fonction

Re: [Wengophone-devel] Audigy2 Value soundcard support under Linux

2006-06-22 Thread mstute
On 6/22/06, Maciej Bliziński [EMAIL PROTECTED] wrote: On Wed, 2006-06-21 at 16:39 +0200, mstute wrote: Could you compile with some modifications in the file wifo/phapi/phdebug.h: on line 66 and 75 replace 0 by 1. I am interested by the trace after placing a call.(in fact just after virtual void

Re: [Wengophone-devel] ASSERT failure in QMutex::unlock();

2006-06-22 Thread Christopher Jimenez
Some one know if this is happening to all that have a windows based developing enviroment? Could be that i make some installing mistake? Or maybe if I change to an older or newer version or Qt could help? What do you think? Please advice. Thanks CJC From: David Ferlier [EMAIL PROTECTED] To:

Re: [Wengophone-devel] ASSERT failure in QMutex::unlock();

2006-06-22 Thread Christopher Jimenez
Any help on how to attach the .net Debugger to the Qt code will be much appreciated. Maybe you can point some steps on how to acchieve this. Thanks in advance! Regards CJC From: David Ferlier [EMAIL PROTECTED] To: Christopher Jimenez [EMAIL PROTECTED] CC: wengophone-devel@lists.openwengo.com

[Wengophone-devel] Re: lQtUitool_debug error

2006-06-22 Thread gregor herrmann
On Thu, 22 Jun 2006 10:52:16 +0200, Henri Girard wrote: I thought installing qt4 debug packages would do it but... not... what is this library ? /usr/bin/ld: ne peut trouver -lQtUiTools_debug On Debian it's in libqt4-debug-dev (but only in some newer revision, there used to be a bug [0]).

Re: [Wengophone-devel] Re: problems

2006-06-22 Thread Henri Girard
thanks... But the libs were installed... I reinstalled all qt4 but i think i will purge all qt4 libs because even after installation lQtUitools can't be found and libxv neither... very strange ... Kubuntu dapper is final one... very recent from 1 june so the bug might be corrected ? regards Henri