[Live-devel] StreamParser::afterGettingBytes() warning

2007-05-30 Thread Julian Lamberty
OK, I found the solution to *this* problem ;) I'm now using MPEG4VideoStreamDiscreteFramer and get no more errors reported. Thank you anyway! smime.p7s Description: S/MIME Cryptographic Signature ___ live-devel mailing list live-devel@lists.live555.c

[Live-devel] StreamParser::afterGettingBytes() warning

2007-05-30 Thread Julian Lamberty
Humm, actually it should not: if(enc_bytes > fMaxSize) { fFrameSize = fMaxSize; fNumTruncatedBytes = enc_bytes - fMaxSize; } else { fFrameSize = enc_bytes; fNumTruncatedBytes = 0; } smime.p7s Description: S/MIME Cryptographic Signature ___

Re: [Live-devel] StreamParser::afterGettingBytes() warning

2007-05-30 Thread Ross Finlayson
>When I try to stream out MPEG4 content using MPEG4VideoStreamFramer >and MPEG4ESVideoRTPSink I frequently get errors that say: > >StreamParser::afterGettingBytes() warning: read X bytes; expected no >more than Y > >(where X is fFrameSize). > >What am I doing wrong? The object that your "MPEG4Vi

[Live-devel] StreamParser::afterGettingBytes() warning

2007-05-30 Thread Julian Lamberty
Hi! When I try to stream out MPEG4 content using MPEG4VideoStreamFramer and MPEG4ESVideoRTPSink I frequently get errors that say: StreamParser::afterGettingBytes() warning: read X bytes; expected no more than Y (where X is fFrameSize). What am I doing wrong? smime.p7s Description: S/MIME