[Live-devel] Issue with proxyserver and multiple clients

Longney, Ian ian.longney at logica.com
Mon Jul 16 18:18:01 PDT 2012


> As stated (in boldface) on our web page:

      If you are having trouble with the proxy server, then we recommend
using the "-V" option to try to figure out what's wrong.

> 

>Also, I suggest running "testRTSPClient" (rather than VLC or QuickTime
Player) as your RTSP client, at least initially, to help figure out
what's happening.

 

>It would also be useful to know if the problem that you're seeing (with
the first client 'freezing' when the second client connects) happens
when the two clients are running on different computers, or only if the
two clients are running on the same computer.

 

 

I have run the testRTSPClient for 2 clients and attached the output
below. Client2 was started around 10 seconds after the first. I have
also included the output from the proxyserver (run with the -V option).
The client 'freezing' problem occurs in both cases (ie  when running
from the same host and running on different hosts). I have more tracing
output but couldn't send more through due to the 80kb email limit.

 

I have included the text directly into the email - is it OK to send
trace information as attachments in future?

 

------------------------------------------------------------------------
--------------------------------------------------------------

Proxyserver output

LIVE555 Proxy Server

        (LIVE555 Streaming Media library version 2012.07.06)

 

Opening connection to 128.129.224.36, port 554...

RTSP stream, proxying the stream "rtsp://128.129.224.36/live2.sdp"

        Play this stream using the URL
"rtsp://128.129.224.101/proxyStream"

 

(We use port 8000 for optional RTSP-over-HTTP tunneling.)

...remote connection opened

Sending request: DESCRIBE rtsp://128.129.224.36/live2.sdp RTSP/1.0

CSeq: 2

User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2012.07.06)

Accept: application/sdp

 

 

Received 490 new bytes of response data.

Received a complete DESCRIBE response:

RTSP/1.0 200 OK

CSeq: 2

Date: Tue, 1 Jan 2000 1:41:27 GMT

Content-Base: rtsp://128.129.224.36/live2.sdp/

Content-Type: application/sdp

Content-Length: 327

 

v=0

o=RTSP 949369287 376 IN IP4 0.0.0.0

s=RTSP server

c=IN IP4 0.0.0.0

t=0 0

a=charset:Shift_JIS

a=range:npt=0-

a=control:*

a=etag:1234567890

m=video 0 RTP/AVP 98

b=AS:0

a=rtpmap:98 H264/90000

a=control:trackID=2

a=fmtp:98 packetization-mode=1; profile-level-id=4d001f;
sprop-parameter-sets=Z00AH9oCgPZA,aO48gA==

 

ProxyServerMediaSession["rtsp://128.129.224.36/live2.sdp/"] added new
"ProxyServerMediaSubsession" for RTP/video/H264 track

accept()ed connection from 128.129.224.101

Liveness indication from client at 128.129.224.101

Liveness indication from client at 128.129.224.101

RTSPClientSession[00813FE8]::handleRequestBytes() read 168 new
bytes:DESCRIBE rtsp://128.129.224.101/proxyStream RTSP/1.0

CSeq: 2

User-Agent: D:\temp\testRTSPClient.exe (LIVE555 Streaming Media
v2012.07.06)

Accept: application/sdp

 

 

parseRTSPRequestString() succeeded, returning cmdName "DESCRIBE",
urlPreSuffix "", urlSuffix "proxyStream", CSeq "2", Content-Length 0,
with 0 bytes f

ollowing the message.

ProxyServerMediaSubsession["H264"]::createNewStreamSource(session id 0)

RTCPInstance[0025E048]::RTCPInstance()

schedule(2.170003->1342422818.399853)

        Initiated: ProxyServerMediaSubsession["H264"]

ProxyServerMediaSubsession["H264"]::createNewRTPSink()

ProxyServerMediaSubsession["H264"]::closeStreamSource()

sending response: RTSP/1.0 200 OK

CSeq: 2

Date: Mon, Jul 16 2012 07:13:36 GMT

