Advertisement
Guest User

Untitled

a guest
Nov 29th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1.  
  2. andrea@kurwahtpc:~$ openRTSP -D 5 -B 10000000 -b 10000000 -F snapshot -d 5 'rtsp://192.168.1.10:554/user=admin&password=&channel=1&stream=0.sdp?'
  3. Opening connection to 192.168.1.10, port 554...
  4. ...remote connection opened
  5. Sending request: OPTIONS rtsp://192.168.1.10:554/user=admin&password=&channel=1&stream=0.sdp? RTSP/1.0
  6. CSeq: 2
  7. User-Agent: openRTSP (LIVE555 Streaming Media v2016.02.09)
  8.  
  9.  
  10. Received 121 new bytes of response data.
  11. Received a complete OPTIONS response:
  12. RTSP/1.0 200 OK
  13. Server: H264DVR 1.0
  14. Cseq: 2
  15. Public: OPTIONS, DESCRIBE, SETUP, TEARDOWN, GET_PARAMETER, PLAY, PAUSE
  16.  
  17.  
  18. Sending request: DESCRIBE rtsp://192.168.1.10:554/user=admin&password=&channel=1&stream=0.sdp? RTSP/1.0
  19. CSeq: 3
  20. User-Agent: openRTSP (LIVE555 Streaming Media v2016.02.09)
  21. Accept: application/sdp
  22.  
  23.  
  24. Received 645 new bytes of response data.
  25. Received a complete DESCRIBE response:
  26. RTSP/1.0 200 OK
  27. Content-Type: application/sdp
  28. Server: H264DVR 1.0
  29. Cseq: 3
  30. Content-Base: rtsp://192.168.1.10:554/user=admin&password=&channel=1&stream=0./
  31. Cache-Control: private
  32. x-Accept-Retransmit: our-retransmit
  33. x-Accept-Dynamic-Rate: 1
  34. Content-Length: 376
  35.  
  36. v=0
  37. o=- 38990265062388 38990265062388 IN IP4 192.168.1.10
  38. s=RTSP Session
  39. c=IN IP4 192.168.1.10
  40. t=0 0
  41. a=control:*
  42. a=range:npt=0-
  43. m=video 0 RTP/AVP 96
  44. a=rtpmap:96 H264/90000
  45. a=range:npt=0-
  46. a=framerate:0S
  47. a=fmtp:96 profile-level-id=64001f; packetization-mode=1; sprop-parameter-sets=Z2QAH62EAQwgCGEAQwgCGEAQwgCEK1AoAtyA,aO48sA==
  48. a=framerate:25
  49. a=control:trackID=3
  50.  
  51. Opened URL "rtsp://192.168.1.10:554/user=admin&password=&channel=1&stream=0.sdp?", returning a SDP description:
  52. v=0
  53. o=- 38990265062388 38990265062388 IN IP4 192.168.1.10
  54. s=RTSP Session
  55. c=IN IP4 192.168.1.10
  56. t=0 0
  57. a=control:*
  58. a=range:npt=0-
  59. m=video 0 RTP/AVP 96
  60. a=rtpmap:96 H264/90000
  61. a=range:npt=0-
  62. a=framerate:0S
  63. a=fmtp:96 profile-level-id=64001f; packetization-mode=1; sprop-parameter-sets=Z2QAH62EAQwgCGEAQwgCGEAQwgCEK1AoAtyA,aO48sA==
  64. a=framerate:25
  65. a=control:trackID=3
  66.  
  67. Created receiver for "video/H264" subsession (client ports 40854-40855)
  68. Changed socket receive buffer size for the "video/H264" subsession from 212992 to 425984 bytes
  69. Sending request: SETUP rtsp://192.168.1.10:554/user=admin&password=&channel=1&stream=0./trackID=3 RTSP/1.0
  70. CSeq: 4
  71. User-Agent: openRTSP (LIVE555 Streaming Media v2016.02.09)
  72. Transport: RTP/AVP;unicast;client_port=40854-40855
  73.  
  74.  
  75. Received 235 new bytes of response data.
  76. Received a complete SETUP response:
  77. RTSP/1.0 200 OK
  78. Server: H264DVR 1.0
  79. Cseq: 4
  80. Session: 71034150;timeout=60
  81. Transport: RTP/AVP;unicast;mode=PLAY;source=192.168.1.10;client_port=40854-40855;server_port=40000-40001;ssrc=0
  82. Cache-Control: private
  83. x-Dynamic-Rate: 1
  84.  
  85.  
  86. Setup "video/H264" subsession (client ports 40854-40855)
  87. Created output file: "snapshotvideo-H264-1"
  88. Sending request: PLAY rtsp://192.168.1.10:554/user=admin&password=&channel=1&stream=0./ RTSP/1.0
  89. CSeq: 5
  90. User-Agent: openRTSP (LIVE555 Streaming Media v2016.02.09)
  91. Session: 71034150
  92. Range: npt=0.000-5.000
  93.  
  94.  
  95. Received 85 new bytes of response data.
  96. Received a complete PLAY response:
  97. RTSP/1.0 200 OK
  98. Server: H264DVR 1.0
  99. Cseq: 5
  100. Range: npt=now-
  101. Session: 71034150
  102.  
  103.  
  104. Started playing session
  105. Receiving streamed data (for up to 5.000000 seconds)...
  106. Sending request: TEARDOWN rtsp://192.168.1.10:554/user=admin&password=&channel=1&stream=0./ RTSP/1.0
  107. CSeq: 6
  108. User-Agent: openRTSP (LIVE555 Streaming Media v2016.02.09)
  109. Session: 71034150
  110.  
  111.  
  112. Received 68 new bytes of response data.
  113. Received a complete TEARDOWN response:
  114. RTSP/1.0 200 OK
  115. Server: H264DVR 1.0
  116. Cseq: 6
  117. Session: 71034150
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement