mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-03 22:46:03 +00:00
Lower the DU limit back to 15 because 30 can exhaust the video ring buffer
This commit is contained in:
@@ -30,7 +30,7 @@ public class VideoDepacketizer {
|
||||
private ConnectionStatusListener controlListener;
|
||||
private final int nominalPacketDataLength;
|
||||
|
||||
private static final int DU_LIMIT = 30;
|
||||
private static final int DU_LIMIT = 15;
|
||||
private PopulatedBufferList<DecodeUnit> decodedUnits;
|
||||
|
||||
public VideoDepacketizer(ConnectionStatusListener controlListener, int nominalPacketSize)
|
||||
|
||||
Reference in New Issue
Block a user