Re: [Live-devel] MPEG1or2VideoRTPSource slice begin/end interpretation

2013-10-11 Thread Ross Finlayson
> I believe the operation should be performed at the logical level rather than > bitwise: > fCurrentPacketCompletesFrame = ((sBit != 0) && (bBit == 0)) || (eBit != 0); Yes, you've discovered a bug (actually, a very old bug, because MPEG-1 or 2 video - especially with slices - is rarely used the

[Live-devel] MPEG1or2VideoRTPSource slice begin/end interpretation

2013-10-11 Thread Verbeiren, David
Hi,   While testing my application that uses Live555 for MPEG2 Video input ("MPV"), I noticed MPEG1or2VideoRTPSource presents some slice data with the expected size, but others are presented as individual 1384 bytes chunks, just like at the network level.   Looking into the code, I see the follo