We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097a377 commit 0b589c4Copy full SHA for 0b589c4
1 file changed
app/src/main/java/com/openipc/decoder/Decoder.java
@@ -122,7 +122,7 @@ public class Decoder extends Activity {
122
123
// read from the network thread, written from the UI thread
124
private static final int CAM_COUNT = 4;
125
- private static final String DEFAULT_URL = "rtsp://root:123456@192.168.1.10:554/stream=0";
+ private static final String DEFAULT_URL = "rtsp://root:12345@192.168.1.10:554/stream=0";
126
private final String[] mHosts = new String[CAM_COUNT];
127
private final boolean[] mTypes = new boolean[CAM_COUNT]; // false = TCP, true = UDP
128
private int mActive; // only accessed on the UI thread — no volatile needed
0 commit comments