mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 03:52:48 +00:00
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:
parent
53c7bb0338
commit
c18b6ec00b
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user