made some changes in hopes that the video stream will work better

This commit is contained in:
Diego Waxemberg
2013-09-25 00:46:22 -04:00
parent e8b6158a87
commit 53f2c3f37a
5 changed files with 76 additions and 29 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ public class Connection extends Activity {
private TextView hostText;
private SharedPreferences prefs;
private static final String DEFAULT_HOST = "141.213.191.238";
private static final String DEFAULT_HOST = "35.0.113.120";
public static final String HOST_KEY = "hostText";