Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeouts during attack on IP Webcam android phone app #197

Closed
jepunband opened this issue May 12, 2019 · 16 comments
Closed

Timeouts during attack on IP Webcam android phone app #197

jepunband opened this issue May 12, 2019 · 16 comments

Comments

@jepunband
Copy link

jepunband commented May 12, 2019

hi i have setup my android phone as my camera using the app called "IP Webcam", just to make sure that the camera is running i did a nmap scan to make sure the port is open as well like below:

PORT STATE SERVICE
5554/tcp open sgi-esphttp
MAC Address: 4C:77:41:43:A6:CD (Lenovo)

than i ran the command:

sudo docker run -t ullaakut/cameradar -t 192.168.1.0/24 -l
and also this
sudo docker run --net=host -t ullaakut/cameradar -t 0.0.0.0

both commands outputs the same:
✖ No streams were found. Please make sure that your target is on an accessible network.

my android phone is on the same network, i can access the camera through the browser, but cameradar cannot seem to find it.

any suggestions?

@Ullaakut
Copy link
Owner

You need to specify the port if it's different than 554 or 8554 which are the default scanned ports.

Also, seems to me like your phone is most likely streaming over HTTP and not RTSP, right?

Let me know if specifying the port works for you.

@jepunband
Copy link
Author

jepunband commented May 13, 2019

You need to specify the port if it's different than 554 or 8554 which are the default scanned ports.

Also, seems to me like your phone is most likely streaming over HTTP and not RTSP, right?

Let me know if specifying the port works for you.

Hi thanks. i changed the port to 8554 and it could detect the cam.
the dictionary attack is taking a long time even though i made sure just for testing purposes set the user/login credentials as default like admin / admin in the credentials.json.

@Ullaakut
Copy link
Owner

It taking a long time is most likely due to your network or the phone's server software not being able to answer to requests fast enough.

What do you call a long time?

@Ullaakut
Copy link
Owner

Once again, are you sure that the camera is streaming over RTSP and not HTTP or another protocol?

I've been using cameradar on remote cameras thousands of kilometers away from me more than once and it never took the scan more than 1 or 2 minutes 🤔

Could you show me the logs of running cameradar on your camera with the -l option?

@jepunband
Copy link
Author

It taking a long time is most likely due to your network or the phone's server software not being able to answer to requests fast enough.

What do you call a long time?

took 20 minutes for the attack to finish without any results. the user credentials are set to one of the default user/pass in the credentials.json. but still no results ..

"I've been using cameradar on remote cameras thousands of kilometers away from me more than once and it never took the scan more than 1 or 2 minutes thinking"

ok, maybe because it's a phone setup to be a camera. maybe because of this i think. will try again on a proper surveillance camera again.

thanks.

1

@Ullaakut
Copy link
Owner

Not sure. If you want I'll try the IP Webcam app as well and will try to reproduce your issue :) Won't have much time this week though, so it might take me a little while before I can get to it. Will let you know!

@Ullaakut
Copy link
Owner

Hey! I think your issue might be related to #199 , so you might want to try again with the :digest-auth tag on the cameradar image.

It also improves performance so in your case that might be a double-win 😎

Basically my thoughts here are that the IP Webcam app uses digest authentication and not basic like most videosurveillance cameras, which is why Cameradar couldn't access it. Now that I added a digest authentication feature, it will work, if that was indeed the issue :)

@jepunband
Copy link
Author

Hey! I think your issue might be related to #199 , so you might want to try again with the :digest-auth tag on the cameradar image.

It also improves performance so in your case that might be a double-win sunglasses

Basically my thoughts here are that the IP Webcam app uses digest authentication and not basic like most videosurveillance cameras, which is why Cameradar couldn't access it. Now that I added a digest authentication feature, it will work, if that was indeed the issue :)

hi just udated cameradar and use :digest-auth option but still the same. scanned for 15minutes.

