Included the attachment I was mentioning below... It shows the last minute or so of the output from the modified testRTSPClient.
/Claes Thanks a lot for taking the time to test it. I'm not really sure how to proceed, but I guess I can try to locate a Linux client to compile and run the test on. It can of course be the Cisco server that does something that somehow triggers the issue to occur in the client. Cisco VSM7 should however be a complete rewrite from VSM6 and since the behavior in this case is exactly the same it would surprise me a bit, but any "oddities" can of course be carried over to a new version, rewrite or not. I've however never seen anything strange in the logs indicating this. As already mentioned, the issue always happens after calling sendTeardownCommand() (with a response handler). When looking at the callstack after the unhandled exception I often see slightly different locations, where the last reference point is to some system DLL, e.g. ntdll or msvcr90d.dll. The last RTSP client function call in the callstack is often BasicTaskScheduler::SingleStep(). Would it be of any help to keep track of and pass on the callstacks (or any other info)? As expected, the debug output (from the previously attached test program) always ends with the line "Opening connection to 192.168.1.103, port 554..." after a TEARDOWN request has been sent. I've attached an output example; not sure if it might be of any help. It can be seen that the TEARDOWN response often comes after the new stream has been started, but I assume that is ok. /Claes
[URL:"rtsp://192.168.1.103/live/TVF-01/"]: Initiated the "video/JPEG" subsession (client ports 51842-51843) Sending request: SETUP rtsp://192.168.1.103/live/TVF-01 RTSP/1.0 CSeq: 3 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Transport: RTP/AVP;unicast;client_port=51842-51843 Received 162 new bytes of response data. Received a complete SETUP response: RTSP/1.0 200 OK CSeq: 3 Session: 725498257;timeout=300 Transport: RTP/AVP;unicast;client_port=51842-51843;server_port=54142-54143;mode="PLAY";ssrc=23450494 [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Set up the "video/JPEG" subsession (client ports 51842-51843) [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Created a data sink for the "video/JPEG" subsession Sending request: PLAY rtsp://192.168.1.103/live/TVF-01/ RTSP/1.0 CSeq: 4 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Session: 725498257 Range: npt=0.000- Received 126 new bytes of response data. Received a complete PLAY response: RTSP/1.0 200 OK CSeq: 4 Session: 725498257 RTP-Info: url=rtsp://192.168.1.103/live/TVF-01;seqno=28099 Range: npt=0.00- [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Started playing session... Sending request: TEARDOWN rtsp://192.168.1.103/live/TVF-01/ RTSP/1.0 CSeq: 5 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Session: 725498257 Opening connection to 192.168.1.103, port 554... ...remote connection opened Sending request: DESCRIBE rtsp://192.168.1.103/live/TVF-16 RTSP/1.0 CSeq: 2 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Accept: application/sdp Received 485 new bytes of response data. Received a complete DESCRIBE response: RTSP/1.0 200 OK CSeq: 2 Content-Base: rtsp://192.168.1.103/live/TVF-16/ Content-Type: application/sdp Content-Length: 356 v=0 o=- 15319195471205593595 15319195471205593625 IN IP4 192.168.1.101 s=Cisco Live Media Streaming Session e=NONE c=IN IP4 0.0.0.0 b=AS:3000 t=0 0 a=control:* a=range:npt=now- m=video 0 RTP/AVP 26 a=rtpmap:26 JPEG/90000 a=fmtp:26 width=704;height=480;4CIF=1 a=framerate:15.00 a=range:npt=now- a=control:rtsp://192.168.1.103/live/TVF-16 [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Got a SDP description: v=0 o=- 15319195471205593595 15319195471205593625 IN IP4 192.168.1.101 s=Cisco Live Media Streaming Session e=NONE c=IN IP4 0.0.0.0 b=AS:3000 t=0 0 a=control:* a=range:npt=now- m=video 0 RTP/AVP 26 a=rtpmap:26 JPEG/90000 a=fmtp:26 width=704;height=480;4CIF=1 a=framerate:15.00 a=range:npt=now- a=control:rtsp://192.168.1.103/live/TVF-16 [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Initiated the "video/JPEG" subsession (client ports 51844-51845) Sending request: SETUP rtsp://192.168.1.103/live/TVF-16 RTSP/1.0 CSeq: 3 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Transport: RTP/AVP;unicast;client_port=51844-51845 Received 48 new bytes of response data. Received a complete TEARDOWN response: RTSP/1.0 200 OK CSeq: 5 Session: 725498257 [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Closing the stream. Received 162 new bytes of response data. Received a complete SETUP response: RTSP/1.0 200 OK CSeq: 3 Session: 725498258;timeout=300 Transport: RTP/AVP;unicast;client_port=51844-51845;server_port=57970-57971;mode="PLAY";ssrc=23454322 [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Set up the "video/JPEG" subsession (client ports 51844-51845) [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Created a data sink for the "video/JPEG" subsession Sending request: PLAY rtsp://192.168.1.103/live/TVF-16/ RTSP/1.0 CSeq: 4 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Session: 725498258 Range: npt=0.000- Received 126 new bytes of response data. Received a complete PLAY response: RTSP/1.0 200 OK CSeq: 4 Session: 725498258 RTP-Info: url=rtsp://192.168.1.103/live/TVF-16;seqno=25566 Range: npt=0.00- [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Started playing session... Sending request: TEARDOWN rtsp://192.168.1.103/live/TVF-16/ RTSP/1.0 CSeq: 5 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Session: 725498258 Opening connection to 192.168.1.103, port 554... ...remote connection opened Sending request: DESCRIBE rtsp://192.168.1.103/live/TVF-01 RTSP/1.0 CSeq: 2 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Accept: application/sdp Received 484 new bytes of response data. Received a complete DESCRIBE response: RTSP/1.0 200 OK CSeq: 2 Content-Base: rtsp://192.168.1.103/live/TVF-01/ Content-Type: application/sdp Content-Length: 355 v=0 o=- 15319195514411697578 15319195514411697608 IN IP4 192.168.1.101 s=Cisco Live Media Streaming Session e=NONE c=IN IP4 0.0.0.0 b=AS:640 t=0 0 a=control:* a=range:npt=now- m=video 0 RTP/AVP 26 a=rtpmap:26 JPEG/90000 a=fmtp:26 width=704;height=480;4CIF=1 a=framerate:15.00 a=range:npt=now- a=control:rtsp://192.168.1.103/live/TVF-01 [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Got a SDP description: v=0 o=- 15319195514411697578 15319195514411697608 IN IP4 192.168.1.101 s=Cisco Live Media Streaming Session e=NONE c=IN IP4 0.0.0.0 b=AS:640 t=0 0 a=control:* a=range:npt=now- m=video 0 RTP/AVP 26 a=rtpmap:26 JPEG/90000 a=fmtp:26 width=704;height=480;4CIF=1 a=framerate:15.00 a=range:npt=now- a=control:rtsp://192.168.1.103/live/TVF-01 [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Initiated the "video/JPEG" subsession (client ports 51846-51847) Sending request: SETUP rtsp://192.168.1.103/live/TVF-01 RTSP/1.0 CSeq: 3 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Transport: RTP/AVP;unicast;client_port=51846-51847 Received 162 new bytes of response data. Received a complete SETUP response: RTSP/1.0 200 OK CSeq: 3 Session: 725498259;timeout=300 Transport: RTP/AVP;unicast;client_port=51846-51847;server_port=52638-52639;mode="PLAY";ssrc=23448990 [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Set up the "video/JPEG" subsession (client ports 51846-51847) [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Created a data sink for the "video/JPEG" subsession Sending request: PLAY rtsp://192.168.1.103/live/TVF-01/ RTSP/1.0 CSeq: 4 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Session: 725498259 Range: npt=0.000- Received 126 new bytes of response data. Received a complete PLAY response: RTSP/1.0 200 OK CSeq: 4 Session: 725498259 RTP-Info: url=rtsp://192.168.1.103/live/TVF-01;seqno=30177 Range: npt=0.00- [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Started playing session... Received 48 new bytes of response data. Received a complete TEARDOWN response: RTSP/1.0 200 OK CSeq: 5 Session: 725498258 [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Closing the stream. Sending request: TEARDOWN rtsp://192.168.1.103/live/TVF-01/ RTSP/1.0 CSeq: 5 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Session: 725498259 Opening connection to 192.168.1.103, port 554... Received 48 new bytes of response data. Received a complete TEARDOWN response: RTSP/1.0 200 OK CSeq: 5 Session: 725498259 [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Closing the stream. ...remote connection opened Sending request: DESCRIBE rtsp://192.168.1.103/live/TVF-16 RTSP/1.0 CSeq: 2 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Accept: application/sdp Received 485 new bytes of response data. Received a complete DESCRIBE response: RTSP/1.0 200 OK CSeq: 2 Content-Base: rtsp://192.168.1.103/live/TVF-16/ Content-Type: application/sdp Content-Length: 356 v=0 o=- 15319195557553793662 15319195557553793692 IN IP4 192.168.1.101 s=Cisco Live Media Streaming Session e=NONE c=IN IP4 0.0.0.0 b=AS:3000 t=0 0 a=control:* a=range:npt=now- m=video 0 RTP/AVP 26 a=rtpmap:26 JPEG/90000 a=fmtp:26 width=704;height=480;4CIF=1 a=framerate:15.00 a=range:npt=now- a=control:rtsp://192.168.1.103/live/TVF-16 [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Got a SDP description: v=0 o=- 15319195557553793662 15319195557553793692 IN IP4 192.168.1.101 s=Cisco Live Media Streaming Session e=NONE c=IN IP4 0.0.0.0 b=AS:3000 t=0 0 a=control:* a=range:npt=now- m=video 0 RTP/AVP 26 a=rtpmap:26 JPEG/90000 a=fmtp:26 width=704;height=480;4CIF=1 a=framerate:15.00 a=range:npt=now- a=control:rtsp://192.168.1.103/live/TVF-16 [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Initiated the "video/JPEG" subsession (client ports 51848-51849) Sending request: SETUP rtsp://192.168.1.103/live/TVF-16 RTSP/1.0 CSeq: 3 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Transport: RTP/AVP;unicast;client_port=51848-51849 Received 162 new bytes of response data. Received a complete SETUP response: RTSP/1.0 200 OK CSeq: 3 Session: 725498260;timeout=300 Transport: RTP/AVP;unicast;client_port=51848-51849;server_port=37358-37359;mode="PLAY";ssrc=23433710 [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Set up the "video/JPEG" subsession (client ports 51848-51849) [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Created a data sink for the "video/JPEG" subsession Sending request: PLAY rtsp://192.168.1.103/live/TVF-16/ RTSP/1.0 CSeq: 4 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Session: 725498260 Range: npt=0.000- Received 126 new bytes of response data. Received a complete PLAY response: RTSP/1.0 200 OK CSeq: 4 Session: 725498260 RTP-Info: url=rtsp://192.168.1.103/live/TVF-16;seqno=62507 Range: npt=0.00- [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Started playing session... Sending request: TEARDOWN rtsp://192.168.1.103/live/TVF-16/ RTSP/1.0 CSeq: 5 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Session: 725498260 Opening connection to 192.168.1.103, port 554... ...remote connection opened Sending request: DESCRIBE rtsp://192.168.1.103/live/TVF-01 RTSP/1.0 CSeq: 2 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Accept: application/sdp Received 484 new bytes of response data. Received a complete DESCRIBE response: RTSP/1.0 200 OK CSeq: 2 Content-Base: rtsp://192.168.1.103/live/TVF-01/ Content-Type: application/sdp Content-Length: 355 v=0 o=- 15319195600666001070 15319195600666001100 IN IP4 192.168.1.101 s=Cisco Live Media Streaming Session e=NONE c=IN IP4 0.0.0.0 b=AS:640 t=0 0 a=control:* a=range:npt=now- m=video 0 RTP/AVP 26 a=rtpmap:26 JPEG/90000 a=fmtp:26 width=704;height=480;4CIF=1 a=framerate:15.00 a=range:npt=now- a=control:rtsp://192.168.1.103/live/TVF-01 [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Got a SDP description: v=0 o=- 15319195600666001070 15319195600666001100 IN IP4 192.168.1.101 s=Cisco Live Media Streaming Session e=NONE c=IN IP4 0.0.0.0 b=AS:640 t=0 0 a=control:* a=range:npt=now- m=video 0 RTP/AVP 26 a=rtpmap:26 JPEG/90000 a=fmtp:26 width=704;height=480;4CIF=1 a=framerate:15.00 a=range:npt=now- a=control:rtsp://192.168.1.103/live/TVF-01 [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Initiated the "video/JPEG" subsession (client ports 51850-51851) Sending request: SETUP rtsp://192.168.1.103/live/TVF-01 RTSP/1.0 CSeq: 3 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Transport: RTP/AVP;unicast;client_port=51850-51851 Received 48 new bytes of response data. Received a complete TEARDOWN response: RTSP/1.0 200 OK CSeq: 5 Session: 725498260 [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Closing the stream. Received 162 new bytes of response data. Received a complete SETUP response: RTSP/1.0 200 OK CSeq: 3 Session: 725498261;timeout=300 Transport: RTP/AVP;unicast;client_port=51850-51851;server_port=60050-60051;mode="PLAY";ssrc=23456402 [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Set up the "video/JPEG" subsession (client ports 51850-51851) [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Created a data sink for the "video/JPEG" subsession Sending request: PLAY rtsp://192.168.1.103/live/TVF-01/ RTSP/1.0 CSeq: 4 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Session: 725498261 Range: npt=0.000- Received 126 new bytes of response data. Received a complete PLAY response: RTSP/1.0 200 OK CSeq: 4 Session: 725498261 RTP-Info: url=rtsp://192.168.1.103/live/TVF-01;seqno=59940 Range: npt=0.00- [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Started playing session... Sending request: TEARDOWN rtsp://192.168.1.103/live/TVF-01/ RTSP/1.0 CSeq: 5 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Session: 725498261 Opening connection to 192.168.1.103, port 554... ...remote connection opened Sending request: DESCRIBE rtsp://192.168.1.103/live/TVF-16 RTSP/1.0 CSeq: 2 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Accept: application/sdp Received 48 new bytes of response data. Received a complete TEARDOWN response: RTSP/1.0 200 OK CSeq: 5 Session: 725498261 [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Closing the stream. Received 485 new bytes of response data. Received a complete DESCRIBE response: RTSP/1.0 200 OK CSeq: 2 Content-Base: rtsp://192.168.1.103/live/TVF-16/ Content-Type: application/sdp Content-Length: 356 v=0 o=- 15319195643893764572 15319195643893764602 IN IP4 192.168.1.101 s=Cisco Live Media Streaming Session e=NONE c=IN IP4 0.0.0.0 b=AS:3000 t=0 0 a=control:* a=range:npt=now- m=video 0 RTP/AVP 26 a=rtpmap:26 JPEG/90000 a=fmtp:26 width=704;height=480;4CIF=1 a=framerate:15.00 a=range:npt=now- a=control:rtsp://192.168.1.103/live/TVF-16 [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Got a SDP description: v=0 o=- 15319195643893764572 15319195643893764602 IN IP4 192.168.1.101 s=Cisco Live Media Streaming Session e=NONE c=IN IP4 0.0.0.0 b=AS:3000 t=0 0 a=control:* a=range:npt=now- m=video 0 RTP/AVP 26 a=rtpmap:26 JPEG/90000 a=fmtp:26 width=704;height=480;4CIF=1 a=framerate:15.00 a=range:npt=now- a=control:rtsp://192.168.1.103/live/TVF-16 [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Initiated the "video/JPEG" subsession (client ports 51852-51853) Sending request: SETUP rtsp://192.168.1.103/live/TVF-16 RTSP/1.0 CSeq: 3 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Transport: RTP/AVP;unicast;client_port=51852-51853 Received 162 new bytes of response data. Received a complete SETUP response: RTSP/1.0 200 OK CSeq: 3 Session: 725498262;timeout=300 Transport: RTP/AVP;unicast;client_port=51852-51853;server_port=46316-46317;mode="PLAY";ssrc=23442668 [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Set up the "video/JPEG" subsession (client ports 51852-51853) [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Created a data sink for the "video/JPEG" subsession Sending request: PLAY rtsp://192.168.1.103/live/TVF-16/ RTSP/1.0 CSeq: 4 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Session: 725498262 Range: npt=0.000- Received 126 new bytes of response data. Received a complete PLAY response: RTSP/1.0 200 OK CSeq: 4 Session: 725498262 RTP-Info: url=rtsp://192.168.1.103/live/TVF-16;seqno=25702 Range: npt=0.00- [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Started playing session... Sending request: TEARDOWN rtsp://192.168.1.103/live/TVF-16/ RTSP/1.0 CSeq: 5 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Session: 725498262 Opening connection to 192.168.1.103, port 554... ...remote connection opened Sending request: DESCRIBE rtsp://192.168.1.103/live/TVF-01 RTSP/1.0 CSeq: 2 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Accept: application/sdp Received 484 new bytes of response data. Received a complete DESCRIBE response: RTSP/1.0 200 OK CSeq: 2 Content-Base: rtsp://192.168.1.103/live/TVF-01/ Content-Type: application/sdp Content-Length: 355 v=0 o=- 15319195687035160577 15319195687035160607 IN IP4 192.168.1.101 s=Cisco Live Media Streaming Session e=NONE c=IN IP4 0.0.0.0 b=AS:640 t=0 0 a=control:* a=range:npt=now- m=video 0 RTP/AVP 26 a=rtpmap:26 JPEG/90000 a=fmtp:26 width=704;height=480;4CIF=1 a=framerate:15.00 a=range:npt=now- a=control:rtsp://192.168.1.103/live/TVF-01 [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Got a SDP description: v=0 o=- 15319195687035160577 15319195687035160607 IN IP4 192.168.1.101 s=Cisco Live Media Streaming Session e=NONE c=IN IP4 0.0.0.0 b=AS:640 t=0 0 a=control:* a=range:npt=now- m=video 0 RTP/AVP 26 a=rtpmap:26 JPEG/90000 a=fmtp:26 width=704;height=480;4CIF=1 a=framerate:15.00 a=range:npt=now- a=control:rtsp://192.168.1.103/live/TVF-01 [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Initiated the "video/JPEG" subsession (client ports 51854-51855) Sending request: SETUP rtsp://192.168.1.103/live/TVF-01 RTSP/1.0 CSeq: 3 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Transport: RTP/AVP;unicast;client_port=51854-51855 Received 48 new bytes of response data. Received a complete TEARDOWN response: RTSP/1.0 200 OK CSeq: 5 Session: 725498262 [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Closing the stream. Received 162 new bytes of response data. Received a complete SETUP response: RTSP/1.0 200 OK CSeq: 3 Session: 725498263;timeout=300 Transport: RTP/AVP;unicast;client_port=51854-51855;server_port=56840-56841;mode="PLAY";ssrc=23453192 [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Set up the "video/JPEG" subsession (client ports 51854-51855) [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Created a data sink for the "video/JPEG" subsession Sending request: PLAY rtsp://192.168.1.103/live/TVF-01/ RTSP/1.0 CSeq: 4 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Session: 725498263 Range: npt=0.000- Received 126 new bytes of response data. Received a complete PLAY response: RTSP/1.0 200 OK CSeq: 4 Session: 725498263 RTP-Info: url=rtsp://192.168.1.103/live/TVF-01;seqno=49459 Range: npt=0.00- [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Started playing session... Sending request: TEARDOWN rtsp://192.168.1.103/live/TVF-01/ RTSP/1.0 CSeq: 5 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Session: 725498263 Opening connection to 192.168.1.103, port 554... ...remote connection opened Sending request: DESCRIBE rtsp://192.168.1.103/live/TVF-16 RTSP/1.0 CSeq: 2 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Accept: application/sdp Received 485 new bytes of response data. Received a complete DESCRIBE response: RTSP/1.0 200 OK CSeq: 2 Content-Base: rtsp://192.168.1.103/live/TVF-16/ Content-Type: application/sdp Content-Length: 356 v=0 o=- 15319195730183303976 15319195730183304006 IN IP4 192.168.1.101 s=Cisco Live Media Streaming Session e=NONE c=IN IP4 0.0.0.0 b=AS:3000 t=0 0 a=control:* a=range:npt=now- m=video 0 RTP/AVP 26 a=rtpmap:26 JPEG/90000 a=fmtp:26 width=704;height=480;4CIF=1 a=framerate:15.00 a=range:npt=now- a=control:rtsp://192.168.1.103/live/TVF-16 [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Got a SDP description: v=0 o=- 15319195730183303976 15319195730183304006 IN IP4 192.168.1.101 s=Cisco Live Media Streaming Session e=NONE c=IN IP4 0.0.0.0 b=AS:3000 t=0 0 a=control:* a=range:npt=now- m=video 0 RTP/AVP 26 a=rtpmap:26 JPEG/90000 a=fmtp:26 width=704;height=480;4CIF=1 a=framerate:15.00 a=range:npt=now- a=control:rtsp://192.168.1.103/live/TVF-16 [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Initiated the "video/JPEG" subsession (client ports 51856-51857) Sending request: SETUP rtsp://192.168.1.103/live/TVF-16 RTSP/1.0 CSeq: 3 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Transport: RTP/AVP;unicast;client_port=51856-51857 Received 162 new bytes of response data. Received a complete SETUP response: RTSP/1.0 200 OK CSeq: 3 Session: 725498264;timeout=300 Transport: RTP/AVP;unicast;client_port=51856-51857;server_port=33044-33045;mode="PLAY";ssrc=23429396 [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Set up the "video/JPEG" subsession (client ports 51856-51857) [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Created a data sink for the "video/JPEG" subsession Sending request: PLAY rtsp://192.168.1.103/live/TVF-16/ RTSP/1.0 CSeq: 4 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Session: 725498264 Range: npt=0.000- Received 125 new bytes of response data. Received a complete PLAY response: RTSP/1.0 200 OK CSeq: 4 Session: 725498264 RTP-Info: url=rtsp://192.168.1.103/live/TVF-16;seqno=5672 Range: npt=0.00- [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Started playing session... Received 48 new bytes of response data. Received a complete TEARDOWN response: RTSP/1.0 200 OK CSeq: 5 Session: 725498263 [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Closing the stream. Sending request: TEARDOWN rtsp://192.168.1.103/live/TVF-16/ RTSP/1.0 CSeq: 5 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Session: 725498264 Opening connection to 192.168.1.103, port 554... ...remote connection opened Sending request: DESCRIBE rtsp://192.168.1.103/live/TVF-01 RTSP/1.0 CSeq: 2 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Accept: application/sdp Received 484 new bytes of response data. Received a complete DESCRIBE response: RTSP/1.0 200 OK CSeq: 2 Content-Base: rtsp://192.168.1.103/live/TVF-01/ Content-Type: application/sdp Content-Length: 355 v=0 o=- 15319195773337181156 15319195773337181186 IN IP4 192.168.1.101 s=Cisco Live Media Streaming Session e=NONE c=IN IP4 0.0.0.0 b=AS:640 t=0 0 a=control:* a=range:npt=now- m=video 0 RTP/AVP 26 a=rtpmap:26 JPEG/90000 a=fmtp:26 width=704;height=480;4CIF=1 a=framerate:15.00 a=range:npt=now- a=control:rtsp://192.168.1.103/live/TVF-01 [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Got a SDP description: v=0 o=- 15319195773337181156 15319195773337181186 IN IP4 192.168.1.101 s=Cisco Live Media Streaming Session e=NONE c=IN IP4 0.0.0.0 b=AS:640 t=0 0 a=control:* a=range:npt=now- m=video 0 RTP/AVP 26 a=rtpmap:26 JPEG/90000 a=fmtp:26 width=704;height=480;4CIF=1 a=framerate:15.00 a=range:npt=now- a=control:rtsp://192.168.1.103/live/TVF-01 [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Initiated the "video/JPEG" subsession (client ports 51858-51859) Sending request: SETUP rtsp://192.168.1.103/live/TVF-01 RTSP/1.0 CSeq: 3 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Transport: RTP/AVP;unicast;client_port=51858-51859 Received 48 new bytes of response data. Received a complete TEARDOWN response: RTSP/1.0 200 OK CSeq: 5 Session: 725498264 [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Closing the stream. Received 162 new bytes of response data. Received a complete SETUP response: RTSP/1.0 200 OK CSeq: 3 Session: 725498265;timeout=300 Transport: RTP/AVP;unicast;client_port=51858-51859;server_port=43244-43245;mode="PLAY";ssrc=23439596 [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Set up the "video/JPEG" subsession (client ports 51858-51859) [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Created a data sink for the "video/JPEG" subsession Sending request: PLAY rtsp://192.168.1.103/live/TVF-01/ RTSP/1.0 CSeq: 4 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Session: 725498265 Range: npt=0.000- Received 126 new bytes of response data. Received a complete PLAY response: RTSP/1.0 200 OK CSeq: 4 Session: 725498265 RTP-Info: url=rtsp://192.168.1.103/live/TVF-01;seqno=61509 Range: npt=0.00- [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Started playing session... Sending request: TEARDOWN rtsp://192.168.1.103/live/TVF-01/ RTSP/1.0 CSeq: 5 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Session: 725498265 Opening connection to 192.168.1.103, port 554... ...remote connection opened Sending request: DESCRIBE rtsp://192.168.1.103/live/TVF-16 RTSP/1.0 CSeq: 2 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Accept: application/sdp Received 485 new bytes of response data. Received a complete DESCRIBE response: RTSP/1.0 200 OK CSeq: 2 Content-Base: rtsp://192.168.1.103/live/TVF-16/ Content-Type: application/sdp Content-Length: 356 v=0 o=- 15319195816488717579 15319195816488717609 IN IP4 192.168.1.101 s=Cisco Live Media Streaming Session e=NONE c=IN IP4 0.0.0.0 b=AS:3000 t=0 0 a=control:* a=range:npt=now- m=video 0 RTP/AVP 26 a=rtpmap:26 JPEG/90000 a=fmtp:26 width=704;height=480;4CIF=1 a=framerate:15.00 a=range:npt=now- a=control:rtsp://192.168.1.103/live/TVF-16 [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Got a SDP description: v=0 o=- 15319195816488717579 15319195816488717609 IN IP4 192.168.1.101 s=Cisco Live Media Streaming Session e=NONE c=IN IP4 0.0.0.0 b=AS:3000 t=0 0 a=control:* a=range:npt=now- m=video 0 RTP/AVP 26 a=rtpmap:26 JPEG/90000 a=fmtp:26 width=704;height=480;4CIF=1 a=framerate:15.00 a=range:npt=now- a=control:rtsp://192.168.1.103/live/TVF-16 [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Initiated the "video/JPEG" subsession (client ports 51860-51861) Sending request: SETUP rtsp://192.168.1.103/live/TVF-16 RTSP/1.0 CSeq: 3 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Transport: RTP/AVP;unicast;client_port=51860-51861 Received 48 new bytes of response data. Received a complete TEARDOWN response: RTSP/1.0 200 OK CSeq: 5 Session: 725498265 [URL:"rtsp://192.168.1.103/live/TVF-01/"]: Closing the stream. Received 162 new bytes of response data. Received a complete SETUP response: RTSP/1.0 200 OK CSeq: 3 Session: 725498266;timeout=300 Transport: RTP/AVP;unicast;client_port=51860-51861;server_port=43580-43581;mode="PLAY";ssrc=23439932 [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Set up the "video/JPEG" subsession (client ports 51860-51861) [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Created a data sink for the "video/JPEG" subsession Sending request: PLAY rtsp://192.168.1.103/live/TVF-16/ RTSP/1.0 CSeq: 4 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Session: 725498266 Range: npt=0.000- Received 126 new bytes of response data. Received a complete PLAY response: RTSP/1.0 200 OK CSeq: 4 Session: 725498266 RTP-Info: url=rtsp://192.168.1.103/live/TVF-16;seqno=34501 Range: npt=0.00- [URL:"rtsp://192.168.1.103/live/TVF-16/"]: Started playing session... Sending request: TEARDOWN rtsp://192.168.1.103/live/TVF-16/ RTSP/1.0 CSeq: 5 User-Agent: Test (LIVE555 Streaming Media v2013.01.04) Session: 725498266 Opening connection to 192.168.1.103, port 554...
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel