mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 11:33:06 +00:00
Increase the size of the video ring buffer for high bitrate streaming
This commit is contained in:
parent
d29dccba69
commit
1095d7808c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user