Guest User

multi

a guest
Sep 14th, 2016
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.68 KB | None | 0 0
  1. ./rtp_multi_test rtsp://rtspsrv:30000/ipcam_mjpeg.sdp
  2. Command line:
  3. [0] ./rtp_multi_test
  4. [1] rtsp://rtspsrv:30000/ipcam_mjpeg.sdp
  5. main.c:42-rtsp_options
  6. * STATE: INIT => CONNECT handle 0x9739f94; line 1397 (connection #-5000)
  7. * Added connection 0. The cache now contains 1 members
  8. * Trying xxx.xxx.xxx.xxx...
  9. * TCP_NODELAY set
  10. * STATE: CONNECT => WAITCONNECT handle 0x9739f94; line 1450 (connection #0)
  11. * Connected to rtspsrv (xxx.xxx.xxx.xxx) port 30000 (#0)
  12. * STATE: WAITCONNECT => SENDPROTOCONNECT handle 0x9739f94; line 1557 (connection #0)
  13. * Marked for [keep alive]: HTTP default
  14. * STATE: SENDPROTOCONNECT => DO handle 0x9739f94; line 1575 (connection #0)
  15. > OPTIONS rtsp://rtspsrv:30000/ipcam_mjpeg.sdp RTSP/1.0
  16. CSeq: 1
  17.  
  18. * STATE: DO => DO_DONE handle 0x9739f94; line 1654 (connection #0)
  19. * STATE: DO_DONE => WAITPERFORM handle 0x9739f94; line 1781 (connection #0)
  20. * STATE: WAITPERFORM => PERFORM handle 0x9739f94; line 1791 (connection #0)
  21. * HTTP 1.1 or later with persistent connection, pipelining supported
  22. < RTSP/1.0 200 OK
  23. RTSP/1.0 200 OK
  24. < CSeq: 1
  25. CSeq: 1
  26. < Public: DESCRIBE, SETUP, TEARDOWN, PLAY, SET_PARAMETER
  27. Public: DESCRIBE, SETUP, TEARDOWN, PLAY, SET_PARAMETER
  28.  
  29. <
  30. * STATE: PERFORM => DONE handle 0x9739f94; line 1955 (connection #0)
  31. * multi_done
  32. * Curl_http_done: called premature == 0
  33. * Connection #0 to host rtspsrv left intact
  34. * Expire cleared
  35. main.c:55-rtsp_describe
  36. * STATE: INIT => CONNECT handle 0x9739f94; line 1397 (connection #-5000)
  37. * Found bundle for host rtspsrv: 0x974bca4 [can pipeline]
  38. * Re-using existing connection! (#0) with host rtspsrv
  39. * Connected to rtspsrv (xxx.xxx.xxx.xxx) port 30000 (#0)
  40. * STATE: CONNECT => DO handle 0x9739f94; line 1443 (connection #0)
  41. > DESCRIBE rtsp://rtspsrv:30000/ipcam_mjpeg.sdp RTSP/1.0
  42. CSeq: 2
  43. Accept: application/sdp
  44.  
  45. * STATE: DO => DO_DONE handle 0x9739f94; line 1654 (connection #0)
  46. * STATE: DO_DONE => WAITPERFORM handle 0x9739f94; line 1781 (connection #0)
  47. * STATE: WAITPERFORM => PERFORM handle 0x9739f94; line 1791 (connection #0)
  48. * HTTP 1.1 or later with persistent connection, pipelining supported
  49. < RTSP/1.0 200 OK
  50. < CSeq: 2
  51. < Content-Base: rtsp://rtspsrv:30000/ipcam_mjpeg.sdp/
  52. < Content-Type: application/sdp
  53. < Content-Length: 184
  54. <
  55. * STATE: PERFORM => DONE handle 0x9739f94; line 1955 (connection #0)
  56. * multi_done
  57. * Curl_http_done: called premature == 0
  58. * Connection #0 to host rtspsrv left intact
  59. main.c:71-rtsp_setup
  60. * STATE: INIT => CONNECT handle 0x9739f94; line 1397 (connection #-5000)
  61. * Found bundle for host rtspsrv: 0x974bca4 [can pipeline]
  62. * Re-using existing connection! (#0) with host rtspsrv
  63. * Connected to rtspsrv (xxx.xxx.xxx.xxx) port 30000 (#0)
  64. * STATE: CONNECT => DO handle 0x9739f94; line 1443 (connection #0)
  65. > SETUP rtsp://rtspsrv:30000/ipcam_mjpeg.sdp/track0 RTSP/1.0
  66. CSeq: 3
  67. Transport: RTP/AVP/TCP;interleaved=0-1
  68.  
  69. * STATE: DO => DO_DONE handle 0x9739f94; line 1654 (connection #0)
  70. * STATE: DO_DONE => WAITPERFORM handle 0x9739f94; line 1781 (connection #0)
  71. * STATE: WAITPERFORM => PERFORM handle 0x9739f94; line 1791 (connection #0)
  72. * HTTP 1.1 or later with persistent connection, pipelining supported
  73. < RTSP/1.0 200 OK
  74. RTSP/1.0 200 OK
  75. < CSeq: 3
  76. CSeq: 3
  77. < Transport: RTP/AVP/TCP;unicast;interleaved=0-1
  78. Transport: RTP/AVP/TCP;unicast;interleaved=0-1
  79. < Session: F83A97582AC82A2E2C5879B9A1965A
  80. Session: F83A97582AC82A2E2C5879B9A1965A
  81.  
  82. <
  83. * STATE: PERFORM => DONE handle 0x9739f94; line 1955 (connection #0)
  84. * multi_done
  85. * Curl_http_done: called premature == 0
  86. * Connection #0 to host rtspsrv left intact
  87. main.c:85-rtsp_play uri rtsp://rtspsrv:30000/ipcam_mjpeg.sdp
  88. * STATE: INIT => CONNECT handle 0x9739f94; line 1397 (connection #-5000)
  89. * Added connection 0. The cache now contains 1 members
  90. * Trying xxx.xxx.xxx.xxx...
  91. * TCP_NODELAY set
  92. * STATE: CONNECT => WAITCONNECT handle 0x9739f94; line 1450 (connection #0)
  93. main.c:177-main curl_multi_wait return is still running 1
  94. main.c:186-main numfds 0 repeats 0
  95. main.c:177-main curl_multi_wait return is still running 1
  96. * Connected to rtspsrv (xxx.xxx.xxx.xxx) port 30000 (#0)
  97. * STATE: WAITCONNECT => SENDPROTOCONNECT handle 0x9739f94; line 1557 (connection #0)
  98. * Marked for [keep alive]: HTTP default
  99. * STATE: SENDPROTOCONNECT => DO handle 0x9739f94; line 1575 (connection #0)
  100. > PLAY rtsp://rtspsrv:30000/ipcam_mjpeg.sdp RTSP/1.0
  101. CSeq: 4
  102. Session: F83A97582AC82A2E2C5879B9A1965A
  103. Range: 0.000-
  104.  
  105. * STATE: DO => DO_DONE handle 0x9739f94; line 1654 (connection #0)
  106. * STATE: DO_DONE => WAITPERFORM handle 0x9739f94; line 1781 (connection #0)
  107. * STATE: WAITPERFORM => PERFORM handle 0x9739f94; line 1791 (connection #0)
  108. main.c:177-main curl_multi_wait return is still running 1
  109. * HTTP 1.1 or later with persistent connection, pipelining supported
  110. < RTSP/1.0 200 OK
  111. RTSP/1.0 200 OK
  112. < CSeq: 4
  113. CSeq: 4
  114. < Session: F83A97582AC82A2E2C5879B9A1965A
  115. Session: F83A97582AC82A2E2C5879B9A1965A
  116. < RTP-Info: url=rtsp://rtspsrv:30000/ipcam_mjpeg.sdp/track0;seq=-1676410880;rtptime=3977556321
  117. RTP-Info: url=rtsp://rtspsrv:30000/ipcam_mjpeg.sdp/track0;seq=-1676410880;rtptime=3977556321
  118. < Range: npt=0-
  119. Range: npt=0-
  120.  
  121. <
  122. * STATE: PERFORM => DONE handle 0x9739f94; line 1955 (connection #0)
  123. * multi_done
  124. * Curl_http_done: called premature == 0
  125. * Connection #0 to host rtspsrv left intact
  126. main.c:202-main curl_multi_info_read return is CURLMSG_DONE
  127. * Expire cleared
  128. * STATE: INIT => CONNECT handle 0x9739f94; line 1397 (connection #-5000)
  129. * Found bundle for host rtspsrv: 0x974c9bc [can pipeline]
  130. * Re-using existing connection! (#0) with host rtspsrv
  131. * Connected to rtspsrv (xxx.xxx.xxx.xxx) port 30000 (#0)
  132. * STATE: CONNECT => DO handle 0x9739f94; line 1443 (connection #0)
  133. * STATE: DO => DO_DONE handle 0x9739f94; line 1654 (connection #0)
  134. * STATE: DO_DONE => WAITPERFORM handle 0x9739f94; line 1781 (connection #0)
  135. * STATE: WAITPERFORM => PERFORM handle 0x9739f94; line 1791 (connection #0)
  136. main.c:177-main curl_multi_wait return is still running 1
  137. main.c:186-main numfds 0 repeats 0
  138. main.c:177-main curl_multi_wait return is still running 1
  139. main.c:186-main numfds 0 repeats 1
  140. main.c:177-main curl_multi_wait return is still running 1
  141. main.c:186-main numfds 0 repeats 2
  142. main.c:177-main curl_multi_wait return is still running 1
  143. main.c:186-main numfds 0 repeats 3
  144. main.c:177-main curl_multi_wait return is still running 1
  145. main.c:186-main numfds 0 repeats 4
  146. main.c:177-main curl_multi_wait return is still running 1
  147. main.c:186-main numfds 0 repeats 5
  148. main.c:177-main curl_multi_wait return is still running 1
  149. main.c:186-main numfds 0 repeats 6
  150. main.c:177-main curl_multi_wait return is still running 1
  151. main.c:186-main numfds 0 repeats 7
  152. main.c:177-main curl_multi_wait return is still running 1
  153. main.c:186-main numfds 0 repeats 8
  154. main.c:177-main curl_multi_wait return is still running 1
  155. main.c:186-main numfds 0 repeats 9
  156. main.c:177-main curl_multi_wait return is still running 1
  157. main.c:186-main numfds 0 repeats 10
  158. main.c:177-main curl_multi_wait return is still running 1
  159. main.c:186-main numfds 0 repeats 11
  160. main.c:177-main curl_multi_wait return is still running 1
  161. main.c:186-main numfds 0 repeats 12
  162. main.c:177-main curl_multi_wait return is still running 1
  163. main.c:186-main numfds 0 repeats 13
  164. main.c:177-main curl_multi_wait return is still running 1
  165. main.c:186-main numfds 0 repeats 14
  166. main.c:177-main curl_multi_wait return is still running 1
  167. main.c:186-main numfds 0 repeats 15
  168. ^Cmain.c:177-main curl_multi_wait return is still running 1
  169. main.c:186-main numfds 0 repeats 16
  170. main.c:177-main curl_multi_wait return is still running 1
  171. main.c:186-main numfds 0 repeats 17
  172. main.c:177-main curl_multi_wait return is still running 1
  173. main.c:186-main numfds 0 repeats 18
Add Comment
Please, Sign In to add comment