In file MultiFramedRTPSource.cpp the BufferedPacket implementation
creates a fBuf buffer to receive a RTP packet. The size of the fBuf
is set to MAX_PACKET_SIZE which is defined as 1. This value is
much higher than the MTU size of ethernet which should be close to
1500 bytes. I guess this
Hi,
In file MultiFramedRTPSource.cpp the BufferedPacket implementation creates a
fBuf buffer to receive a RTP packet. The size of the fBuf is set to
MAX_PACKET_SIZE which is defined as 1. This value is much higher than
the MTU size of ethernet which should be close to 1500 bytes. I guess this