Content-Base: rtsp://128.129.224.101/proxyStream/

Content-Type: application/sdp

Content-Length: 524

 

v=0

o=- 1342422799978566 1 IN IP4 128.129.224.101

s=LIVE555 Streaming Media v2012.07.06

i=LIVE555 Streaming Media v2012.07.06

t=0 0

a=tool:LIVE555 Streaming Media v2012.07.06

a=type:broadcast

a=control:*

a=range:npt=0-

a=x-qt-text-nam:LIVE555 Streaming Media v2012.07.06

a=x-qt-text-inf:LIVE555 Streaming Media v2012.07.06

m=video 0 RTP/AVP 96

c=IN IP4 0.0.0.0

b=AS:50

a=rtpmap:96 H264/90000

a=fmtp:96
packetization-mode=1;profile-level-id=4D001F;sprop-parameter-sets=Z00AH9
oCgPZA,aO48gA==

a=control:track1

Liveness indication from client at 128.129.224.101

RTSPClientSession[00813FE8]::handleRequestBytes() read 199 new
bytes:SETUP rtsp://128.129.224.101/proxyStream/track1 RTSP/1.0

CSeq: 3

User-Agent: D:\temp\testRTSPClient.exe (LIVE555 Streaming Media
v2012.07.06)

Transport: RTP/AVP;unicast;client_port=61696-61697

 

 

parseRTSPRequestString() succeeded, returning cmdName "SETUP",
urlPreSuffix "proxyStream", urlSuffix "track1", CSeq "3", Content-Length
0, with 0 byte

s following the message.

ProxyServerMediaSubsession["H264"]::createNewStreamSource(session id
1915308469)

Sending request: SETUP rtsp://128.129.224.36/live2.sdp/trackID=2
RTSP/1.0

CSeq: 3

User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2012.07.06)

Transport: RTP/AVP;unicast;client_port=61692-61693

 

 

ProxyServerMediaSubsession["H264"]::createNewRTPSink()

sending response: RTSP/1.0 200 OK

CSeq: 3

Date: Mon, Jul 16 2012 07:13:36 GMT

Transport:
RTP/AVP;unicast;destination=128.129.224.101;source=128.129.224.101;clien
t_port=61696-61697;server_port=6970-6971

Session: 722949B5

 

Received 166 new bytes of response data.

Received a complete SETUP response:

RTSP/1.0 200 OK

CSeq: 3

Date: Tue, 1 Jan 2000 1:41:43 GMT

Session: 1794250;timeout=80

Transport: RTP/AVP;unicast;client_port=61692-61693;server_port=5556-5557

 

 

ProxyRTSPClient["rtsp://128.129.224.36/live2.sdp/"]::continueAfterSETUP(
): head codec: H264; numSubsessions 1

        queue:  H264

Sending request: PLAY rtsp://128.129.224.36/live2.sdp/ RTSP/1.0

CSeq: 4

User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2012.07.06)

Session: 1794250

 

 

Received 200 new bytes of response data.

Received a complete PLAY response:

RTSP/1.0 200 OK

CSeq: 4

Date: Tue, 1 Jan 2000 1:41:43 GMT

Session: 1794250;timeout=80

RTP-Info: url=rtsp://128.129.224.36/live2.sdp/trackID=2;seq=0;rtptime=0

Range: npt=0-

RTCP-Interval: 250

 

 

Liveness indication from client at 128.129.224.101

RTSPClientSession[00813FE8]::handleRequestBytes() read 178 new
bytes:PLAY rtsp://128.129.224.101/proxyStream/ RTSP/1.0

CSeq: 4

User-Agent: D:\temp\testRTSPClient.exe (LIVE555 Streaming Media
v2012.07.06)

Session: 722949B5

Range: npt=0.000-

 

 

parseRTSPRequestString() succeeded, returning cmdName "PLAY",
urlPreSuffix "proxyStream", urlSuffix "", CSeq "4", Content-Length 0,
with 0 bytes follo

wing the message.

RTCPInstance[0025FD70]::RTCPInstance()

schedule(1.309813->1342422817.651552)

sending response: RTSP/1.0 200 OK

CSeq: 4

Date: Mon, Jul 16 2012 07:13:36 GMT

Range: npt=0.000-

Session: 722949B5

RTP-Info:
url=rtsp://128.129.224.101/proxyStream/track1;seq=13062;rtptime=11176070
36

 

[0025E048]saw incoming RTCP packet (from address 128.129.224.36, port
5557)

80c80006 001b60cd bc40b857 e7ae1400 00004650 00000002 00008e52 81ca0008
001b60cd 01175374 7265616d 696e6753 65727665 7240302e 302e302e 30000000

SR

RR

validated RTCP subpacket (type 2): 0, 200, 0, 0x001b60cd

UNSUPPORTED TYPE(0xca)

validated RTCP subpacket (type 2): 1, 202, 28, 0x001b60cd

validated entire RTCP packet

[0025E048]saw incoming RTCP packet (from address 128.129.224.36, port
5557)

80c80006 001b60cd bc40b858 4e147800 0000d2f0 00000004 00011519 81ca0008
001b60cd 01175374 7265616d 696e6753 65727665 7240302e 302e302e 30000000

SR

RR

validated RTCP subpacket (type 2): 0, 200, 0, 0x001b60cd

UNSUPPORTED TYPE(0xca)

validated RTCP subpacket (type 2): 1, 202, 28, 0x001b60cd

validated entire RTCP packet

schedule(0.346243->1342422817.998475)

schedule(0.744794->1342422818.744019)

sending REPORT

sending RTCP packet

81c90007 f2f13eb8 001b60cd 00ffffff 00010084 00000077 b8584e14 00012afa
81ca0005 f2f13eb8 010d4155 2d4c3242 31333530 34334800

schedule(2.284175->1342422820.689017)

schedule(0.167721->1342422818.911987)

schedule(0.024838->1342422818.937176)

sending REPORT

sending RTCP packet

80c80006 8c14dd48 d3ae3da2 f0743201 42a0c669 000000af 00036160 81ca0005
8c14dd48 010d4155 2d4c3242 31333530 34334800

schedule(3.063098->1342422822.007421)

[0025FD70]saw incoming RTCP packet (from address 128.129.224.101, port
61697)

81c90007 e8cd4ffc 8c14dd48 00ffffff 000133cc 02843aec 3da2f074 00004ba3
81ca0005 e8cd4ffc 010d4155 2d4c3242 31333530 34334800

RR

Adding new entry for SSRC e8cd4ffc in RTPTransmissionStatsDB

RTCP RR data (received at 1342422819.260161): lossStats 0x00ffffff,
lastPacketNumReceived 0x000133cc, jitter 0x02843aec, lastSRTime
0x3da2f074, diffSR

_RRTime 0x00004ba3

=> round-trip delay: 0x0683 (== 0.025436 seconds)

Liveness indication from client at 128.129.224.101

validated RTCP subpacket (type 2): 1, 201, 0, 0xe8cd4ffc

UNSUPPORTED TYPE(0xca)

validated RTCP subpacket (type 2): 1, 202, 16, 0xe8cd4ffc

validated entire RTCP packet

schedule(3.303296->1342422823.993725)

sending REPORT

sending RTCP packet

80c80006 8c14dd48 d3ae3da6 023c9689 42a4fd84 0000016e 00070fa3 81ca0005
8c14dd48 010d4155 2d4c3242 31333530 34334800

schedule(3.930149->1342422825.943620)

sending REPORT

sending RTCP packet

81c90007 f2f13eb8 001b60cd 00ffffff 000101f1 0000008d b8584e14 0006c2e5
81ca0005 f2f13eb8 010d4155 2d4c3242 31333530 34334800

schedule(6.138819->1342422830.137994)

[0025E048]saw incoming RTCP packet (from address 128.129.224.36, port
5557)

80c80006 001b60cd bc40b85f 8b020c00 000ac38c 00000028 000a16c3 81ca0008
001b60cd 01175374 7265616d 696e6753 65727665 7240302e 302e302e 30000000

