Use new StreamConfiguration constructor

This commit is contained in:
Iwan Timmer
2014-09-21 23:32:37 +02:00
parent 18d1cfd949
commit 6514969eff

View File

@@ -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);