sudo docker run -t ullaakut/cameradar:digest-auth -t 192.168.1.0/24
Unable to find image 'ullaakut/cameradar:digest-auth' locally
digest-auth: Pulling from ullaakut/cameradar
bdf0201b3a05: Already exists
affdff88efb0: Pull complete
14f3d6163591: Pull complete
32f1c705fc26: Pull complete
7254b1d53a9f: Pull complete
Digest: sha256:b3a2db74d107709f248efb6df2ff1de329e78e1a78a47e3385f6b0d0cd87fe32
Status: Downloaded newer image for ullaakut/cameradar:digest-auth
✖ Admin panel URL: http://192.168.1.22/ You can use this URL to try attacking the camera's admin panel instead.
Available: ✖
IP address: 192.168.1.22
RTSP port: 8554
Auth type: digest
Username: not found
Password: not found
RTSP route: /

✖ Streams were found but none were accessed. They are most likely configured with secure credentials and routes. You can try adding entries to the dictionary or generating your own in order to attempt a bruteforce attack on the cameras.

@Ullaakut
Copy link
Owner

Interesting, so it did have digest authentication, as it's what's shown in the summary at the end. Could you run it again with the -l option at the end? Like this: sudo docker run -t ullaakut/cameradar:digest-auth -t 192.168.1.0/24 -l

This will show more accurate logs of what is not working.

@jepunband
Copy link
Author

  • Expire in 0 ms for 6 (transfer 0x16bc220)
  • Expire in 2000 ms for 8 (transfer 0x16bc220)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x16bc220)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/ RTSP/1.0
CSeq: 1
Accept: application/sdp

< RTSP/1.0 401 Unauthorized
< CSeq: 1
< Content-Length: 0
< WWW-Authenticate: Digest realm="IP Webcam", nonce="1558451085", qop="auth"
<

  • Connection #0 to host 192.168.1.22 left intact
  • Expire in 0 ms for 6 (transfer 0x16b6840)
  • Expire in 2000 ms for 8 (transfer 0x16b6840)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x16b6840)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://192.168.1.22:8554/ RTSP/1.0
CSeq: 1
Accept: application/sdp

@Ullaakut
Copy link
Owner

Could you please paste the whole log? This bit isn't really helpful.

