Increase the size of the video ring buffer for high bitrate streaming

This commit is contained in:
Cameron Gutman 2014-05-11 13:29:20 -04:00
parent d29dccba69
commit 1095d7808c

View File

@ -30,7 +30,7 @@ public class VideoStream {
// The ring size MUST be greater than or equal to
// the maximum number of packets in a fully
// presentable frame
public static final int VIDEO_RING_SIZE = 192;
public static final int VIDEO_RING_SIZE = 384;
private InetAddress host;
private DatagramSocket rtp;