diff --git a/libs/limelight-common.jar b/libs/limelight-common.jar index e7b1b446..6308c5f9 100644 Binary files a/libs/limelight-common.jar and b/libs/limelight-common.jar differ diff --git a/src/com/limelight/Game.java b/src/com/limelight/Game.java index 0a6a4e0a..6a7bd4aa 100644 --- a/src/com/limelight/Game.java +++ b/src/com/limelight/Game.java @@ -190,7 +190,7 @@ public class Game extends Activity implements SurfaceHolder.Callback, OnGenericM // Start the connection conn = new NvConnection(host, Game.this, - new StreamConfiguration(width, height, refreshRate, bitrate * 1000, + new StreamConfiguration("Steam", width, height, refreshRate, bitrate * 1000, enableLargePackets ? 1460 : 1024), PlatformBinding.getCryptoProvider(this)); keybTranslator = new KeyboardTranslator(conn); controllerHandler = new ControllerHandler(conn);