@jepunband
Copy link
Author

  • Expire in 0 ms for 6 (transfer 0x1f12220)
  • Expire in 2000 ms for 8 (transfer 0x1f12220)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x1f12220)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/ RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x1f1ee80)
  • Expire in 2000 ms for 8 (transfer 0x1f1ee80)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x1f1ee80)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/1.AMP RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x1f2ad80)
  • Expire in 2000 ms for 8 (transfer 0x1f2ad80)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x1f2ad80)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/1/h264major RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x1f36c80)
  • Expire in 2000 ms for 8 (transfer 0x1f36c80)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x1f36c80)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/1/stream1 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x1f42b80)
  • Expire in 2000 ms for 8 (transfer 0x1f42b80)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x1f42b80)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/CAM_ID.password.mp2 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x1f4eac0)
  • Expire in 2000 ms for 8 (transfer 0x1f4eac0)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x1f4eac0)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/GetData.cgi RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x1f5a9c0)
  • Expire in 2000 ms for 8 (transfer 0x1f5a9c0)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x1f5a9c0)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/MediaInput/h264 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x1f66900)
  • Expire in 2000 ms for 8 (transfer 0x1f66900)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x1f66900)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/MediaInput/mpeg4 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x1f72840)
  • Expire in 2000 ms for 8 (transfer 0x1f72840)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x1f72840)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/VideoInput/1/h264/1 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x1f7e780)
  • Expire in 2000 ms for 8 (transfer 0x1f7e780)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x1f7e780)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/access_code RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x1f8a680)
  • Expire in 2000 ms for 8 (transfer 0x1f8a680)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x1f8a680)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/access_name_for_stream_1_to_5 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x1f96640)
  • Expire in 2000 ms for 8 (transfer 0x1f96640)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x1f96640)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/av0_0 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x1fa2540)
  • Expire in 2000 ms for 8 (transfer 0x1fa2540)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x1fa2540)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/av2 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x1fae440)
  • Expire in 2000 ms for 8 (transfer 0x1fae440)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x1fae440)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/avn=2 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x1fba340)
  • Expire in 2000 ms for 8 (transfer 0x1fba340)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x1fba340)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/axis-media/media.amp RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x1fc6280)
  • Expire in 2000 ms for 8 (transfer 0x1fc6280)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x1fc6280)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/cam RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x1fd2180)
  • Expire in 2000 ms for 8 (transfer 0x1fd2180)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x1fd2180)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/cam0_0 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x1fde080)
  • Expire in 2000 ms for 8 (transfer 0x1fde080)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x1fde080)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/cam0_1 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x1fe9f80)
  • Expire in 2000 ms for 8 (transfer 0x1fe9f80)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x1fe9f80)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/cam1/h264 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x1ff5e80)
  • Expire in 2000 ms for 8 (transfer 0x1ff5e80)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x1ff5e80)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/cam1/h264/multicast RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2001dc0)
  • Expire in 2000 ms for 8 (transfer 0x2001dc0)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2001dc0)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/cam1/mjpeg RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x200dcc0)
  • Expire in 2000 ms for 8 (transfer 0x200dcc0)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x200dcc0)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/cam1/mpeg4 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2019bc0)
  • Expire in 2000 ms for 8 (transfer 0x2019bc0)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2019bc0)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/camera.stm RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2025ac0)
  • Expire in 2000 ms for 8 (transfer 0x2025ac0)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2025ac0)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/ch0 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x20319c0)
  • Expire in 2000 ms for 8 (transfer 0x20319c0)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x20319c0)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/ch001.sdp RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x203d8c0)
  • Expire in 2000 ms for 8 (transfer 0x203d8c0)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x203d8c0)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/ch01.264 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x20497c0)
  • Expire in 2000 ms for 8 (transfer 0x20497c0)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x20497c0)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/ch0_unicast_firststream RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2055780)
  • Expire in 2000 ms for 8 (transfer 0x2055780)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2055780)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/ch0_unicast_secondstream RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2061740)
  • Expire in 2000 ms for 8 (transfer 0x2061740)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2061740)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/channel1 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x206d640)
  • Expire in 2000 ms for 8 (transfer 0x206d640)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x206d640)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/h264 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2079540)
  • Expire in 2000 ms for 8 (transfer 0x2079540)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2079540)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/h264/media.amp RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2085440)
  • Expire in 2000 ms for 8 (transfer 0x2085440)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2085440)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/image.mpg RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2091340)
  • Expire in 2000 ms for 8 (transfer 0x2091340)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2091340)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/img/media.sav RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x209d240)
  • Expire in 2000 ms for 8 (transfer 0x209d240)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x209d240)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/img/video.asf RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x20a9140)
  • Expire in 2000 ms for 8 (transfer 0x20a9140)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x20a9140)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/img/video.sav RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x20b5040)
  • Expire in 2000 ms for 8 (transfer 0x20b5040)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x20b5040)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/ioImage/1 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x20c0f40)
  • Expire in 2000 ms for 8 (transfer 0x20c0f40)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x20c0f40)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/ipcam.sdp RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x20cce40)
  • Expire in 2000 ms for 8 (transfer 0x20cce40)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x20cce40)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/ipcam_h264.sdp RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x20d8d40)
  • Expire in 2000 ms for 8 (transfer 0x20d8d40)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x20d8d40)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/live.sdp RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x20e4c40)
  • Expire in 2000 ms for 8 (transfer 0x20e4c40)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x20e4c40)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/live/h264 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x20f0b40)
  • Expire in 2000 ms for 8 (transfer 0x20f0b40)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x20f0b40)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/live/main RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x20fca40)
  • Expire in 2000 ms for 8 (transfer 0x20fca40)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x20fca40)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/live/main0 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2108940)
  • Expire in 2000 ms for 8 (transfer 0x2108940)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2108940)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/live/mpeg4 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2114840)
  • Expire in 2000 ms for 8 (transfer 0x2114840)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2114840)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/live_mpeg4.sdp RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2120740)
  • Expire in 2000 ms for 8 (transfer 0x2120740)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2120740)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/livestream RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x212c640)
  • Expire in 2000 ms for 8 (transfer 0x212c640)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x212c640)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/livestream/ RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2138540)
  • Expire in 2000 ms for 8 (transfer 0x2138540)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2138540)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/media/media.amp RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2144480)
  • Expire in 2000 ms for 8 (transfer 0x2144480)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2144480)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/media/video1 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2150380)
  • Expire in 2000 ms for 8 (transfer 0x2150380)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2150380)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/mjpeg/media.smp RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x215c2c0)
  • Expire in 2000 ms for 8 (transfer 0x215c2c0)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x215c2c0)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/mp4 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x21681c0)
  • Expire in 2000 ms for 8 (transfer 0x21681c0)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x21681c0)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/mpeg4 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x21740c0)
  • Expire in 2000 ms for 8 (transfer 0x21740c0)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x21740c0)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/mpeg4/1/media.amp RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2180000)
  • Expire in 2000 ms for 8 (transfer 0x2180000)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2180000)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/mpeg4/media.amp RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x218bf40)
  • Expire in 2000 ms for 8 (transfer 0x218bf40)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x218bf40)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/mpeg4/media.smp RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2197e80)
  • Expire in 2000 ms for 8 (transfer 0x2197e80)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2197e80)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/mpeg4unicast RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x21a3d80)
  • Expire in 2000 ms for 8 (transfer 0x21a3d80)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x21a3d80)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/mpg4/rtsp.amp RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x21afc80)
  • Expire in 2000 ms for 8 (transfer 0x21afc80)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x21afc80)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/multicaststream RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x21bbbc0)
  • Expire in 2000 ms for 8 (transfer 0x21bbbc0)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x21bbbc0)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/now.mp4 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x21c7ac0)
  • Expire in 2000 ms for 8 (transfer 0x21c7ac0)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x21c7ac0)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/nph-h264.cgi RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x21d39c0)
  • Expire in 2000 ms for 8 (transfer 0x21d39c0)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x21d39c0)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/nphMpeg4/g726-640x RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x21df900)
  • Expire in 2000 ms for 8 (transfer 0x21df900)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x21df900)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/nphMpeg4/g726-640x480 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x21eb8c0)
  • Expire in 2000 ms for 8 (transfer 0x21eb8c0)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x21eb8c0)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/nphMpeg4/nil-320x240 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x21f7800)
  • Expire in 2000 ms for 8 (transfer 0x21f7800)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x21f7800)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/play1.sdp RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2001 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2203700)
  • Expire in 2000 ms for 8 (transfer 0x2203700)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2203700)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/play2.sdp RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x220f600)
  • Expire in 2000 ms for 8 (transfer 0x220f600)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x220f600)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/rtpvideo1.sdp RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x221b500)
  • Expire in 2000 ms for 8 (transfer 0x221b500)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x221b500)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/rtsp_live0 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2227400)
  • Expire in 2000 ms for 8 (transfer 0x2227400)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2227400)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/rtsp_live1 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2233300)
  • Expire in 2000 ms for 8 (transfer 0x2233300)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2233300)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/rtsp_live2 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x223f200)
  • Expire in 2000 ms for 8 (transfer 0x223f200)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x223f200)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/rtsp_tunnel RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x224b100)
  • Expire in 2000 ms for 8 (transfer 0x224b100)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x224b100)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/rtsph264 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2257000)
  • Expire in 2000 ms for 8 (transfer 0x2257000)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2257000)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/stream1 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2262f00)
  • Expire in 2000 ms for 8 (transfer 0x2262f00)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2262f00)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/user.pin.mp2 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x226ee00)
  • Expire in 2000 ms for 8 (transfer 0x226ee00)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x226ee00)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/user_defined RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x227ad00)
  • Expire in 2000 ms for 8 (transfer 0x227ad00)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x227ad00)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/video RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2286c00)
  • Expire in 2000 ms for 8 (transfer 0x2286c00)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2286c00)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/video.3gp RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2292b00)
  • Expire in 2000 ms for 8 (transfer 0x2292b00)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2292b00)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/video.mp4 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x229ea00)
  • Expire in 2000 ms for 8 (transfer 0x229ea00)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x229ea00)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/video1 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x22aa900)
  • Expire in 2000 ms for 8 (transfer 0x22aa900)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x22aa900)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/video1+audio1 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x22b6800)
  • Expire in 2000 ms for 8 (transfer 0x22b6800)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x22b6800)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/vis RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x22c2700)
  • Expire in 2000 ms for 8 (transfer 0x22c2700)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x22c2700)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/wfov RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x22ce600)
  • Expire in 2000 ms for 8 (transfer 0x22ce600)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x22ce600)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/video.h264 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x22da500)
  • Expire in 2000 ms for 8 (transfer 0x22da500)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x22da500)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/11 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x22e6400)
  • Expire in 2000 ms for 8 (transfer 0x22e6400)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x22e6400)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/12 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x22f2300)
  • Expire in 2000 ms for 8 (transfer 0x22f2300)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x22f2300)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/ch1-s1 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x22fe200)
  • Expire in 2000 ms for 8 (transfer 0x22fe200)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x22fe200)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/live3.sdp RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x230a100)
  • Expire in 2000 ms for 8 (transfer 0x230a100)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x230a100)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/onvif-media/media.amp RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x23160c0)
  • Expire in 2000 ms for 8 (transfer 0x23160c0)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x23160c0)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/axis-media/media.amp RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2322000)
  • Expire in 2000 ms for 8 (transfer 0x2322000)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2322000)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/axis-media/media.amp?videocodec=h264 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x232e000)
  • Expire in 2000 ms for 8 (transfer 0x232e000)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x232e000)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/mpeg4/media.amp RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2339f40)
  • Expire in 2000 ms for 8 (transfer 0x2339f40)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2339f40)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/stream RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2345e40)
  • Expire in 2000 ms for 8 (transfer 0x2345e40)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2345e40)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/cam/realmonitor RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2351d80)
  • Expire in 2000 ms for 8 (transfer 0x2351d80)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2351d80)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/live RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x235dc80)
  • Expire in 2000 ms for 8 (transfer 0x235dc80)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x235dc80)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/video.pro2 RTSP/1.0
