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