Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ./rtp_multi_test rtsp://rtspsrv:30000/ipcam_mjpeg.sdp
- Command line:
- [0] ./rtp_multi_test
- [1] rtsp://rtspsrv:30000/ipcam_mjpeg.sdp
- main.c:42-rtsp_options
- * STATE: INIT => CONNECT handle 0x9739f94; line 1397 (connection #-5000)
- * Added connection 0. The cache now contains 1 members
- * Trying xxx.xxx.xxx.xxx...
- * TCP_NODELAY set
- * STATE: CONNECT => WAITCONNECT handle 0x9739f94; line 1450 (connection #0)
- * Connected to rtspsrv (xxx.xxx.xxx.xxx) port 30000 (#0)
- * STATE: WAITCONNECT => SENDPROTOCONNECT handle 0x9739f94; line 1557 (connection #0)
- * Marked for [keep alive]: HTTP default
- * STATE: SENDPROTOCONNECT => DO handle 0x9739f94; line 1575 (connection #0)
- > OPTIONS rtsp://rtspsrv:30000/ipcam_mjpeg.sdp RTSP/1.0
- CSeq: 1
- * STATE: DO => DO_DONE handle 0x9739f94; line 1654 (connection #0)
- * STATE: DO_DONE => WAITPERFORM handle 0x9739f94; line 1781 (connection #0)
- * STATE: WAITPERFORM => PERFORM handle 0x9739f94; line 1791 (connection #0)
- * HTTP 1.1 or later with persistent connection, pipelining supported
- < RTSP/1.0 200 OK
- RTSP/1.0 200 OK
- < CSeq: 1
- CSeq: 1
- < Public: DESCRIBE, SETUP, TEARDOWN, PLAY, SET_PARAMETER
- Public: DESCRIBE, SETUP, TEARDOWN, PLAY, SET_PARAMETER
- <
- * STATE: PERFORM => DONE handle 0x9739f94; line 1955 (connection #0)
- * multi_done
- * Curl_http_done: called premature == 0
- * Connection #0 to host rtspsrv left intact
- * Expire cleared
- main.c:55-rtsp_describe
- * STATE: INIT => CONNECT handle 0x9739f94; line 1397 (connection #-5000)
- * Found bundle for host rtspsrv: 0x974bca4 [can pipeline]
- * Re-using existing connection! (#0) with host rtspsrv
- * Connected to rtspsrv (xxx.xxx.xxx.xxx) port 30000 (#0)
- * STATE: CONNECT => DO handle 0x9739f94; line 1443 (connection #0)
- > DESCRIBE rtsp://rtspsrv:30000/ipcam_mjpeg.sdp RTSP/1.0
- CSeq: 2
- Accept: application/sdp
- * STATE: DO => DO_DONE handle 0x9739f94; line 1654 (connection #0)
- * STATE: DO_DONE => WAITPERFORM handle 0x9739f94; line 1781 (connection #0)
- * STATE: WAITPERFORM => PERFORM handle 0x9739f94; line 1791 (connection #0)
- * HTTP 1.1 or later with persistent connection, pipelining supported
- < RTSP/1.0 200 OK
- < CSeq: 2
- < Content-Base: rtsp://rtspsrv:30000/ipcam_mjpeg.sdp/
- < Content-Type: application/sdp
- < Content-Length: 184
- <
- * STATE: PERFORM => DONE handle 0x9739f94; line 1955 (connection #0)
- * multi_done
- * Curl_http_done: called premature == 0
- * Connection #0 to host rtspsrv left intact
- main.c:71-rtsp_setup
- * STATE: INIT => CONNECT handle 0x9739f94; line 1397 (connection #-5000)
- * Found bundle for host rtspsrv: 0x974bca4 [can pipeline]
- * Re-using existing connection! (#0) with host rtspsrv
- * Connected to rtspsrv (xxx.xxx.xxx.xxx) port 30000 (#0)
- * STATE: CONNECT => DO handle 0x9739f94; line 1443 (connection #0)
- > SETUP rtsp://rtspsrv:30000/ipcam_mjpeg.sdp/track0 RTSP/1.0
- CSeq: 3
- Transport: RTP/AVP/TCP;interleaved=0-1
- * STATE: DO => DO_DONE handle 0x9739f94; line 1654 (connection #0)
- * STATE: DO_DONE => WAITPERFORM handle 0x9739f94; line 1781 (connection #0)
- * STATE: WAITPERFORM => PERFORM handle 0x9739f94; line 1791 (connection #0)
- * HTTP 1.1 or later with persistent connection, pipelining supported
- < RTSP/1.0 200 OK
- RTSP/1.0 200 OK
- < CSeq: 3
- CSeq: 3
- < Transport: RTP/AVP/TCP;unicast;interleaved=0-1
- Transport: RTP/AVP/TCP;unicast;interleaved=0-1
- < Session: F83A97582AC82A2E2C5879B9A1965A
- Session: F83A97582AC82A2E2C5879B9A1965A
- <
- * STATE: PERFORM => DONE handle 0x9739f94; line 1955 (connection #0)
- * multi_done
- * Curl_http_done: called premature == 0
- * Connection #0 to host rtspsrv left intact
- main.c:85-rtsp_play uri rtsp://rtspsrv:30000/ipcam_mjpeg.sdp
- * STATE: INIT => CONNECT handle 0x9739f94; line 1397 (connection #-5000)
- * Added connection 0. The cache now contains 1 members
- * Trying xxx.xxx.xxx.xxx...
- * TCP_NODELAY set
- * STATE: CONNECT => WAITCONNECT handle 0x9739f94; line 1450 (connection #0)
- main.c:177-main curl_multi_wait return is still running 1
- main.c:186-main numfds 0 repeats 0
- main.c:177-main curl_multi_wait return is still running 1
- * Connected to rtspsrv (xxx.xxx.xxx.xxx) port 30000 (#0)
- * STATE: WAITCONNECT => SENDPROTOCONNECT handle 0x9739f94; line 1557 (connection #0)
- * Marked for [keep alive]: HTTP default
- * STATE: SENDPROTOCONNECT => DO handle 0x9739f94; line 1575 (connection #0)
- > PLAY rtsp://rtspsrv:30000/ipcam_mjpeg.sdp RTSP/1.0
- CSeq: 4
- Session: F83A97582AC82A2E2C5879B9A1965A
- Range: 0.000-
- * STATE: DO => DO_DONE handle 0x9739f94; line 1654 (connection #0)
- * STATE: DO_DONE => WAITPERFORM handle 0x9739f94; line 1781 (connection #0)
- * STATE: WAITPERFORM => PERFORM handle 0x9739f94; line 1791 (connection #0)
- main.c:177-main curl_multi_wait return is still running 1
- * HTTP 1.1 or later with persistent connection, pipelining supported
- < RTSP/1.0 200 OK
- RTSP/1.0 200 OK
- < CSeq: 4
- CSeq: 4
- < Session: F83A97582AC82A2E2C5879B9A1965A
- Session: F83A97582AC82A2E2C5879B9A1965A
- < RTP-Info: url=rtsp://rtspsrv:30000/ipcam_mjpeg.sdp/track0;seq=-1676410880;rtptime=3977556321
- RTP-Info: url=rtsp://rtspsrv:30000/ipcam_mjpeg.sdp/track0;seq=-1676410880;rtptime=3977556321
- < Range: npt=0-
- Range: npt=0-
- <
- * STATE: PERFORM => DONE handle 0x9739f94; line 1955 (connection #0)
- * multi_done
- * Curl_http_done: called premature == 0
- * Connection #0 to host rtspsrv left intact
- main.c:202-main curl_multi_info_read return is CURLMSG_DONE
- * Expire cleared
- * STATE: INIT => CONNECT handle 0x9739f94; line 1397 (connection #-5000)
- * Found bundle for host rtspsrv: 0x974c9bc [can pipeline]
- * Re-using existing connection! (#0) with host rtspsrv
- * Connected to rtspsrv (xxx.xxx.xxx.xxx) port 30000 (#0)
- * STATE: CONNECT => DO handle 0x9739f94; line 1443 (connection #0)
- * STATE: DO => DO_DONE handle 0x9739f94; line 1654 (connection #0)
- * STATE: DO_DONE => WAITPERFORM handle 0x9739f94; line 1781 (connection #0)
- * STATE: WAITPERFORM => PERFORM handle 0x9739f94; line 1791 (connection #0)
- main.c:177-main curl_multi_wait return is still running 1
- main.c:186-main numfds 0 repeats 0
- main.c:177-main curl_multi_wait return is still running 1
- main.c:186-main numfds 0 repeats 1
- main.c:177-main curl_multi_wait return is still running 1
- main.c:186-main numfds 0 repeats 2
- main.c:177-main curl_multi_wait return is still running 1
- main.c:186-main numfds 0 repeats 3
- main.c:177-main curl_multi_wait return is still running 1
- main.c:186-main numfds 0 repeats 4
- main.c:177-main curl_multi_wait return is still running 1
- main.c:186-main numfds 0 repeats 5
- main.c:177-main curl_multi_wait return is still running 1
- main.c:186-main numfds 0 repeats 6
- main.c:177-main curl_multi_wait return is still running 1
- main.c:186-main numfds 0 repeats 7
- main.c:177-main curl_multi_wait return is still running 1
- main.c:186-main numfds 0 repeats 8
- main.c:177-main curl_multi_wait return is still running 1
- main.c:186-main numfds 0 repeats 9
- main.c:177-main curl_multi_wait return is still running 1
- main.c:186-main numfds 0 repeats 10
- main.c:177-main curl_multi_wait return is still running 1
- main.c:186-main numfds 0 repeats 11
- main.c:177-main curl_multi_wait return is still running 1
- main.c:186-main numfds 0 repeats 12
- main.c:177-main curl_multi_wait return is still running 1
- main.c:186-main numfds 0 repeats 13
- main.c:177-main curl_multi_wait return is still running 1
- main.c:186-main numfds 0 repeats 14
- main.c:177-main curl_multi_wait return is still running 1
- main.c:186-main numfds 0 repeats 15
- ^Cmain.c:177-main curl_multi_wait return is still running 1
- main.c:186-main numfds 0 repeats 16
- main.c:177-main curl_multi_wait return is still running 1
- main.c:186-main numfds 0 repeats 17
- main.c:177-main curl_multi_wait return is still running 1
- main.c:186-main numfds 0 repeats 18
Add Comment
Please, Sign In to add comment