SR

RR

validated RTCP subpacket (type 2): 0, 200, 0, 0x001b60cd

UNSUPPORTED TYPE(0xca)

validated RTCP subpacket (type 2): 1, 202, 28, 0x001b60cd

validated entire RTCP packet

[0025FD70]saw incoming RTCP packet (from address 128.129.224.101, port
61697)

81c90007 e8cd4ffc 8c14dd48 00ffffff 00013551 005cefc1 3da6023c 00035c99
81ca0005 e8cd4ffc 010d4155 2d4c3242 31333530 34334800

RR

RTCP RR data (received at 1342422825.395279): lossStats 0x00ffffff,
lastPacketNumReceived 0x00013551, jitter 0x005cefc1, lastSRTime
0x3da6023c, diffSR

_RRTime 0x00035c99

=> round-trip delay: 0x065c (== 0.024841 seconds)

Liveness indication from client at 128.129.224.101

validated RTCP subpacket (type 2): 1, 201, 0, 0xe8cd4ffc

UNSUPPORTED TYPE(0xca)

validated RTCP subpacket (type 2): 1, 202, 16, 0xe8cd4ffc

validated entire RTCP packet

schedule(1.403613->1342422827.349193)

accept()ed connection from 128.129.224.101

Liveness indication from client at 128.129.224.101

Liveness indication from client at 128.129.224.101

RTSPClientSession[0081DD28]::handleRequestBytes() read 168 new
bytes:DESCRIBE rtsp://128.129.224.101/proxyStream RTSP/1.0

CSeq: 2

User-Agent: D:\temp\testRTSPClient.exe (LIVE555 Streaming Media
v2012.07.06)

Accept: application/sdp

 

 

 

 

 

 

 

RTSP client1 output

------------------------------------------------------------------------
--------------------------------------------------------------

Opening connection to 128.129.224.101, port 554...

...remote connection opened

Sending request: DESCRIBE rtsp://128.129.224.101/proxyStream RTSP/1.0

CSeq: 2

User-Agent: D:\temp\testRTSPClient.exe (LIVE555 Streaming Media
v2012.07.06)

Accept: application/sdp

 

 

Received 692 new bytes of response data.

Received a complete DESCRIBE response:

RTSP/1.0 200 OK

CSeq: 2

Date: Mon, Jul 16 2012 07:13:36 GMT

Content-Base: rtsp://128.129.224.101/proxyStream/

Content-Type: application/sdp

Content-Length: 524

 

v=0

o=- 1342422799978566 1 IN IP4 128.129.224.101

s=LIVE555 Streaming Media v2012.07.06

i=LIVE555 Streaming Media v2012.07.06

t=0 0

a=tool:LIVE555 Streaming Media v2012.07.06

a=type:broadcast

a=control:*

a=range:npt=0-

a=x-qt-text-nam:LIVE555 Streaming Media v2012.07.06

a=x-qt-text-inf:LIVE555 Streaming Media v2012.07.06

m=video 0 RTP/AVP 96

c=IN IP4 0.0.0.0

b=AS:50

a=rtpmap:96 H264/90000

a=fmtp:96
packetization-mode=1;profile-level-id=4D001F;sprop-parameter-sets=Z00AH9
oCgPZA,aO48gA==

a=control:track1

 

[URL:"rtsp://128.129.224.101/proxyStream/"]: Got a SDP description:

v=0

o=- 1342422799978566 1 IN IP4 128.129.224.101

s=LIVE555 Streaming Media v2012.07.06

i=LIVE555 Streaming Media v2012.07.06

t=0 0

a=tool:LIVE555 Streaming Media v2012.07.06

a=type:broadcast

a=control:*

a=range:npt=0-

a=x-qt-text-nam:LIVE555 Streaming Media v2012.07.06

a=x-qt-text-inf:LIVE555 Streaming Media v2012.07.06

m=video 0 RTP/AVP 96

c=IN IP4 0.0.0.0

b=AS:50

a=rtpmap:96 H264/90000

a=fmtp:96
packetization-mode=1;profile-level-id=4D001F;sprop-parameter-sets=Z00AH9
oCgPZA,aO48gA==

a=control:track1

 

RTCPInstance[003A5D48]::RTCPInstance()

schedule(2.950770->1342422819.245959)

[URL:"rtsp://128.129.224.101/proxyStream/"]: Initiated the "video/H264"
subsession (client ports 61696-61697)

Sending request: SETUP rtsp://128.129.224.101/proxyStream/track1
RTSP/1.0

CSeq: 3

User-Agent: D:\temp\testRTSPClient.exe (LIVE555 Streaming Media
v2012.07.06)

Transport: RTP/AVP;unicast;client_port=61696-61697

 

 

Received 209 new bytes of response data.

Received a complete SETUP response:

RTSP/1.0 200 OK

CSeq: 3

Date: Mon, Jul 16 2012 07:13:36 GMT

Transport:
RTP/AVP;unicast;destination=128.129.224.101;source=128.129.224.101;clien
t_port=61696-61697;server_p

ort=6970-6971

Session: 722949B5

 

 

[URL:"rtsp://128.129.224.101/proxyStream/"]: Set up the "video/H264"
subsession (client ports 61696-61697)

[URL:"rtsp://128.129.224.101/proxyStream/"]: Created a data sink for the
"video/H264" subsession

Sending request: PLAY rtsp://128.129.224.101/proxyStream/ RTSP/1.0

CSeq: 4

User-Agent: D:\temp\testRTSPClient.exe (LIVE555 Streaming Media
v2012.07.06)

Session: 722949B5

Range: npt=0.000-

 

 

Received 189 new bytes of response data.

Received a complete PLAY response:

RTSP/1.0 200 OK

CSeq: 4

Date: Mon, Jul 16 2012 07:13:36 GMT

Range: npt=0.000-

Session: 722949B5

RTP-Info:
url=rtsp://128.129.224.101/proxyStream/track1;seq=13062;rtptime=11176070
36

 

 

[URL:"rtsp://128.129.224.101/proxyStream/"]: Started playing session...

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
9 bytes.       Presentation time: 134

2422816.430126!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
4 bytes.       Presentation time: 134

2422816.430126!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
24912 bytes.   Presentation time: 134

2422816.430126!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
11123 bytes.   Presentation time: 134

2422816.630126!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
9 bytes.       Presentation time: 134

2406533.547282!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
4 bytes.       Presentation time: 134

2406533.547282!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
24992 bytes.   Presentation time: 134

2406533.547282!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
9126 bytes.    Presentation time: 134

2406533.747282!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
9 bytes.       Presentation time: 134

2406533.947282!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
4 bytes.       Presentation time: 134

2406533.947282!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
25035 bytes.   Presentation time: 134

2406533.947282!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
8195 bytes.    Presentation time: 134

2406534.147282!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
9 bytes.       Presentation time: 134

2406534.347282!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
4 bytes.       Presentation time: 134

2406534.347282!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
24846 bytes.   Presentation time: 134

2406534.347282!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
7000 bytes.    Presentation time: 134

2406534.547282!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
9 bytes.       Presentation time: 134

2406534.747282!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
4 bytes.       Presentation time: 134

2406534.747282!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
24877 bytes.   Presentation time: 134

2406534.747282!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
7032 bytes.    Presentation time: 134

2406534.947282!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
9 bytes.       Presentation time: 134

2406535.147282!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
4 bytes.       Presentation time: 134

2406535.147282!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
24750 bytes.   Presentation time: 134

2406535.147282!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
4383 bytes.    Presentation time: 134

2406535.347282!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
9 bytes.       Presentation time: 134

2406535.547282!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
4 bytes.       Presentation time: 134

2406535.547282!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
24865 bytes.   Presentation time: 134

2406535.547282!

[003A5D48]saw incoming RTCP packet (from address 128.129.224.101, port
6971)

