mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 10:30:47 +00:00
Use new StreamConfiguration constructor
This commit is contained in:
@@ -384,7 +384,7 @@ public class Limelight implements NvConnectionListener {
|
||||
}
|
||||
|
||||
if (action.equals("stream") || action.equals("fake")) {
|
||||
StreamConfiguration streamConfig = new StreamConfiguration(app, width, height, refresh, bitrate, sops);
|
||||
StreamConfiguration streamConfig = new StreamConfiguration(app, width, height, refresh, bitrate, sops, false);
|
||||
|
||||
if (action.equals("fake"))
|
||||
limelight.startUpFake(streamConfig, video);
|
||||
|
||||
Reference in New Issue
Block a user