CSeq: 1
Accept: application/sdp

^A* Operation timed out after 2000 milliseconds with 0 bytes received

  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2369b80)
  • Expire in 2000 ms for 8 (transfer 0x2369b80)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2369b80)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/videoMain RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2375a80)
  • Expire in 2000 ms for 8 (transfer 0x2375a80)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2375a80)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/VideoInput/1/mpeg4/1 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x23819c0)
  • Expire in 2000 ms for 8 (transfer 0x23819c0)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x23819c0)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/VideoInput/1/h264/1 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x238d900)
  • Expire in 2000 ms for 8 (transfer 0x238d900)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x238d900)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/video.pro3 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2399800)
  • Expire in 2000 ms for 8 (transfer 0x2399800)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2399800)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/video.pro1 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x23a5700)
  • Expire in 2000 ms for 8 (transfer 0x23a5700)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x23a5700)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/video.mjpg RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x23b1600)
  • Expire in 2000 ms for 8 (transfer 0x23b1600)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x23b1600)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/h264_vga.sdp RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x23bd500)
  • Expire in 2000 ms for 8 (transfer 0x23bd500)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x23bd500)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/media.amp RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x23c9400)
  • Expire in 2000 ms for 8 (transfer 0x23c9400)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x23c9400)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/media RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x23d5300)
  • Expire in 2000 ms for 8 (transfer 0x23d5300)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x23d5300)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/ONVIF/MediaInput RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x23e1240)
  • Expire in 2000 ms for 8 (transfer 0x23e1240)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x23e1240)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/nphMpeg4/g726-640x48 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x23ed180)
  • Expire in 2000 ms for 8 (transfer 0x23ed180)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x23ed180)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/MediaInput/mpeg4 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x23f90c0)
  • Expire in 2000 ms for 8 (transfer 0x23f90c0)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x23f90c0)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/MediaInput/h264 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2405000)
  • Expire in 2000 ms for 8 (transfer 0x2405000)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2405000)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/Streaming/Channels/1 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2410f40)
  • Expire in 2000 ms for 8 (transfer 0x2410f40)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2410f40)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/ch0_0.h264 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x241ce40)
  • Expire in 2000 ms for 8 (transfer 0x241ce40)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x241ce40)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/rtsph2641080p RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2428d40)
  • Expire in 2000 ms for 8 (transfer 0x2428d40)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2428d40)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/live/av0 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2434c40)
  • Expire in 2000 ms for 8 (transfer 0x2434c40)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2434c40)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/cam1/onvif-h264 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x2440b80)
  • Expire in 2000 ms for 8 (transfer 0x2440b80)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x2440b80)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/ucast/11 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x244ca80)
  • Expire in 2000 ms for 8 (transfer 0x244ca80)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x244ca80)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/LowResolutionVideo RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x24589c0)
  • Expire in 2000 ms for 8 (transfer 0x24589c0)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x24589c0)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/1 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x24648c0)
  • Expire in 2000 ms for 8 (transfer 0x24648c0)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x24648c0)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/live/ch00_0 RTSP/1.0
