Revert "Lower queued decode unit limit to resync faster if the renderers get behind. Lower the audio receive buffer size since it was unneccessarily large."

This reverts commit 255d65b148c21d1f4e9415922013f6ff91f5236a.
This commit is contained in:
Cameron Gutman 2014-01-24 15:33:18 -05:00
parent 53c7bb0338
commit c18b6ec00b

View File

@ -16,7 +16,7 @@ public class AudioStream {
public static final int RTP_PORT = 48000;
public static final int RTCP_PORT = 47999;
public static final int RTP_RECV_BUFFER = 24 * 1024;
public static final int RTP_RECV_BUFFER = 64 * 1024;
private DatagramSocket rtp;