Video stream url for VLC/DVR:
- rtsp://192.168.1.93:554/user=admin&password=&channel=&stream=.sdp?real_stream--rtp-caching=100
Telnet access
- telnet 192.168.1.10 23
- Localhost login: root
- Password: xmhdipc
| public String multipartRequest(String urlTo, String post, String filepath, String filefield) throws ParseException, IOException { | |
| HttpURLConnection connection = null; | |
| DataOutputStream outputStream = null; | |
| InputStream inputStream = null; | |
| String twoHyphens = "--"; | |
| String boundary = "*****"+Long.toString(System.currentTimeMillis())+"*****"; | |
| String lineEnd = "\r\n"; | |
| String result = ""; |