mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-04 15:06:08 +00:00
Increase the size of the video ring buffer for high bitrate streaming
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user