Re: [GnomeMeeting-list] Re: Connection Problem



Hi,
 I have no idea why sending video causes the windows XP machine to 
quit the call.

My first thought, are there any uses of GM who have been able to talk 
video and audio to a win XP machine?

However, reading the log provides some clues.

You can try changing the h261codec.cxx file so the h261 codec does not
send a miscellaneous command on detecting the loss of one video packet.


        PTRACE(3,"H261\tDetected loss of one video packet. "
          << lastSequenceNumber << " != "
          << frame.GetSequenceNumber() << " Will recover.");
        lastSequenceNumber = frame.GetSequenceNumber();
/***/   SendMiscCommand(H245_MiscellaneousCommand_type::e_lostPartialPicture);

Thus, 
 remove the line marked /****/

Recompile, and try it.

Thanks,
 Derek.



On Thu, 19 Dec 2002, Adrian Golumbovici wrote:

> OK. I am trying to cotact Joao for the testing. In the meantime I tried to
> connect to some random peeps which have netmeeting and got this in the debug
> output:
> 
> -------------------
> 8:07.897 GMURLHandler:082d4238 H323 Found capability: H.261-CIF <10>
> 
> 8:07.897 GMURLHandler:082d4238 RFC2833 Handler created
> 
> 8:07.897 GMURLHandler:082d4238 H323 Created new connection: ip$local
> 
> host/7266
> 
> 8:07.901 H225 Caller:82695d8 H225 Started call thread
> 
> 8:08.149 H225 Caller:82695d8 H323TCP Started connection: host=24.50.
> 
> 147.246:1503, if=80.134.254.176:30005, handle=31
> 
> 8:08.150 H225 Caller:82695d8 H225 Sending Setup PDU
> 
> 8:08.151 H225 Caller:82695d8 H225 Check for Fast start by local en
> 
> dpoint
> 
> 8:08.151 H225 Caller:82695d8 H245 Default OnSelectLogicalChannels,
> 
> FastStartDisabled
> 
> 8:08.152 H225 Caller:82695d8 H225 Sending PDU: setup
> 
> 8:08.153 H225 Caller:82695d8 H225 Reading PDUs: callRef=7266
> 
> 8:08.409 H225 Caller:82695d8 H225 Read error (104): Connection res
> 
> et by peer
> 
> 8:08.409 H225 Caller:82695d8 H323 Clearing connection ip$localhost
> 
> /7266 reason=EndedByTransportFail
> 
> 8:08.410 H225 Caller:82695d8 H323 Call end reason for ip$localhost
> 
> /7266 set to EndedByTransportFail
> 
> 8:08.410 H225 Caller:82695d8 H225 Sending release complete PDU: ca
> 
> llRef=7266
> 
> 8:08.412 H225 Caller:82695d8 H225 Sending PDU: releaseComplete
> 
> 8:08.413 H225 Caller:82695d8 H225 Write PDU failed (32): Broken pi
> 
> pe
> 
> 8:08.414 H225 Caller:82695d8 H323 Clearing connection ip$localhost
> 
> /7266 reason=EndedByTransportFail
> 
> 8:08.414 H323 Cleaner H323 Cleaning up connections
> 
> 8:08.415 H323 Cleaner H323 Connection ip$localhost/7266 clo
> 
> sing: connectionState=AwaitingSignalConnect
> 
> 8:08.415 H323 Cleaner H323 H323Transport::Close
> 
> 8:08.416 H323 Cleaner H323 H323Transport::CleanUpOnTerminat
> 
> ion for H225 Caller:82695d8
> 
> 8:08.416 H225 Caller:82695d8 H323 H323Transport::Close
> 
> 8:08.416 H225 Caller:82695d8 H225 Signal channel closed.
> 
> 8:08.433 H323 Cleaner H323 Connection ip$localhost/7266 ter
> 
> minated.
> 
> 8:09.544 H323 Cleaner PVidDev SetFrameSize to 1x1
> 
> 8:09.894 H323 Cleaner PVideoInputDevice: GetFrameSizeLim
> 
> its. 160x120 -- 352x288
> 
> 8:10.097 H323 Cleaner PVideoInputDevice: GetFrameSizeLim
> 
> its. 160x120 -- 352x288
> 
> 8:10.238 H323 Cleaner PVidDev SetColourFormatConverter succeed
> 
> ed for converted YUV420P camera using YUV420P
> 
> 8:10.238 H323 Cleaner PVideoInputDevice: GetFrameSizeLim its. 160x120 --
> 352x288
> 
> 8:10.239 H323 Cleaner PVidDev SetFrameSize to 176x144
> 
> 8:10.385 H323 Cleaner PVidDev SetFrameSize to 176x144
> 
> 8:10.594 H323 Cleaner H323 Added capability: MS-GSM{sw} <1>
> 
> 8:10.600 H323 Cleaner H323 Added capability: GSM-06.10{sw} <2>
> 
> 8:10.603 H323 Cleaner H323 Added capability: SpeexNarrow-15 k{sw} <3>
> 
> 8:10.603 H323 Cleaner H323 Added capability: SpeexNarrow-8k {sw} <4>
> 
> 8:10.604 H323 Cleaner H323 Added capability: LPC-10{sw} <5>
> 
> 8:10.604 H323 Cleaner H323 Added capability: G.726-32k{sw} <6>
> 
> 8:10.605 H323 Cleaner H323 Added capability: G.711-uLaw-64k {sw} <7>
> 
> 8:10.605 H323 Cleaner H323 Added capability: G.711-ALaw-64k {sw} <8>
> 
> 8:10.606 H323 Cleaner H323 Added capability: H.261-QCIF <9>
> 
> 8:10.606 H323 Cleaner H323 Added capability: H.261-CIF <10>
> 
> 8:10.607 H323 Cleaner H323 Connection ip$localhost/7266 del eted.
> 
> 8:10.607 H323 Cleaner H323 Cleaning up connections
> 
> -------------------
> 
> what the heck is the localhost doing in there?!? except upgrading all
> libraries and recompiling the kernel to suit my camera requirements I didn't
> change anything. :/
> 
> ----- Original Message -----
> From: "Damien Sandras" <dsandras seconix com>
> To: <gnomemeeting-list gnome org>
> Sent: Thursday, December 19, 2002 12:25 PM
> Subject: Re: [GnomeMeeting-list] Re: Connection Problem
> 
> 
> > Le jeu 19/12/2002 à 12:11, adrian golumbovici t-online de a écrit :
> >
> > > (2.4.19) and been tested to work with Gnomemeeting? I would hate to buy
> > > another one and wait another year untill drivers are available. :)
> > >
> >
> > Philips-chipset based cameras (Logitech Quickcam Pro 4000, Philips
> > ToUCAM Pro) are the best: http://www.smcc.demon.nl/webcam/
> >
> >
> > >
> > > BTW, when did you say Gnomemeeting will be ported to win32? ;)
> > >
> >
> > In a few months if everything goes well, I'm not doing the port myself
> > as I don't like window$ ;)
> >
> >
> >
> > --
> >  _ Damien Sandras
> > (o- GnomeMeeting: http://www.gnomemeeting.org/
> > //\ FOSDEM 2003:  http://www.fosdem.org
> > v_/_
> > H.323 phone:  callto://ils.seconix.com/dsandras seconix com
> >
> >
> > _______________________________________________
> > GnomeMeeting-list mailing list
> > GnomeMeeting-list gnome org
> > http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
> 
> _______________________________________________
> GnomeMeeting-list mailing list
> GnomeMeeting-list gnome org
> http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
> 
> 
> 

-- 
Derek Smithies Ph.D.
IndraNet Technologies Ltd.
Email: derek indranet co nz
ph +64 3 365 6485
Web: http://www.indranet-technologies.com/




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]