| | |
| | | // port = camera1.getString("fragment_device_right_camera1_port", "");
|
| | | // }
|
| | |
|
| | | return "rtsp://"+username+":"+password+"@"+ip+":"+port+"/h264/ch1/main/av_stream";
|
| | | return "rtsp://"+username+":"+password+"@"+ip+":"+port+"/h264/ch1/sub/av_stream";
|
| | | }
|
| | |
|
| | | public String getCamera2Address() {
|
| | |
| | | // port = camera1.getString("fragment_device_right_camera1_port", "");
|
| | | // }
|
| | |
|
| | | return "rtsp://"+username+":"+password+"@"+ip+":"+port+"/h264/ch1/main/av_stream";
|
| | | return "rtsp://"+username+":"+password+"@"+ip+":"+port+"/h264/ch1/sub/av_stream";
|
| | | }
|
| | |
|
| | | }
|