Skip to content

Commit

Permalink
Use new StreamConfiguration constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
irtimmer committed Sep 21, 2014
1 parent 18d1cfd commit 6514969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/limelight/Limelight.java
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ public static void main(String args[]) {
}

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);
Expand Down

0 comments on commit 6514969

Please sign in to comment.