[Live-devel] ProxyServer sending RTSP "options" keep-alive without authentication
jiehui
jiehui at gelement.com
Tue Jun 5 00:05:39 PDT 2018
Here are the diagnostic output:
Created new TCP socket 264 for connection
Connecting to 10.3.0.223, port 554 on socket 264...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 2
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 178 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 401 Unauthorized
CSeq: 2
Connection: Close
Date: Tue, 05 Jun 2018 14:04:10 GMT
WWW-Authenticate: Digest
realm="Operator",nonce="3983eb84382ba9811726fc1c2e7fb8be"
Resending...
Created new TCP socket 264 for connection
Connecting to 10.3.0.223, port 554 on socket 264...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 3
Authorization: Digest username="root", realm="Operator",
nonce="3983eb84382ba9811726fc1c2e7fb8be",
uri="rtsp://10.3.0.223:554/profile0=r",
response="78858ae56c10f5ebde18575660a69670"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 141 new bytes of response data.
Have received 141 total bytes of a DESCRIBE RTSP response; awaiting 400
bytes more.
Received 400 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 200 OK
CSeq: 3
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:04:10 GMT
Content-Type: application/sdp
Content-Length: 400
v=0
o=- 0 0 IN IP4 10.3.0.223
s=rtsp://10.3.0.223/profile0
c=IN IP4 0.0.0.0
t=0 0
m=data 0 RTP/AVP 122
b=AS:10
a=rtpmap:122 vnd.onvif.metadata/90000
a=control:rtsp://10.3.0.223/profile0/METAEnc
m=audio 0 RTP/AVP 0
b=AS:64
a=rtpmap:0 PCMU/8000/1
a=control:rtsp://10.3.0.223/profile0/G711Enc
m=video 0 RTP/AVP 26
a=rtpmap:26 JPEG/90000
a=control:rtsp://10.3.0.223/profile0/JPEGEnc
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new
"ProxyServerMediaSubsession" for RTP/data/VND.ONVIF.METADATA track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new
"ProxyServerMediaSubsession" for RTP/audio/PCMU track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new
"ProxyServerMediaSubsession" for RTP/video/JPEG track
add success rtsp://10.3.0.223:554/profile0=r
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::createNewStreamSource(session
id 0)
Initiated:
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewStreamSource(session
id 0)
Initiated:
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewStreamSource(session
id 0)
Initiated:
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewStreamSource(session
id 2901342196)
Sending request: SETUP rtsp://10.3.0.223/profile0/G711Enc RTSP/1.0
CSeq: 4
Authorization: Digest username="root", realm="Operator",
nonce="3983eb84382ba9811726fc1c2e7fb8be",
uri="rtsp://10.3.0.223:554/profile0=r",
response="86f91aefbfe4a86221ec41cb3aeea40e"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Transport: RTP/AVP;unicast;client_port=62460-62461
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewStreamSource(session
id 2901342196)
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewRTPSink()
Received 227 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 4
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:04:11 GMT
Session: 1789637188;timeout=60
Transport:
RTP/AVP;unicast;client_port=62460-62461;source=10.3.0.223;server_port=7000-7001;ssrc=709e0b52
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::continueAfterSETUP():
head codec: PCMU; numSubsessions 3
queue: PCMU JPEG
Sending request: SETUP rtsp://10.3.0.223/profile0/JPEGEnc RTSP/1.0
CSeq: 5
Authorization: Digest username="root", realm="Operator",
nonce="3983eb84382ba9811726fc1c2e7fb8be",
uri="rtsp://10.3.0.223:554/profile0=r",
response="86f91aefbfe4a86221ec41cb3aeea40e"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Transport: RTP/AVP;unicast;client_port=62464-62465
Session: 1789637188
Received 227 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 5
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:04:11 GMT
Session: 1789637188;timeout=60
Transport:
RTP/AVP;unicast;client_port=62464-62465;source=10.3.0.223;server_port=7000-7001;ssrc=709e0b52
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::continueAfterSETUP():
head codec: JPEG; numSubsessions 3
queue: JPEG
Sending request: PLAY rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 6
Authorization: Digest username="root", realm="Operator",
nonce="3983eb84382ba9811726fc1c2e7fb8be",
uri="rtsp://10.3.0.223:554/profile0=r",
response="b9203ff23f6a6640b6ef090dc9b5164a"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 1789637188
Received 256 new bytes of response data.
Received a complete PLAY response:
RTSP/1.0 200 OK
CSeq: 6
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:04:16 GMT
Session: 1789637188
RTP-Info:
url=rtsp://10.3.0.223/profile0/G711Enc;seq=14013;rtptime=2183740956,url=rtsp://10.3.0.223/profile0/JPEGEnc;seq=14013;rtptime=934387666
Sending request: OPTIONS rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 7
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 1789637188
Received 178 new bytes of response data.
Received a complete OPTIONS response:
RTSP/1.0 401 Unauthorized
CSeq: 7
Connection: Close
Date: Tue, 05 Jun 2018 14:04:47 GMT
WWW-Authenticate: Digest
realm="Operator",nonce="3c72b5ae64cdbd713ddc352f0398068b"
Resending...
Created new TCP socket 264 for connection
Connecting to 10.3.0.223, port 554 on socket 264...
...remote connection opened
Sending request: OPTIONS rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 8
Authorization: Digest username="root", realm="Operator",
nonce="3c72b5ae64cdbd713ddc352f0398068b",
uri="rtsp://10.3.0.223:554/profile0=r",
response="66177d32f5c60df14c0597bfdbc98a4d"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 1789637188
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]:
received RTCP "BYE". (The back-end stream has ended.)
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::closeStreamSource()
ProxyRTSPClient::scheduleReset
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::doReset
ProxyServerMediaSubsession[(NULL),PCMU]::closeStreamSource()
ProxyServerMediaSubsession[(NULL),JPEG]::closeStreamSource()
ProxyServerMediaSubsession[(NULL),VND.ONVIF.METADATA]::~ProxyServerMediaSubsession()
ProxyServerMediaSubsession[(NULL),PCMU]::~ProxyServerMediaSubsession()
ProxyServerMediaSubsession[(NULL),JPEG]::~ProxyServerMediaSubsession()
Created new TCP socket 492 for connection
Connecting to 10.3.0.223, port 554 on socket 492...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 9
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 178 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 401 Unauthorized
CSeq: 9
Connection: Close
Date: Tue, 05 Jun 2018 14:04:47 GMT
WWW-Authenticate: Digest
realm="Operator",nonce="cae91eb78cad5a670cb2937d25b2f584"
Resending...
Created new TCP socket 324 for connection
Connecting to 10.3.0.223, port 554 on socket 324...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 10
Authorization: Digest username="root", realm="Operator",
nonce="cae91eb78cad5a670cb2937d25b2f584",
uri="rtsp://10.3.0.223:554/profile0=r",
response="a2b969efdce6e2046aa8dfbbdb576d38"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 142 new bytes of response data.
Have received 142 total bytes of a DESCRIBE RTSP response; awaiting 400
bytes more.
Received 400 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 200 OK
CSeq: 10
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:04:47 GMT
Content-Type: application/sdp
Content-Length: 400
v=0
o=- 0 0 IN IP4 10.3.0.223
s=rtsp://10.3.0.223/profile0
c=IN IP4 0.0.0.0
t=0 0
m=data 0 RTP/AVP 122
b=AS:10
a=rtpmap:122 vnd.onvif.metadata/90000
a=control:rtsp://10.3.0.223/profile0/METAEnc
m=audio 0 RTP/AVP 0
b=AS:64
a=rtpmap:0 PCMU/8000/1
a=control:rtsp://10.3.0.223/profile0/G711Enc
m=video 0 RTP/AVP 26
a=rtpmap:26 JPEG/90000
a=control:rtsp://10.3.0.223/profile0/JPEGEnc
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new
"ProxyServerMediaSubsession" for RTP/data/VND.ONVIF.METADATA track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new
"ProxyServerMediaSubsession" for RTP/audio/PCMU track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new
"ProxyServerMediaSubsession" for RTP/video/JPEG track
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::createNewStreamSource(session
id 0)
Initiated:
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewStreamSource(session
id 0)
Initiated:
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewStreamSource(session
id 0)
Initiated:
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewStreamSource(session
id 2580197143)
Sending request: SETUP rtsp://10.3.0.223/profile0/G711Enc RTSP/1.0
CSeq: 11
Authorization: Digest username="root", realm="Operator",
nonce="cae91eb78cad5a670cb2937d25b2f584",
uri="rtsp://10.3.0.223:554/profile0=r",
response="9eba419f6039006072febac9d35e49a8"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Transport: RTP/AVP;unicast;client_port=62476-62477
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewStreamSource(session
id 2580197143)
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewRTPSink()
Received 228 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 11
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:04:57 GMT
Session: 1789637188;timeout=60
Transport:
RTP/AVP;unicast;client_port=62476-62477;source=10.3.0.223;server_port=7000-7001;ssrc=709e0b52
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::continueAfterSETUP():
head codec: PCMU; numSubsessions 3
queue: PCMU JPEG
Sending request: SETUP rtsp://10.3.0.223/profile0/JPEGEnc RTSP/1.0
CSeq: 12
Authorization: Digest username="root", realm="Operator",
nonce="cae91eb78cad5a670cb2937d25b2f584",
uri="rtsp://10.3.0.223:554/profile0=r",
response="9eba419f6039006072febac9d35e49a8"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Transport: RTP/AVP;unicast;client_port=62480-62481
Session: 1789637188
Received 228 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 12
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:04:57 GMT
Session: 1789637188;timeout=60
Transport:
RTP/AVP;unicast;client_port=62480-62481;source=10.3.0.223;server_port=7000-7001;ssrc=709e0b52
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::continueAfterSETUP():
head codec: JPEG; numSubsessions 3
queue: JPEG
Sending request: PLAY rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 13
Authorization: Digest username="root", realm="Operator",
nonce="cae91eb78cad5a670cb2937d25b2f584",
uri="rtsp://10.3.0.223:554/profile0=r",
response="f11cd1f1e15137039d6b8310de08a13b"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 1789637188
Received 257 new bytes of response data.
Received a complete PLAY response:
RTSP/1.0 200 OK
CSeq: 13
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:05:02 GMT
Session: 1789637188
RTP-Info:
url=rtsp://10.3.0.223/profile0/G711Enc;seq=14013;rtptime=2184110284,url=rtsp://10.3.0.223/profile0/JPEGEnc;seq=14013;rtptime=938542606
Sending request: OPTIONS rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 14
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 1789637188
Received 179 new bytes of response data.
Received a complete OPTIONS response:
RTSP/1.0 401 Unauthorized
CSeq: 14
Connection: Close
Date: Tue, 05 Jun 2018 14:05:27 GMT
WWW-Authenticate: Digest
realm="Operator",nonce="76c8e2c822cad23e15c9c490fddb2b0d"
Resending...
Created new TCP socket 324 for connection
Connecting to 10.3.0.223, port 554 on socket 324...
...remote connection opened
Sending request: OPTIONS rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 15
Authorization: Digest username="root", realm="Operator",
nonce="76c8e2c822cad23e15c9c490fddb2b0d",
uri="rtsp://10.3.0.223:554/profile0=r",
response="c29c622cc1ba20d5a793088bae397e2b"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 1789637188
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]:
received RTCP "BYE". (The back-end stream has ended.)
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::closeStreamSource()
ProxyRTSPClient::scheduleReset
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::doReset
ProxyServerMediaSubsession[(NULL),PCMU]::closeStreamSource()
ProxyServerMediaSubsession[(NULL),JPEG]::closeStreamSource()
ProxyServerMediaSubsession[(NULL),VND.ONVIF.METADATA]::~ProxyServerMediaSubsession()
ProxyServerMediaSubsession[(NULL),PCMU]::~ProxyServerMediaSubsession()
ProxyServerMediaSubsession[(NULL),JPEG]::~ProxyServerMediaSubsession()
Created new TCP socket 480 for connection
Connecting to 10.3.0.223, port 554 on socket 480...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 16
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 179 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 401 Unauthorized
CSeq: 16
Connection: Close
Date: Tue, 05 Jun 2018 14:05:27 GMT
WWW-Authenticate: Digest
realm="Operator",nonce="6e94bffde8ce38049f04e153ee094d41"
Resending...
Created new TCP socket 480 for connection
Connecting to 10.3.0.223, port 554 on socket 480...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 17
Authorization: Digest username="root", realm="Operator",
nonce="6e94bffde8ce38049f04e153ee094d41",
uri="rtsp://10.3.0.223:554/profile0=r",
response="8955c91cb2671866029c1e82c4516149"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 142 new bytes of response data.
Have received 142 total bytes of a DESCRIBE RTSP response; awaiting 400
bytes more.
Received 400 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 200 OK
CSeq: 17
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:05:27 GMT
Content-Type: application/sdp
Content-Length: 400
v=0
o=- 0 0 IN IP4 10.3.0.223
s=rtsp://10.3.0.223/profile0
c=IN IP4 0.0.0.0
t=0 0
m=data 0 RTP/AVP 122
b=AS:10
a=rtpmap:122 vnd.onvif.metadata/90000
a=control:rtsp://10.3.0.223/profile0/METAEnc
m=audio 0 RTP/AVP 0
b=AS:64
a=rtpmap:0 PCMU/8000/1
a=control:rtsp://10.3.0.223/profile0/G711Enc
m=video 0 RTP/AVP 26
a=rtpmap:26 JPEG/90000
a=control:rtsp://10.3.0.223/profile0/JPEGEnc
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new
"ProxyServerMediaSubsession" for RTP/data/VND.ONVIF.METADATA track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new
"ProxyServerMediaSubsession" for RTP/audio/PCMU track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new
"ProxyServerMediaSubsession" for RTP/video/JPEG track
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::createNewStreamSource(session
id 0)
Initiated:
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewStreamSource(session
id 0)
Initiated:
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewStreamSource(session
id 0)
Initiated:
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewStreamSource(session
id 2792232334)
Sending request: SETUP rtsp://10.3.0.223/profile0/G711Enc RTSP/1.0
CSeq: 18
Authorization: Digest username="root", realm="Operator",
nonce="6e94bffde8ce38049f04e153ee094d41",
uri="rtsp://10.3.0.223:554/profile0=r",
response="e4b53282cb9b77985515f47725bb1e51"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Transport: RTP/AVP;unicast;client_port=62492-62493
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewStreamSource(session
id 2792232334)
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewRTPSink()
Received 227 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 18
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:05:38 GMT
Session: 594593599;timeout=60
Transport:
RTP/AVP;unicast;client_port=62492-62493;source=10.3.0.223;server_port=7000-7001;ssrc=709e0b52
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::continueAfterSETUP():
head codec: PCMU; numSubsessions 3
queue: PCMU JPEG
Sending request: SETUP rtsp://10.3.0.223/profile0/JPEGEnc RTSP/1.0
CSeq: 19
Authorization: Digest username="root", realm="Operator",
nonce="6e94bffde8ce38049f04e153ee094d41",
uri="rtsp://10.3.0.223:554/profile0=r",
response="e4b53282cb9b77985515f47725bb1e51"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Transport: RTP/AVP;unicast;client_port=62496-62497
Session: 594593599
Received 227 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 19
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:05:38 GMT
Session: 594593599;timeout=60
Transport:
RTP/AVP;unicast;client_port=62496-62497;source=10.3.0.223;server_port=7000-7001;ssrc=709e0b52
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::continueAfterSETUP():
head codec: JPEG; numSubsessions 3
queue: JPEG
Sending request: PLAY rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 20
Authorization: Digest username="root", realm="Operator",
nonce="6e94bffde8ce38049f04e153ee094d41",
uri="rtsp://10.3.0.223:554/profile0=r",
response="aba7a35fc489acc6ae67acb05320f403"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 594593599
Received 256 new bytes of response data.
Received a complete PLAY response:
RTSP/1.0 200 OK
CSeq: 20
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:05:43 GMT
Session: 594593599
RTP-Info:
url=rtsp://10.3.0.223/profile0/G711Enc;seq=14013;rtptime=2184434556,url=rtsp://10.3.0.223/profile0/JPEGEnc;seq=14013;rtptime=942190666
Sending request: OPTIONS rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 21
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 594593599
Received 179 new bytes of response data.
Received a complete OPTIONS response:
RTSP/1.0 401 Unauthorized
CSeq: 21
Connection: Close
Date: Tue, 05 Jun 2018 14:05:59 GMT
WWW-Authenticate: Digest
realm="Operator",nonce="0f792354d1d9c7298f81e58156df6f5b"
Resending...
Created new TCP socket 192 for connection
Connecting to 10.3.0.223, port 554 on socket 192...
...remote connection opened
Sending request: OPTIONS rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 22
Authorization: Digest username="root", realm="Operator",
nonce="0f792354d1d9c7298f81e58156df6f5b",
uri="rtsp://10.3.0.223:554/profile0=r",
response="b35d62a711a77a76bdf836e5215acd39"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 594593599
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]:
received RTCP "BYE". (The back-end stream has ended.)
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::closeStreamSource()
ProxyRTSPClient::scheduleReset
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::doReset
ProxyServerMediaSubsession[(NULL),PCMU]::closeStreamSource()
ProxyServerMediaSubsession[(NULL),JPEG]::closeStreamSource()
ProxyServerMediaSubsession[(NULL),VND.ONVIF.METADATA]::~ProxyServerMediaSubsession()
ProxyServerMediaSubsession[(NULL),PCMU]::~ProxyServerMediaSubsession()
ProxyServerMediaSubsession[(NULL),JPEG]::~ProxyServerMediaSubsession()
Created new TCP socket 488 for connection
Connecting to 10.3.0.223, port 554 on socket 488...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 23
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 179 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 401 Unauthorized
CSeq: 23
Connection: Close
Date: Tue, 05 Jun 2018 14:05:59 GMT
WWW-Authenticate: Digest
realm="Operator",nonce="8abd3553a2f0ec8e63e21cde5f9f6a95"
Resending...
Created new TCP socket 264 for connection
Connecting to 10.3.0.223, port 554 on socket 264...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 24
Authorization: Digest username="root", realm="Operator",
nonce="8abd3553a2f0ec8e63e21cde5f9f6a95",
uri="rtsp://10.3.0.223:554/profile0=r",
response="f751cc07e7c31d349e18b55470e6c611"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 142 new bytes of response data.
Have received 142 total bytes of a DESCRIBE RTSP response; awaiting 400
bytes more.
Received 400 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 200 OK
CSeq: 24
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:05:59 GMT
Content-Type: application/sdp
Content-Length: 400
v=0
o=- 0 0 IN IP4 10.3.0.223
s=rtsp://10.3.0.223/profile0
c=IN IP4 0.0.0.0
t=0 0
m=data 0 RTP/AVP 122
b=AS:10
a=rtpmap:122 vnd.onvif.metadata/90000
a=control:rtsp://10.3.0.223/profile0/METAEnc
m=audio 0 RTP/AVP 0
b=AS:64
a=rtpmap:0 PCMU/8000/1
a=control:rtsp://10.3.0.223/profile0/G711Enc
m=video 0 RTP/AVP 26
a=rtpmap:26 JPEG/90000
a=control:rtsp://10.3.0.223/profile0/JPEGEnc
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new
"ProxyServerMediaSubsession" for RTP/data/VND.ONVIF.METADATA track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new
"ProxyServerMediaSubsession" for RTP/audio/PCMU track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new
"ProxyServerMediaSubsession" for RTP/video/JPEG track
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::createNewStreamSource(session
id 0)
Initiated:
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewStreamSource(session
id 0)
Initiated:
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewStreamSource(session
id 0)
Initiated:
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewStreamSource(session
id 1285956233)
Sending request: SETUP rtsp://10.3.0.223/profile0/G711Enc RTSP/1.0
CSeq: 25
Authorization: Digest username="root", realm="Operator",
nonce="8abd3553a2f0ec8e63e21cde5f9f6a95",
uri="rtsp://10.3.0.223:554/profile0=r",
response="e6cb8a76bce271313595a47dfe3cfd42"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Transport: RTP/AVP;unicast;client_port=62508-62509
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewStreamSource(session
id 1285956233)
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewRTPSink()
Received 228 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 25
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:06:09 GMT
Session: 1071338429;timeout=60
Transport:
RTP/AVP;unicast;client_port=62508-62509;source=10.3.0.223;server_port=7000-7001;ssrc=709e0b52
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::continueAfterSETUP():
head codec: PCMU; numSubsessions 3
queue: PCMU JPEG
Sending request: SETUP rtsp://10.3.0.223/profile0/JPEGEnc RTSP/1.0
CSeq: 26
Authorization: Digest username="root", realm="Operator",
nonce="8abd3553a2f0ec8e63e21cde5f9f6a95",
uri="rtsp://10.3.0.223:554/profile0=r",
response="e6cb8a76bce271313595a47dfe3cfd42"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Transport: RTP/AVP;unicast;client_port=62512-62513
Session: 1071338429
Received 228 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 26
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:06:09 GMT
Session: 1071338429;timeout=60
Transport:
RTP/AVP;unicast;client_port=62512-62513;source=10.3.0.223;server_port=7000-7001;ssrc=709e0b52
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::continueAfterSETUP():
head codec: JPEG; numSubsessions 3
queue: JPEG
Sending request: PLAY rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 27
Authorization: Digest username="root", realm="Operator",
nonce="8abd3553a2f0ec8e63e21cde5f9f6a95",
uri="rtsp://10.3.0.223:554/profile0=r",
response="e745a554fdd2bd2c9036ea360b43aa14"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 1071338429
Received 257 new bytes of response data.
Received a complete PLAY response:
RTSP/1.0 200 OK
CSeq: 27
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:06:14 GMT
Session: 1071338429
RTP-Info:
url=rtsp://10.3.0.223/profile0/G711Enc;seq=14013;rtptime=2184686964,url=rtsp://10.3.0.223/profile0/JPEGEnc;seq=14013;rtptime=945030256
Sending request: OPTIONS rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 28
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 1071338429
Received 179 new bytes of response data.
Received a complete OPTIONS response:
RTSP/1.0 401 Unauthorized
CSeq: 28
Connection: Close
Date: Tue, 05 Jun 2018 14:06:50 GMT
WWW-Authenticate: Digest
realm="Operator",nonce="c0cf9bb3c6fad9b598ac207df90c6191"
Resending...
Created new TCP socket 192 for connection
Connecting to 10.3.0.223, port 554 on socket 192...
...remote connection opened
Sending request: OPTIONS rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 29
Authorization: Digest username="root", realm="Operator",
nonce="c0cf9bb3c6fad9b598ac207df90c6191",
uri="rtsp://10.3.0.223:554/profile0=r",
response="8defb685ba8ce9b8cb2a22671c5022ee"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 1071338429
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]:
received RTCP "BYE". (The back-end stream has ended.)
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::closeStreamSource()
ProxyRTSPClient::scheduleReset
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::doReset
ProxyServerMediaSubsession[(NULL),PCMU]::closeStreamSource()
ProxyServerMediaSubsession[(NULL),JPEG]::closeStreamSource()
ProxyServerMediaSubsession[(NULL),VND.ONVIF.METADATA]::~ProxyServerMediaSubsession()
ProxyServerMediaSubsession[(NULL),PCMU]::~ProxyServerMediaSubsession()
ProxyServerMediaSubsession[(NULL),JPEG]::~ProxyServerMediaSubsession()
Created new TCP socket 324 for connection
Connecting to 10.3.0.223, port 554 on socket 324...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 30
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 179 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 401 Unauthorized
CSeq: 30
Connection: Close
Date: Tue, 05 Jun 2018 14:06:50 GMT
WWW-Authenticate: Digest
realm="Operator",nonce="4c5b9c80dcc848965302e8fed21779e2"
Resending...
Created new TCP socket 184 for connection
Connecting to 10.3.0.223, port 554 on socket 184...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 31
Authorization: Digest username="root", realm="Operator",
nonce="4c5b9c80dcc848965302e8fed21779e2",
uri="rtsp://10.3.0.223:554/profile0=r",
response="6cd449087f5ed67ae445f00b382b5386"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 142 new bytes of response data.
Have received 142 total bytes of a DESCRIBE RTSP response; awaiting 400
bytes more.
Received 400 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 200 OK
CSeq: 31
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:06:50 GMT
Content-Type: application/sdp
Content-Length: 400
v=0
o=- 0 0 IN IP4 10.3.0.223
s=rtsp://10.3.0.223/profile0
c=IN IP4 0.0.0.0
t=0 0
m=data 0 RTP/AVP 122
b=AS:10
a=rtpmap:122 vnd.onvif.metadata/90000
a=control:rtsp://10.3.0.223/profile0/METAEnc
m=audio 0 RTP/AVP 0
b=AS:64
a=rtpmap:0 PCMU/8000/1
a=control:rtsp://10.3.0.223/profile0/G711Enc
m=video 0 RTP/AVP 26
a=rtpmap:26 JPEG/90000
a=control:rtsp://10.3.0.223/profile0/JPEGEnc
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new
"ProxyServerMediaSubsession" for RTP/data/VND.ONVIF.METADATA track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new
"ProxyServerMediaSubsession" for RTP/audio/PCMU track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new
"ProxyServerMediaSubsession" for RTP/video/JPEG track
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::createNewStreamSource(session
id 0)
Initiated:
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewStreamSource(session
id 0)
Initiated:
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewStreamSource(session
id 0)
Initiated:
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewStreamSource(session
id 692929250)
Sending request: SETUP rtsp://10.3.0.223/profile0/G711Enc RTSP/1.0
CSeq: 32
Authorization: Digest username="root", realm="Operator",
nonce="4c5b9c80dcc848965302e8fed21779e2",
uri="rtsp://10.3.0.223:554/profile0=r",
response="b2c0ab076ad141b9c9d80cc71a8f8451"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Transport: RTP/AVP;unicast;client_port=63528-63529
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewStreamSource(session
id 692929250)
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewRTPSink()
Received 227 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 32
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:07:00 GMT
Session: 828733876;timeout=60
Transport:
RTP/AVP;unicast;client_port=63528-63529;source=10.3.0.223;server_port=7000-7001;ssrc=709e0b52
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::continueAfterSETUP():
head codec: PCMU; numSubsessions 3
queue: PCMU JPEG
Sending request: SETUP rtsp://10.3.0.223/profile0/JPEGEnc RTSP/1.0
CSeq: 33
Authorization: Digest username="root", realm="Operator",
nonce="4c5b9c80dcc848965302e8fed21779e2",
uri="rtsp://10.3.0.223:554/profile0=r",
response="b2c0ab076ad141b9c9d80cc71a8f8451"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Transport: RTP/AVP;unicast;client_port=63532-63533
Session: 828733876
Received 227 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 33
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:07:01 GMT
Session: 828733876;timeout=60
Transport:
RTP/AVP;unicast;client_port=63532-63533;source=10.3.0.223;server_port=7000-7001;ssrc=709e0b52
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::continueAfterSETUP():
head codec: JPEG; numSubsessions 3
queue: JPEG
Sending request: PLAY rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 34
Authorization: Digest username="root", realm="Operator",
nonce="4c5b9c80dcc848965302e8fed21779e2",
uri="rtsp://10.3.0.223:554/profile0=r",
response="0c1a31997508218e0e2dd961c86aca6d"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 828733876
Received 256 new bytes of response data.
Received a complete PLAY response:
RTSP/1.0 200 OK
CSeq: 34
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:07:06 GMT
Session: 828733876
RTP-Info:
url=rtsp://10.3.0.223/profile0/G711Enc;seq=14013;rtptime=2185096564,url=rtsp://10.3.0.223/profile0/JPEGEnc;seq=14013;rtptime=949638256
Sending request: OPTIONS rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 35
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 828733876
Received 179 new bytes of response data.
Received a complete OPTIONS response:
RTSP/1.0 401 Unauthorized
CSeq: 35
Connection: Close
Date: Tue, 05 Jun 2018 14:07:41 GMT
WWW-Authenticate: Digest
realm="Operator",nonce="1570fda1454d386a2eb76a7432c4d532"
Resending...
Created new TCP socket 184 for connection
Connecting to 10.3.0.223, port 554 on socket 184...
...remote connection opened
Sending request: OPTIONS rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 36
Authorization: Digest username="root", realm="Operator",
nonce="1570fda1454d386a2eb76a7432c4d532",
uri="rtsp://10.3.0.223:554/profile0=r",
response="11d696cd9bb285484d47806f32e4ca06"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 828733876
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]:
received RTCP "BYE". (The back-end stream has ended.)
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::closeStreamSource()
ProxyRTSPClient::scheduleReset
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::doReset
ProxyServerMediaSubsession[(NULL),PCMU]::closeStreamSource()
ProxyServerMediaSubsession[(NULL),JPEG]::closeStreamSource()
ProxyServerMediaSubsession[(NULL),VND.ONVIF.METADATA]::~ProxyServerMediaSubsession()
ProxyServerMediaSubsession[(NULL),PCMU]::~ProxyServerMediaSubsession()
ProxyServerMediaSubsession[(NULL),JPEG]::~ProxyServerMediaSubsession()
Created new TCP socket 464 for connection
Connecting to 10.3.0.223, port 554 on socket 464...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 37
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 179 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 401 Unauthorized
CSeq: 37
Connection: Close
Date: Tue, 05 Jun 2018 14:07:41 GMT
WWW-Authenticate: Digest
realm="Operator",nonce="22312ebce4aa69fb3d070f22c53542cc"
Resending...
Created new TCP socket 464 for connection
Connecting to 10.3.0.223, port 554 on socket 464...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 38
Authorization: Digest username="root", realm="Operator",
nonce="22312ebce4aa69fb3d070f22c53542cc",
uri="rtsp://10.3.0.223:554/profile0=r",
response="5d42781bb018c02368536a47f1ba740f"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 142 new bytes of response data.
Have received 142 total bytes of a DESCRIBE RTSP response; awaiting 400
bytes more.
Received 400 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 200 OK
CSeq: 38
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:07:41 GMT
Content-Type: application/sdp
Content-Length: 400
v=0
o=- 0 0 IN IP4 10.3.0.223
s=rtsp://10.3.0.223/profile0
c=IN IP4 0.0.0.0
t=0 0
m=data 0 RTP/AVP 122
b=AS:10
a=rtpmap:122 vnd.onvif.metadata/90000
a=control:rtsp://10.3.0.223/profile0/METAEnc
m=audio 0 RTP/AVP 0
b=AS:64
a=rtpmap:0 PCMU/8000/1
a=control:rtsp://10.3.0.223/profile0/G711Enc
m=video 0 RTP/AVP 26
a=rtpmap:26 JPEG/90000
a=control:rtsp://10.3.0.223/profile0/JPEGEnc
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new
"ProxyServerMediaSubsession" for RTP/data/VND.ONVIF.METADATA track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new
"ProxyServerMediaSubsession" for RTP/audio/PCMU track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new
"ProxyServerMediaSubsession" for RTP/video/JPEG track
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::createNewStreamSource(session
id 0)
Initiated:
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewStreamSource(session
id 0)
Initiated:
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewStreamSource(session
id 0)
Initiated:
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewStreamSource(session
id 1246295445)
Sending request: SETUP rtsp://10.3.0.223/profile0/G711Enc RTSP/1.0
CSeq: 39
Authorization: Digest username="root", realm="Operator",
nonce="22312ebce4aa69fb3d070f22c53542cc",
uri="rtsp://10.3.0.223:554/profile0=r",
response="f8bb7f92e4a31156012b5b21cf34171d"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Transport: RTP/AVP;unicast;client_port=49778-49779
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewStreamSource(session
id 1246295445)
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewStreamSource(session
id 3294087263)
ProxyRTSPClient::scheduleReset
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewRTPSink()
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::doReset
ProxyServerMediaSubsession[(NULL),PCMU]::closeStreamSource()
ProxyServerMediaSubsession[(NULL),VND.ONVIF.METADATA]::~ProxyServerMediaSubsession()
ProxyServerMediaSubsession[(NULL),PCMU]::~ProxyServerMediaSubsession()
ProxyServerMediaSubsession[(NULL),JPEG]::~ProxyServerMediaSubsession()
Created new TCP socket 280 for connection
Connecting to 10.3.0.223, port 554 on socket 280...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 41
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 179 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 401 Unauthorized
CSeq: 41
Connection: Close
Date: Tue, 05 Jun 2018 14:08:02 GMT
WWW-Authenticate: Digest
realm="Operator",nonce="d85d907077f73e88d6c2ff7329ad599d"
Resending...
Created new TCP socket 280 for connection
Connecting to 10.3.0.223, port 554 on socket 280...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 42
Authorization: Digest username="root", realm="Operator",
nonce="d85d907077f73e88d6c2ff7329ad599d",
uri="rtsp://10.3.0.223:554/profile0=r",
response="c887422b8bee89303c7814168266d274"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 142 new bytes of response data.
Have received 142 total bytes of a DESCRIBE RTSP response; awaiting 400
bytes more.
Received 400 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 200 OK
CSeq: 42
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:08:02 GMT
Content-Type: application/sdp
Content-Length: 400
v=0
o=- 0 0 IN IP4 10.3.0.223
s=rtsp://10.3.0.223/profile0
c=IN IP4 0.0.0.0
t=0 0
m=data 0 RTP/AVP 122
b=AS:10
a=rtpmap:122 vnd.onvif.metadata/90000
a=control:rtsp://10.3.0.223/profile0/METAEnc
m=audio 0 RTP/AVP 0
b=AS:64
a=rtpmap:0 PCMU/8000/1
a=control:rtsp://10.3.0.223/profile0/G711Enc
m=video 0 RTP/AVP 26
a=rtpmap:26 JPEG/90000
a=control:rtsp://10.3.0.223/profile0/JPEGEnc
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new
"ProxyServerMediaSubsession" for RTP/data/VND.ONVIF.METADATA track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new
"ProxyServerMediaSubsession" for RTP/audio/PCMU track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new
"ProxyServerMediaSubsession" for RTP/video/JPEG track
Sending request: OPTIONS rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 43
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
------ Original Message ------
From: "Ross Finlayson" <finlayson at live555.com>
To: "LIVE555 Streaming Media - development & use"
<live-devel at ns.live555.com>
Sent: 05-Jun-18 12:33:13 PM
Subject: Re: [Live-devel] ProxyServer sending RTSP "options" keep-alive
without authentication
>>We are using the live555ProxyServer to proxy RTSP streams. It works
>>fine for most CCTV cameras, but the RTSP Stream keeps getting
>>disconnected and ultimately stops entirely for a CCTV camera.
>>
>>After analyzing network traffic between the proxy server and the CCTV
>>camera in question, we realized that the proxy server is sending
>>"options" requests to the camera without authentication first, getting
>>an "unauthorized" reply, then re-sending with authentication.
>
>Yes, this is normal protocol behavior. I presume you’re running the
>“LIVE555 Proxy Server” with the
> -u <username> <password>
>command-line option, to tell it the username and password of the
>back-end camera.
>
>>This behavior caused the CCTV camera to invalidate the RTSP session.
>
>If you’re using the correct username/password, then this seems like a
>problem (bug) with the back-end camera.
>
>But, to be sure, please post an example of the diagnostic output from
>the "LIVE555 Proxy Server” - i.e., if you give it the
> -V
>option (as well as "-u <username> <password>”, of course).
>
>
>Ross Finlayson
>Live Networks, Inc.
>http://www.live555.com/
>
>
>_______________________________________________
>live-devel mailing list
>live-devel at lists.live555.com
>http://lists.live555.com/mailman/listinfo/live-devel
-------------- next part --------------
Created new TCP socket 264 for connection
Connecting to 10.3.0.223, port 554 on socket 264...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 2
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 178 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 401 Unauthorized
CSeq: 2
Connection: Close
Date: Tue, 05 Jun 2018 14:04:10 GMT
WWW-Authenticate: Digest realm="Operator",nonce="3983eb84382ba9811726fc1c2e7fb8be"
Resending...
Created new TCP socket 264 for connection
Connecting to 10.3.0.223, port 554 on socket 264...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 3
Authorization: Digest username="root", realm="Operator", nonce="3983eb84382ba9811726fc1c2e7fb8be", uri="rtsp://10.3.0.223:554/profile0=r", response="78858ae56c10f5ebde18575660a69670"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 141 new bytes of response data.
Have received 141 total bytes of a DESCRIBE RTSP response; awaiting 400 bytes more.
Received 400 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 200 OK
CSeq: 3
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:04:10 GMT
Content-Type: application/sdp
Content-Length: 400
v=0
o=- 0 0 IN IP4 10.3.0.223
s=rtsp://10.3.0.223/profile0
c=IN IP4 0.0.0.0
t=0 0
m=data 0 RTP/AVP 122
b=AS:10
a=rtpmap:122 vnd.onvif.metadata/90000
a=control:rtsp://10.3.0.223/profile0/METAEnc
m=audio 0 RTP/AVP 0
b=AS:64
a=rtpmap:0 PCMU/8000/1
a=control:rtsp://10.3.0.223/profile0/G711Enc
m=video 0 RTP/AVP 26
a=rtpmap:26 JPEG/90000
a=control:rtsp://10.3.0.223/profile0/JPEGEnc
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new "ProxyServerMediaSubsession" for RTP/data/VND.ONVIF.METADATA track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new "ProxyServerMediaSubsession" for RTP/audio/PCMU track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new "ProxyServerMediaSubsession" for RTP/video/JPEG track
add success rtsp://10.3.0.223:554/profile0=r
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::createNewStreamSource(session id 0)
Initiated: ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewStreamSource(session id 0)
Initiated: ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewStreamSource(session id 0)
Initiated: ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewStreamSource(session id 2901342196)
Sending request: SETUP rtsp://10.3.0.223/profile0/G711Enc RTSP/1.0
CSeq: 4
Authorization: Digest username="root", realm="Operator", nonce="3983eb84382ba9811726fc1c2e7fb8be", uri="rtsp://10.3.0.223:554/profile0=r", response="86f91aefbfe4a86221ec41cb3aeea40e"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Transport: RTP/AVP;unicast;client_port=62460-62461
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewStreamSource(session id 2901342196)
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewRTPSink()
Received 227 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 4
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:04:11 GMT
Session: 1789637188;timeout=60
Transport: RTP/AVP;unicast;client_port=62460-62461;source=10.3.0.223;server_port=7000-7001;ssrc=709e0b52
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::continueAfterSETUP(): head codec: PCMU; numSubsessions 3
queue: PCMU JPEG
Sending request: SETUP rtsp://10.3.0.223/profile0/JPEGEnc RTSP/1.0
CSeq: 5
Authorization: Digest username="root", realm="Operator", nonce="3983eb84382ba9811726fc1c2e7fb8be", uri="rtsp://10.3.0.223:554/profile0=r", response="86f91aefbfe4a86221ec41cb3aeea40e"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Transport: RTP/AVP;unicast;client_port=62464-62465
Session: 1789637188
Received 227 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 5
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:04:11 GMT
Session: 1789637188;timeout=60
Transport: RTP/AVP;unicast;client_port=62464-62465;source=10.3.0.223;server_port=7000-7001;ssrc=709e0b52
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::continueAfterSETUP(): head codec: JPEG; numSubsessions 3
queue: JPEG
Sending request: PLAY rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 6
Authorization: Digest username="root", realm="Operator", nonce="3983eb84382ba9811726fc1c2e7fb8be", uri="rtsp://10.3.0.223:554/profile0=r", response="b9203ff23f6a6640b6ef090dc9b5164a"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 1789637188
Received 256 new bytes of response data.
Received a complete PLAY response:
RTSP/1.0 200 OK
CSeq: 6
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:04:16 GMT
Session: 1789637188
RTP-Info: url=rtsp://10.3.0.223/profile0/G711Enc;seq=14013;rtptime=2183740956,url=rtsp://10.3.0.223/profile0/JPEGEnc;seq=14013;rtptime=934387666
Sending request: OPTIONS rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 7
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 1789637188
Received 178 new bytes of response data.
Received a complete OPTIONS response:
RTSP/1.0 401 Unauthorized
CSeq: 7
Connection: Close
Date: Tue, 05 Jun 2018 14:04:47 GMT
WWW-Authenticate: Digest realm="Operator",nonce="3c72b5ae64cdbd713ddc352f0398068b"
Resending...
Created new TCP socket 264 for connection
Connecting to 10.3.0.223, port 554 on socket 264...
...remote connection opened
Sending request: OPTIONS rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 8
Authorization: Digest username="root", realm="Operator", nonce="3c72b5ae64cdbd713ddc352f0398068b", uri="rtsp://10.3.0.223:554/profile0=r", response="66177d32f5c60df14c0597bfdbc98a4d"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 1789637188
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]: received RTCP "BYE". (The back-end stream has ended.)
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::closeStreamSource()
ProxyRTSPClient::scheduleReset
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::doReset
ProxyServerMediaSubsession[(NULL),PCMU]::closeStreamSource()
ProxyServerMediaSubsession[(NULL),JPEG]::closeStreamSource()
ProxyServerMediaSubsession[(NULL),VND.ONVIF.METADATA]::~ProxyServerMediaSubsession()
ProxyServerMediaSubsession[(NULL),PCMU]::~ProxyServerMediaSubsession()
ProxyServerMediaSubsession[(NULL),JPEG]::~ProxyServerMediaSubsession()
Created new TCP socket 492 for connection
Connecting to 10.3.0.223, port 554 on socket 492...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 9
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 178 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 401 Unauthorized
CSeq: 9
Connection: Close
Date: Tue, 05 Jun 2018 14:04:47 GMT
WWW-Authenticate: Digest realm="Operator",nonce="cae91eb78cad5a670cb2937d25b2f584"
Resending...
Created new TCP socket 324 for connection
Connecting to 10.3.0.223, port 554 on socket 324...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 10
Authorization: Digest username="root", realm="Operator", nonce="cae91eb78cad5a670cb2937d25b2f584", uri="rtsp://10.3.0.223:554/profile0=r", response="a2b969efdce6e2046aa8dfbbdb576d38"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 142 new bytes of response data.
Have received 142 total bytes of a DESCRIBE RTSP response; awaiting 400 bytes more.
Received 400 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 200 OK
CSeq: 10
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:04:47 GMT
Content-Type: application/sdp
Content-Length: 400
v=0
o=- 0 0 IN IP4 10.3.0.223
s=rtsp://10.3.0.223/profile0
c=IN IP4 0.0.0.0
t=0 0
m=data 0 RTP/AVP 122
b=AS:10
a=rtpmap:122 vnd.onvif.metadata/90000
a=control:rtsp://10.3.0.223/profile0/METAEnc
m=audio 0 RTP/AVP 0
b=AS:64
a=rtpmap:0 PCMU/8000/1
a=control:rtsp://10.3.0.223/profile0/G711Enc
m=video 0 RTP/AVP 26
a=rtpmap:26 JPEG/90000
a=control:rtsp://10.3.0.223/profile0/JPEGEnc
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new "ProxyServerMediaSubsession" for RTP/data/VND.ONVIF.METADATA track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new "ProxyServerMediaSubsession" for RTP/audio/PCMU track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new "ProxyServerMediaSubsession" for RTP/video/JPEG track
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::createNewStreamSource(session id 0)
Initiated: ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewStreamSource(session id 0)
Initiated: ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewStreamSource(session id 0)
Initiated: ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewStreamSource(session id 2580197143)
Sending request: SETUP rtsp://10.3.0.223/profile0/G711Enc RTSP/1.0
CSeq: 11
Authorization: Digest username="root", realm="Operator", nonce="cae91eb78cad5a670cb2937d25b2f584", uri="rtsp://10.3.0.223:554/profile0=r", response="9eba419f6039006072febac9d35e49a8"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Transport: RTP/AVP;unicast;client_port=62476-62477
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewStreamSource(session id 2580197143)
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewRTPSink()
Received 228 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 11
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:04:57 GMT
Session: 1789637188;timeout=60
Transport: RTP/AVP;unicast;client_port=62476-62477;source=10.3.0.223;server_port=7000-7001;ssrc=709e0b52
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::continueAfterSETUP(): head codec: PCMU; numSubsessions 3
queue: PCMU JPEG
Sending request: SETUP rtsp://10.3.0.223/profile0/JPEGEnc RTSP/1.0
CSeq: 12
Authorization: Digest username="root", realm="Operator", nonce="cae91eb78cad5a670cb2937d25b2f584", uri="rtsp://10.3.0.223:554/profile0=r", response="9eba419f6039006072febac9d35e49a8"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Transport: RTP/AVP;unicast;client_port=62480-62481
Session: 1789637188
Received 228 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 12
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:04:57 GMT
Session: 1789637188;timeout=60
Transport: RTP/AVP;unicast;client_port=62480-62481;source=10.3.0.223;server_port=7000-7001;ssrc=709e0b52
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::continueAfterSETUP(): head codec: JPEG; numSubsessions 3
queue: JPEG
Sending request: PLAY rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 13
Authorization: Digest username="root", realm="Operator", nonce="cae91eb78cad5a670cb2937d25b2f584", uri="rtsp://10.3.0.223:554/profile0=r", response="f11cd1f1e15137039d6b8310de08a13b"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 1789637188
Received 257 new bytes of response data.
Received a complete PLAY response:
RTSP/1.0 200 OK
CSeq: 13
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:05:02 GMT
Session: 1789637188
RTP-Info: url=rtsp://10.3.0.223/profile0/G711Enc;seq=14013;rtptime=2184110284,url=rtsp://10.3.0.223/profile0/JPEGEnc;seq=14013;rtptime=938542606
Sending request: OPTIONS rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 14
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 1789637188
Received 179 new bytes of response data.
Received a complete OPTIONS response:
RTSP/1.0 401 Unauthorized
CSeq: 14
Connection: Close
Date: Tue, 05 Jun 2018 14:05:27 GMT
WWW-Authenticate: Digest realm="Operator",nonce="76c8e2c822cad23e15c9c490fddb2b0d"
Resending...
Created new TCP socket 324 for connection
Connecting to 10.3.0.223, port 554 on socket 324...
...remote connection opened
Sending request: OPTIONS rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 15
Authorization: Digest username="root", realm="Operator", nonce="76c8e2c822cad23e15c9c490fddb2b0d", uri="rtsp://10.3.0.223:554/profile0=r", response="c29c622cc1ba20d5a793088bae397e2b"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 1789637188
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]: received RTCP "BYE". (The back-end stream has ended.)
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::closeStreamSource()
ProxyRTSPClient::scheduleReset
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::doReset
ProxyServerMediaSubsession[(NULL),PCMU]::closeStreamSource()
ProxyServerMediaSubsession[(NULL),JPEG]::closeStreamSource()
ProxyServerMediaSubsession[(NULL),VND.ONVIF.METADATA]::~ProxyServerMediaSubsession()
ProxyServerMediaSubsession[(NULL),PCMU]::~ProxyServerMediaSubsession()
ProxyServerMediaSubsession[(NULL),JPEG]::~ProxyServerMediaSubsession()
Created new TCP socket 480 for connection
Connecting to 10.3.0.223, port 554 on socket 480...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 16
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 179 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 401 Unauthorized
CSeq: 16
Connection: Close
Date: Tue, 05 Jun 2018 14:05:27 GMT
WWW-Authenticate: Digest realm="Operator",nonce="6e94bffde8ce38049f04e153ee094d41"
Resending...
Created new TCP socket 480 for connection
Connecting to 10.3.0.223, port 554 on socket 480...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 17
Authorization: Digest username="root", realm="Operator", nonce="6e94bffde8ce38049f04e153ee094d41", uri="rtsp://10.3.0.223:554/profile0=r", response="8955c91cb2671866029c1e82c4516149"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 142 new bytes of response data.
Have received 142 total bytes of a DESCRIBE RTSP response; awaiting 400 bytes more.
Received 400 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 200 OK
CSeq: 17
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:05:27 GMT
Content-Type: application/sdp
Content-Length: 400
v=0
o=- 0 0 IN IP4 10.3.0.223
s=rtsp://10.3.0.223/profile0
c=IN IP4 0.0.0.0
t=0 0
m=data 0 RTP/AVP 122
b=AS:10
a=rtpmap:122 vnd.onvif.metadata/90000
a=control:rtsp://10.3.0.223/profile0/METAEnc
m=audio 0 RTP/AVP 0
b=AS:64
a=rtpmap:0 PCMU/8000/1
a=control:rtsp://10.3.0.223/profile0/G711Enc
m=video 0 RTP/AVP 26
a=rtpmap:26 JPEG/90000
a=control:rtsp://10.3.0.223/profile0/JPEGEnc
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new "ProxyServerMediaSubsession" for RTP/data/VND.ONVIF.METADATA track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new "ProxyServerMediaSubsession" for RTP/audio/PCMU track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new "ProxyServerMediaSubsession" for RTP/video/JPEG track
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::createNewStreamSource(session id 0)
Initiated: ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewStreamSource(session id 0)
Initiated: ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewStreamSource(session id 0)
Initiated: ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewStreamSource(session id 2792232334)
Sending request: SETUP rtsp://10.3.0.223/profile0/G711Enc RTSP/1.0
CSeq: 18
Authorization: Digest username="root", realm="Operator", nonce="6e94bffde8ce38049f04e153ee094d41", uri="rtsp://10.3.0.223:554/profile0=r", response="e4b53282cb9b77985515f47725bb1e51"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Transport: RTP/AVP;unicast;client_port=62492-62493
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewStreamSource(session id 2792232334)
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewRTPSink()
Received 227 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 18
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:05:38 GMT
Session: 594593599;timeout=60
Transport: RTP/AVP;unicast;client_port=62492-62493;source=10.3.0.223;server_port=7000-7001;ssrc=709e0b52
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::continueAfterSETUP(): head codec: PCMU; numSubsessions 3
queue: PCMU JPEG
Sending request: SETUP rtsp://10.3.0.223/profile0/JPEGEnc RTSP/1.0
CSeq: 19
Authorization: Digest username="root", realm="Operator", nonce="6e94bffde8ce38049f04e153ee094d41", uri="rtsp://10.3.0.223:554/profile0=r", response="e4b53282cb9b77985515f47725bb1e51"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Transport: RTP/AVP;unicast;client_port=62496-62497
Session: 594593599
Received 227 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 19
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:05:38 GMT
Session: 594593599;timeout=60
Transport: RTP/AVP;unicast;client_port=62496-62497;source=10.3.0.223;server_port=7000-7001;ssrc=709e0b52
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::continueAfterSETUP(): head codec: JPEG; numSubsessions 3
queue: JPEG
Sending request: PLAY rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 20
Authorization: Digest username="root", realm="Operator", nonce="6e94bffde8ce38049f04e153ee094d41", uri="rtsp://10.3.0.223:554/profile0=r", response="aba7a35fc489acc6ae67acb05320f403"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 594593599
Received 256 new bytes of response data.
Received a complete PLAY response:
RTSP/1.0 200 OK
CSeq: 20
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:05:43 GMT
Session: 594593599
RTP-Info: url=rtsp://10.3.0.223/profile0/G711Enc;seq=14013;rtptime=2184434556,url=rtsp://10.3.0.223/profile0/JPEGEnc;seq=14013;rtptime=942190666
Sending request: OPTIONS rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 21
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 594593599
Received 179 new bytes of response data.
Received a complete OPTIONS response:
RTSP/1.0 401 Unauthorized
CSeq: 21
Connection: Close
Date: Tue, 05 Jun 2018 14:05:59 GMT
WWW-Authenticate: Digest realm="Operator",nonce="0f792354d1d9c7298f81e58156df6f5b"
Resending...
Created new TCP socket 192 for connection
Connecting to 10.3.0.223, port 554 on socket 192...
...remote connection opened
Sending request: OPTIONS rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 22
Authorization: Digest username="root", realm="Operator", nonce="0f792354d1d9c7298f81e58156df6f5b", uri="rtsp://10.3.0.223:554/profile0=r", response="b35d62a711a77a76bdf836e5215acd39"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 594593599
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]: received RTCP "BYE". (The back-end stream has ended.)
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::closeStreamSource()
ProxyRTSPClient::scheduleReset
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::doReset
ProxyServerMediaSubsession[(NULL),PCMU]::closeStreamSource()
ProxyServerMediaSubsession[(NULL),JPEG]::closeStreamSource()
ProxyServerMediaSubsession[(NULL),VND.ONVIF.METADATA]::~ProxyServerMediaSubsession()
ProxyServerMediaSubsession[(NULL),PCMU]::~ProxyServerMediaSubsession()
ProxyServerMediaSubsession[(NULL),JPEG]::~ProxyServerMediaSubsession()
Created new TCP socket 488 for connection
Connecting to 10.3.0.223, port 554 on socket 488...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 23
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 179 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 401 Unauthorized
CSeq: 23
Connection: Close
Date: Tue, 05 Jun 2018 14:05:59 GMT
WWW-Authenticate: Digest realm="Operator",nonce="8abd3553a2f0ec8e63e21cde5f9f6a95"
Resending...
Created new TCP socket 264 for connection
Connecting to 10.3.0.223, port 554 on socket 264...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 24
Authorization: Digest username="root", realm="Operator", nonce="8abd3553a2f0ec8e63e21cde5f9f6a95", uri="rtsp://10.3.0.223:554/profile0=r", response="f751cc07e7c31d349e18b55470e6c611"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 142 new bytes of response data.
Have received 142 total bytes of a DESCRIBE RTSP response; awaiting 400 bytes more.
Received 400 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 200 OK
CSeq: 24
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:05:59 GMT
Content-Type: application/sdp
Content-Length: 400
v=0
o=- 0 0 IN IP4 10.3.0.223
s=rtsp://10.3.0.223/profile0
c=IN IP4 0.0.0.0
t=0 0
m=data 0 RTP/AVP 122
b=AS:10
a=rtpmap:122 vnd.onvif.metadata/90000
a=control:rtsp://10.3.0.223/profile0/METAEnc
m=audio 0 RTP/AVP 0
b=AS:64
a=rtpmap:0 PCMU/8000/1
a=control:rtsp://10.3.0.223/profile0/G711Enc
m=video 0 RTP/AVP 26
a=rtpmap:26 JPEG/90000
a=control:rtsp://10.3.0.223/profile0/JPEGEnc
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new "ProxyServerMediaSubsession" for RTP/data/VND.ONVIF.METADATA track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new "ProxyServerMediaSubsession" for RTP/audio/PCMU track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new "ProxyServerMediaSubsession" for RTP/video/JPEG track
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::createNewStreamSource(session id 0)
Initiated: ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewStreamSource(session id 0)
Initiated: ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewStreamSource(session id 0)
Initiated: ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewStreamSource(session id 1285956233)
Sending request: SETUP rtsp://10.3.0.223/profile0/G711Enc RTSP/1.0
CSeq: 25
Authorization: Digest username="root", realm="Operator", nonce="8abd3553a2f0ec8e63e21cde5f9f6a95", uri="rtsp://10.3.0.223:554/profile0=r", response="e6cb8a76bce271313595a47dfe3cfd42"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Transport: RTP/AVP;unicast;client_port=62508-62509
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewStreamSource(session id 1285956233)
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewRTPSink()
Received 228 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 25
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:06:09 GMT
Session: 1071338429;timeout=60
Transport: RTP/AVP;unicast;client_port=62508-62509;source=10.3.0.223;server_port=7000-7001;ssrc=709e0b52
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::continueAfterSETUP(): head codec: PCMU; numSubsessions 3
queue: PCMU JPEG
Sending request: SETUP rtsp://10.3.0.223/profile0/JPEGEnc RTSP/1.0
CSeq: 26
Authorization: Digest username="root", realm="Operator", nonce="8abd3553a2f0ec8e63e21cde5f9f6a95", uri="rtsp://10.3.0.223:554/profile0=r", response="e6cb8a76bce271313595a47dfe3cfd42"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Transport: RTP/AVP;unicast;client_port=62512-62513
Session: 1071338429
Received 228 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 26
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:06:09 GMT
Session: 1071338429;timeout=60
Transport: RTP/AVP;unicast;client_port=62512-62513;source=10.3.0.223;server_port=7000-7001;ssrc=709e0b52
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::continueAfterSETUP(): head codec: JPEG; numSubsessions 3
queue: JPEG
Sending request: PLAY rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 27
Authorization: Digest username="root", realm="Operator", nonce="8abd3553a2f0ec8e63e21cde5f9f6a95", uri="rtsp://10.3.0.223:554/profile0=r", response="e745a554fdd2bd2c9036ea360b43aa14"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 1071338429
Received 257 new bytes of response data.
Received a complete PLAY response:
RTSP/1.0 200 OK
CSeq: 27
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:06:14 GMT
Session: 1071338429
RTP-Info: url=rtsp://10.3.0.223/profile0/G711Enc;seq=14013;rtptime=2184686964,url=rtsp://10.3.0.223/profile0/JPEGEnc;seq=14013;rtptime=945030256
Sending request: OPTIONS rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 28
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 1071338429
Received 179 new bytes of response data.
Received a complete OPTIONS response:
RTSP/1.0 401 Unauthorized
CSeq: 28
Connection: Close
Date: Tue, 05 Jun 2018 14:06:50 GMT
WWW-Authenticate: Digest realm="Operator",nonce="c0cf9bb3c6fad9b598ac207df90c6191"
Resending...
Created new TCP socket 192 for connection
Connecting to 10.3.0.223, port 554 on socket 192...
...remote connection opened
Sending request: OPTIONS rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 29
Authorization: Digest username="root", realm="Operator", nonce="c0cf9bb3c6fad9b598ac207df90c6191", uri="rtsp://10.3.0.223:554/profile0=r", response="8defb685ba8ce9b8cb2a22671c5022ee"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 1071338429
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]: received RTCP "BYE". (The back-end stream has ended.)
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::closeStreamSource()
ProxyRTSPClient::scheduleReset
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::doReset
ProxyServerMediaSubsession[(NULL),PCMU]::closeStreamSource()
ProxyServerMediaSubsession[(NULL),JPEG]::closeStreamSource()
ProxyServerMediaSubsession[(NULL),VND.ONVIF.METADATA]::~ProxyServerMediaSubsession()
ProxyServerMediaSubsession[(NULL),PCMU]::~ProxyServerMediaSubsession()
ProxyServerMediaSubsession[(NULL),JPEG]::~ProxyServerMediaSubsession()
Created new TCP socket 324 for connection
Connecting to 10.3.0.223, port 554 on socket 324...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 30
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 179 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 401 Unauthorized
CSeq: 30
Connection: Close
Date: Tue, 05 Jun 2018 14:06:50 GMT
WWW-Authenticate: Digest realm="Operator",nonce="4c5b9c80dcc848965302e8fed21779e2"
Resending...
Created new TCP socket 184 for connection
Connecting to 10.3.0.223, port 554 on socket 184...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 31
Authorization: Digest username="root", realm="Operator", nonce="4c5b9c80dcc848965302e8fed21779e2", uri="rtsp://10.3.0.223:554/profile0=r", response="6cd449087f5ed67ae445f00b382b5386"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 142 new bytes of response data.
Have received 142 total bytes of a DESCRIBE RTSP response; awaiting 400 bytes more.
Received 400 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 200 OK
CSeq: 31
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:06:50 GMT
Content-Type: application/sdp
Content-Length: 400
v=0
o=- 0 0 IN IP4 10.3.0.223
s=rtsp://10.3.0.223/profile0
c=IN IP4 0.0.0.0
t=0 0
m=data 0 RTP/AVP 122
b=AS:10
a=rtpmap:122 vnd.onvif.metadata/90000
a=control:rtsp://10.3.0.223/profile0/METAEnc
m=audio 0 RTP/AVP 0
b=AS:64
a=rtpmap:0 PCMU/8000/1
a=control:rtsp://10.3.0.223/profile0/G711Enc
m=video 0 RTP/AVP 26
a=rtpmap:26 JPEG/90000
a=control:rtsp://10.3.0.223/profile0/JPEGEnc
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new "ProxyServerMediaSubsession" for RTP/data/VND.ONVIF.METADATA track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new "ProxyServerMediaSubsession" for RTP/audio/PCMU track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new "ProxyServerMediaSubsession" for RTP/video/JPEG track
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::createNewStreamSource(session id 0)
Initiated: ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewStreamSource(session id 0)
Initiated: ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewStreamSource(session id 0)
Initiated: ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewStreamSource(session id 692929250)
Sending request: SETUP rtsp://10.3.0.223/profile0/G711Enc RTSP/1.0
CSeq: 32
Authorization: Digest username="root", realm="Operator", nonce="4c5b9c80dcc848965302e8fed21779e2", uri="rtsp://10.3.0.223:554/profile0=r", response="b2c0ab076ad141b9c9d80cc71a8f8451"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Transport: RTP/AVP;unicast;client_port=63528-63529
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewStreamSource(session id 692929250)
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewRTPSink()
Received 227 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 32
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:07:00 GMT
Session: 828733876;timeout=60
Transport: RTP/AVP;unicast;client_port=63528-63529;source=10.3.0.223;server_port=7000-7001;ssrc=709e0b52
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::continueAfterSETUP(): head codec: PCMU; numSubsessions 3
queue: PCMU JPEG
Sending request: SETUP rtsp://10.3.0.223/profile0/JPEGEnc RTSP/1.0
CSeq: 33
Authorization: Digest username="root", realm="Operator", nonce="4c5b9c80dcc848965302e8fed21779e2", uri="rtsp://10.3.0.223:554/profile0=r", response="b2c0ab076ad141b9c9d80cc71a8f8451"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Transport: RTP/AVP;unicast;client_port=63532-63533
Session: 828733876
Received 227 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 33
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:07:01 GMT
Session: 828733876;timeout=60
Transport: RTP/AVP;unicast;client_port=63532-63533;source=10.3.0.223;server_port=7000-7001;ssrc=709e0b52
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::continueAfterSETUP(): head codec: JPEG; numSubsessions 3
queue: JPEG
Sending request: PLAY rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 34
Authorization: Digest username="root", realm="Operator", nonce="4c5b9c80dcc848965302e8fed21779e2", uri="rtsp://10.3.0.223:554/profile0=r", response="0c1a31997508218e0e2dd961c86aca6d"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 828733876
Received 256 new bytes of response data.
Received a complete PLAY response:
RTSP/1.0 200 OK
CSeq: 34
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:07:06 GMT
Session: 828733876
RTP-Info: url=rtsp://10.3.0.223/profile0/G711Enc;seq=14013;rtptime=2185096564,url=rtsp://10.3.0.223/profile0/JPEGEnc;seq=14013;rtptime=949638256
Sending request: OPTIONS rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 35
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 828733876
Received 179 new bytes of response data.
Received a complete OPTIONS response:
RTSP/1.0 401 Unauthorized
CSeq: 35
Connection: Close
Date: Tue, 05 Jun 2018 14:07:41 GMT
WWW-Authenticate: Digest realm="Operator",nonce="1570fda1454d386a2eb76a7432c4d532"
Resending...
Created new TCP socket 184 for connection
Connecting to 10.3.0.223, port 554 on socket 184...
...remote connection opened
Sending request: OPTIONS rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 36
Authorization: Digest username="root", realm="Operator", nonce="1570fda1454d386a2eb76a7432c4d532", uri="rtsp://10.3.0.223:554/profile0=r", response="11d696cd9bb285484d47806f32e4ca06"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Session: 828733876
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]: received RTCP "BYE". (The back-end stream has ended.)
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::closeStreamSource()
ProxyRTSPClient::scheduleReset
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::doReset
ProxyServerMediaSubsession[(NULL),PCMU]::closeStreamSource()
ProxyServerMediaSubsession[(NULL),JPEG]::closeStreamSource()
ProxyServerMediaSubsession[(NULL),VND.ONVIF.METADATA]::~ProxyServerMediaSubsession()
ProxyServerMediaSubsession[(NULL),PCMU]::~ProxyServerMediaSubsession()
ProxyServerMediaSubsession[(NULL),JPEG]::~ProxyServerMediaSubsession()
Created new TCP socket 464 for connection
Connecting to 10.3.0.223, port 554 on socket 464...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 37
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 179 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 401 Unauthorized
CSeq: 37
Connection: Close
Date: Tue, 05 Jun 2018 14:07:41 GMT
WWW-Authenticate: Digest realm="Operator",nonce="22312ebce4aa69fb3d070f22c53542cc"
Resending...
Created new TCP socket 464 for connection
Connecting to 10.3.0.223, port 554 on socket 464...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 38
Authorization: Digest username="root", realm="Operator", nonce="22312ebce4aa69fb3d070f22c53542cc", uri="rtsp://10.3.0.223:554/profile0=r", response="5d42781bb018c02368536a47f1ba740f"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 142 new bytes of response data.
Have received 142 total bytes of a DESCRIBE RTSP response; awaiting 400 bytes more.
Received 400 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 200 OK
CSeq: 38
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:07:41 GMT
Content-Type: application/sdp
Content-Length: 400
v=0
o=- 0 0 IN IP4 10.3.0.223
s=rtsp://10.3.0.223/profile0
c=IN IP4 0.0.0.0
t=0 0
m=data 0 RTP/AVP 122
b=AS:10
a=rtpmap:122 vnd.onvif.metadata/90000
a=control:rtsp://10.3.0.223/profile0/METAEnc
m=audio 0 RTP/AVP 0
b=AS:64
a=rtpmap:0 PCMU/8000/1
a=control:rtsp://10.3.0.223/profile0/G711Enc
m=video 0 RTP/AVP 26
a=rtpmap:26 JPEG/90000
a=control:rtsp://10.3.0.223/profile0/JPEGEnc
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new "ProxyServerMediaSubsession" for RTP/data/VND.ONVIF.METADATA track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new "ProxyServerMediaSubsession" for RTP/audio/PCMU track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new "ProxyServerMediaSubsession" for RTP/video/JPEG track
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::createNewStreamSource(session id 0)
Initiated: ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,VND.ONVIF.METADATA]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewStreamSource(session id 0)
Initiated: ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewStreamSource(session id 0)
Initiated: ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewStreamSource(session id 1246295445)
Sending request: SETUP rtsp://10.3.0.223/profile0/G711Enc RTSP/1.0
CSeq: 39
Authorization: Digest username="root", realm="Operator", nonce="22312ebce4aa69fb3d070f22c53542cc", uri="rtsp://10.3.0.223:554/profile0=r", response="f8bb7f92e4a31156012b5b21cf34171d"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Transport: RTP/AVP;unicast;client_port=49778-49779
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewStreamSource(session id 1246295445)
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::createNewRTPSink()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,JPEG]::closeStreamSource()
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewStreamSource(session id 3294087263)
ProxyRTSPClient::scheduleReset
ProxyServerMediaSubsession[rtsp://10.3.0.223:554/profile0=r,PCMU]::createNewRTPSink()
ProxyRTSPClient[rtsp://10.3.0.223:554/profile0=r]::doReset
ProxyServerMediaSubsession[(NULL),PCMU]::closeStreamSource()
ProxyServerMediaSubsession[(NULL),VND.ONVIF.METADATA]::~ProxyServerMediaSubsession()
ProxyServerMediaSubsession[(NULL),PCMU]::~ProxyServerMediaSubsession()
ProxyServerMediaSubsession[(NULL),JPEG]::~ProxyServerMediaSubsession()
Created new TCP socket 280 for connection
Connecting to 10.3.0.223, port 554 on socket 280...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 41
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 179 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 401 Unauthorized
CSeq: 41
Connection: Close
Date: Tue, 05 Jun 2018 14:08:02 GMT
WWW-Authenticate: Digest realm="Operator",nonce="d85d907077f73e88d6c2ff7329ad599d"
Resending...
Created new TCP socket 280 for connection
Connecting to 10.3.0.223, port 554 on socket 280...
...remote connection opened
Sending request: DESCRIBE rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 42
Authorization: Digest username="root", realm="Operator", nonce="d85d907077f73e88d6c2ff7329ad599d", uri="rtsp://10.3.0.223:554/profile0=r", response="c887422b8bee89303c7814168266d274"
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
Accept: application/sdp
Received 142 new bytes of response data.
Have received 142 total bytes of a DESCRIBE RTSP response; awaiting 400 bytes more.
Received 400 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 200 OK
CSeq: 42
Connection: Keep-alive
Date: Tue, 05 Jun 2018 14:08:02 GMT
Content-Type: application/sdp
Content-Length: 400
v=0
o=- 0 0 IN IP4 10.3.0.223
s=rtsp://10.3.0.223/profile0
c=IN IP4 0.0.0.0
t=0 0
m=data 0 RTP/AVP 122
b=AS:10
a=rtpmap:122 vnd.onvif.metadata/90000
a=control:rtsp://10.3.0.223/profile0/METAEnc
m=audio 0 RTP/AVP 0
b=AS:64
a=rtpmap:0 PCMU/8000/1
a=control:rtsp://10.3.0.223/profile0/G711Enc
m=video 0 RTP/AVP 26
a=rtpmap:26 JPEG/90000
a=control:rtsp://10.3.0.223/profile0/JPEGEnc
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new "ProxyServerMediaSubsession" for RTP/data/VND.ONVIF.METADATA track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new "ProxyServerMediaSubsession" for RTP/audio/PCMU track
ProxyServerMediaSession[rtsp://10.3.0.223:554/profile0=r] added new "ProxyServerMediaSubsession" for RTP/video/JPEG track
Sending request: OPTIONS rtsp://10.3.0.223:554/profile0=r RTSP/1.0
CSeq: 43
User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2018.04.25)
More information about the live-devel
mailing list