80c80006 8c14dd48 d3ae3da2 f0743201 42a0c669 000000af 00036160 81ca0005
8c14dd48 010d4155 2d4c3242 31333530 3

4334800

SR

RR

validated RTCP subpacket (type 2): 0, 200, 0, 0x8c14dd48

UNSUPPORTED TYPE(0xca)

validated RTCP subpacket (type 2): 1, 202, 16, 0x8c14dd48

validated entire RTCP packet

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
4375 bytes.    Presentation time: 134

2406535.747840

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
9 bytes.       Presentation time: 134

2406535.947840

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
4 bytes.       Presentation time: 134

2406535.947840

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
24865 bytes.   Presentation time: 134

2406535.947840

2406541.985849

 

 

 

 

RTSP client2 output

------------------------------------------------------------------------
--------------------------------------------------------------

Opening connection to 128.129.224.101, port 554...

...remote connection opened

Sending request: DESCRIBE rtsp://128.129.224.101/proxyStream RTSP/1.0

CSeq: 2

User-Agent: D:\temp\testRTSPClient.exe (LIVE555 Streaming Media
v2012.07.06)

Accept: application/sdp

 

 

Received 692 new bytes of response data.

Received a complete DESCRIBE response:

RTSP/1.0 200 OK

CSeq: 2

Date: Mon, Jul 16 2012 07:13:46 GMT

Content-Base: rtsp://128.129.224.101/proxyStream/

Content-Type: application/sdp

Content-Length: 524

 

v=0

o=- 1342422799978566 1 IN IP4 128.129.224.101

s=LIVE555 Streaming Media v2012.07.06

i=LIVE555 Streaming Media v2012.07.06

t=0 0

a=tool:LIVE555 Streaming Media v2012.07.06

a=type:broadcast

a=control:*

a=range:npt=0-

a=x-qt-text-nam:LIVE555 Streaming Media v2012.07.06

a=x-qt-text-inf:LIVE555 Streaming Media v2012.07.06

m=video 0 RTP/AVP 96

c=IN IP4 0.0.0.0

b=AS:50

a=rtpmap:96 H264/90000

a=fmtp:96
packetization-mode=1;profile-level-id=4D001F;sprop-parameter-sets=Z00AH9
oCgPZA,aO48gA==

a=control:track1

 

[URL:"rtsp://128.129.224.101/proxyStream/"]: Got a SDP description:

v=0

o=- 1342422799978566 1 IN IP4 128.129.224.101

s=LIVE555 Streaming Media v2012.07.06

i=LIVE555 Streaming Media v2012.07.06

t=0 0

a=tool:LIVE555 Streaming Media v2012.07.06

a=type:broadcast

a=control:*

a=range:npt=0-

a=x-qt-text-nam:LIVE555 Streaming Media v2012.07.06

a=x-qt-text-inf:LIVE555 Streaming Media v2012.07.06

m=video 0 RTP/AVP 96

c=IN IP4 0.0.0.0

b=AS:50

a=rtpmap:96 H264/90000

a=fmtp:96
packetization-mode=1;profile-level-id=4D001F;sprop-parameter-sets=Z00AH9
oCgPZA,aO48gA==

a=control:track1

 

RTCPInstance[00335D48]::RTCPInstance()

schedule(1.948064->1342422828.808891)

[URL:"rtsp://128.129.224.101/proxyStream/"]: Initiated the "video/H264"
subsession (client ports 65436-65437)

Sending request: SETUP rtsp://128.129.224.101/proxyStream/track1
RTSP/1.0

CSeq: 3

User-Agent: D:\temp\testRTSPClient.exe (LIVE555 Streaming Media
v2012.07.06)

Transport: RTP/AVP;unicast;client_port=65436-65437

 

 

Received 209 new bytes of response data.

Received a complete SETUP response:

RTSP/1.0 200 OK

CSeq: 3

Date: Mon, Jul 16 2012 07:13:46 GMT

Transport:
RTP/AVP;unicast;destination=128.129.224.101;source=128.129.224.101;clien
t_port=65436-65437;server_p

