Skip to content

Commit 0b589c4

Browse files
committed
fix: revert default password back to 12345
1 parent 097a377 commit 0b589c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/openipc/decoder/Decoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public class Decoder extends Activity {
122122

123123
// read from the network thread, written from the UI thread
124124
private static final int CAM_COUNT = 4;
125-
private static final String DEFAULT_URL = "rtsp://root:123456@192.168.1.10:554/stream=0";
125+
private static final String DEFAULT_URL = "rtsp://root:12345@192.168.1.10:554/stream=0";
126126
private final String[] mHosts = new String[CAM_COUNT];
127127
private final boolean[] mTypes = new boolean[CAM_COUNT]; // false = TCP, true = UDP
128128
private int mActive; // only accessed on the UI thread — no volatile needed

0 commit comments

Comments
 (0)