Re: [Live-devel] BufferedPacket size of buffer

2008-09-16 Thread Ross Finlayson
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

[Live-devel] BufferedPacket size of buffer

2008-09-16 Thread Guy Bonneau
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