Add remote to stream config

This commit is contained in:
Cameron Gutman 2014-12-02 00:55:46 -08:00
parent 770af402a4
commit d1ad3115fa
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -171,6 +171,7 @@ public class Game extends Activity implements SurfaceHolder.Callback,
VideoDecoderRenderer.CAPABILITY_ADAPTIVE_RESOLUTION) != 0) VideoDecoderRenderer.CAPABILITY_ADAPTIVE_RESOLUTION) != 0)
.enableLocalAudioPlayback(prefConfig.playHostAudio) .enableLocalAudioPlayback(prefConfig.playHostAudio)
.setMaxPacketSize(remote ? 1024 : 1292) .setMaxPacketSize(remote ? 1024 : 1292)
.setRemote(remote)
.build(); .build();
// Initialize the connection // Initialize the connection