diff --git a/src/AudioStream.c b/src/AudioStream.c index 2f8926f..8d9ecec 100644 --- a/src/AudioStream.c +++ b/src/AudioStream.c @@ -17,7 +17,7 @@ static unsigned short lastSeq; #define RTP_PORT 48000 -#define MAX_PACKET_SIZE 250 +#define MAX_PACKET_SIZE 400 // This is much larger than we should typically have buffered, but // it needs to be. We need a cushion in case our thread gets blocked