ort=6970-6971

Session: AFDB3EFC

 

 

[URL:"rtsp://128.129.224.101/proxyStream/"]: Set up the "video/H264"
subsession (client ports 65436-65437)

[URL:"rtsp://128.129.224.101/proxyStream/"]: Created a data sink for the
"video/H264" subsession

Sending request: PLAY rtsp://128.129.224.101/proxyStream/ RTSP/1.0

CSeq: 4

User-Agent: D:\temp\testRTSPClient.exe (LIVE555 Streaming Media
v2012.07.06)

Session: AFDB3EFC

Range: npt=0.000-

 

 

Received 189 new bytes of response data.

Received a complete PLAY response:

RTSP/1.0 200 OK

CSeq: 4

Date: Mon, Jul 16 2012 07:13:46 GMT

Range: npt=0.000-

Session: AFDB3EFC

RTP-Info:
url=rtsp://128.129.224.101/proxyStream/track1;seq=13745;rtptime=11185474
22

 

 

[URL:"rtsp://128.129.224.101/proxyStream/"]: Started playing session...

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
4168 bytes.    Presentation time: 134

2422827.061730!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
9 bytes.       Presentation time: 134

2422827.261730!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
4 bytes.       Presentation time: 134

2422827.261730!

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
24773 bytes.   Presentation time: 134

2422827.261730!

[00335D48]saw incoming RTCP packet (from address 128.129.224.101, port
6971)

80c80006 8c14dd48 d3ae3dab 599c065b 9a05c0c1 000002c2 000d920e 81ca0005
8c14dd48 010d4155 2d4c3242 31333530 3

4334800

SR

RR

validated RTCP subpacket (type 2): 0, 200, 0, 0x8c14dd48

UNSUPPORTED TYPE(0xca)

validated RTCP subpacket (type 2): 1, 202, 16, 0x8c14dd48

validated entire RTCP packet

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
3874 bytes.    Presentation time: 134

2406544.184849

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
9 bytes.       Presentation time: 134

2406544.384849

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
4 bytes.       Presentation time: 134

2406544.384849

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
24784 bytes.   Presentation time: 134

2406544.384849

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
10950 bytes.   Presentation time: 134

2406544.584849

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
9 bytes.       Presentation time: 134

2406544.784849

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
4 bytes.       Presentation time: 134

2406544.784849

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
24977 bytes.   Presentation time: 134

2406544.784849

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
7915 bytes.    Presentation time: 134

2406544.984849

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
9 bytes.       Presentation time: 134

2406545.184849

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
4 bytes.       Presentation time: 134

2406545.184849

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
24904 bytes.   Presentation time: 134

2406545.184849

Stream "rtsp://128.129.224.101/proxyStream/"; video/H264:       Received
8306 bytes.    Presentation time: 134

2406545.384849

 

Thanks

 

Ian Longney | MOSAIC Product Centre Manager
Ground Floor, 436 Elgar Road, Box Hill, VIC 3128 | Australia 
T: +61 3 9843 0661 | M: +61 412 279 861
ian.longney at logica.com <mailto:lauren.woods at logica.com>  |
www.logica.com <http://www.logica.com/>  
Logica Australia Pty Ltd - Registered in Australia (ABN 39 001 260 699)
Registered Office: Level 13, 100 Pacific Highway, North Sydney, NSW
2060, Australia

 

 

 

Ian Longney | MOSAIC Product Centre Manager
Ground Floor, 436 Elgar Road, Box Hill, VIC 3128 | Australia 
T: +61 3 9843 0661 | M: +61 412 279 861
ian.longney at logica.com <mailto:lauren.woods at logica.com>  |
www.logica.com <http://www.logica.com/>  
Logica Australia Pty Ltd - Registered in Australia (ABN 39 001 260 699)
Registered Office: Level 13, 100 Pacific Highway, North Sydney, NSW
2060, Australia

 



Think green - keep it on the screen.

This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20120717/4adf1e3d/attachment-0001.html>


More information about the live-devel mailing list