CSeq: 1
Accept: application/sdp

  • Operation timed out after 2000 milliseconds with 0 bytes received
  • The CSeq of this request 1 did not match the response 0
  • Closing connection 0
  • Expire in 0 ms for 6 (transfer 0x24707c0)
  • Expire in 2000 ms for 8 (transfer 0x24707c0)
  • Trying 192.168.1.22...
  • TCP_NODELAY set
  • Expire in 200 ms for 4 (transfer 0x24707c0)
  • Connected to 192.168.1.22 (192.168.1.22) port 8554 (#0)

DESCRIBE rtsp://:@192.168.1.22:8554/medias2 RTSP/1.0
CSeq: 1
Accept: application/sdp

@Ullaakut
Copy link
Owner

So as you can see, the reason why it's long and doesn't work is that all requests are timing out.

It could be that:

  • The camera is not fast enough to respond to requests due to a high CPU load (embedded computer vision/motion detection?)
  • The network conditions are bad
  • The camera's RTSP framework is blocking the requests because it detects a potential attack (seems unlikely)

You can try to change the timeout value for dictionary attacks by specifying the option -T or --timeout and a value in miliseconds.

If it doesn't work with 5000ms (5s) increasing the timeout further probably won't help, unless you are trying to access a remote camera 15 000 kilometers away 😅

@jepunband
Copy link
Author

jepunband commented May 22, 2019 via email

@Ullaakut Ullaakut changed the title Cannot detect camera. Timeouts during attack on IP Webcam android phone app May 26, 2019
@jepunband
Copy link
Author

hi @Ullaakut , timeout option did not work for me. I guess ipwebcam on android phone is just too slow. I think it's like what you said ..."The camera is not fast enough to respond".

thanks.

@Ullaakut
Copy link
Owner

Ullaakut commented Jun 8, 2019

No problem, I'm sad it didn't work :( I'll definitely ping you if I find a solution for this 👍

@Ullaakut Ullaakut closed this as completed Jun 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants