Changed the streaming to use UDP.

This commit is contained in:
2014-01-15 14:49:58 -04:30
parent 8e1d50ca32
commit ab800a2558
3 changed files with 82 additions and 3 deletions

View File

@@ -32,5 +32,5 @@ public abstract class ProjectConstants {
// Activity results.
public static final int RESULT_CAMERA_FAILURE = Activity.RESULT_FIRST_USER + 1;
public static final boolean DEBUG = false;
public static final boolean DEBUG = true;
}