[Live-devel] Sony SNC-RZ50N RTSP stream stopping

Umar Qureshey umar at janteq.com
Fri Nov 22 16:43:16 PST 2013


Hello,
I am using openRTSP to receive a H.264 stream from a Sony SNC-RZ50N camera.  All goes fine but around the time I get 8MB of data the video disappears.  This is because the camera stops sending it (I confirmed through Wireshark).  However the RTCP packets seem to be still going.  

I use VLC to stream from the same camera and it seems to stream on forever.  I do realize VLC uses Live555 so unsure why it behaves differently.  I enabled DEBUG in the live555 code and got a trace which I am pasting below.  Basically after the last "validated entire RTCP packet" is printed, the video just disappears.


[lab at Fedora-17-Lab live555-pc-testProgs]$ ./openRTSP rtsp://192.168.17.200/media/video0
Opening connection to 192.168.17.200, port 554...
...remote connection opened
Sending request: OPTIONS rtsp://192.168.17.200/media/video0 RTSP/1.0
CSeq: 2
User-Agent: ./openRTSP (LIVE555 Streaming Media v2013.11.10)


Received 119 new bytes of response data.
Received a complete OPTIONS response:
RTSP/1.0 200 OK
CSeq: 2
Public: DESCRIBE, SETUP, PLAY, TEARDOWN, OPTIONS, GET_PARAMETER
VersionSupport: IPTV/1.0


Sending request: DESCRIBE rtsp://192.168.17.200/media/video0 RTSP/1.0
CSeq: 3
User-Agent: ./openRTSP (LIVE555 Streaming Media v2013.11.10)
Accept: application/sdp


Received 124 new bytes of response data.
Have received 124 total bytes of a DESCRIBE RTSP response; awaiting 393 bytes more.
Received 393 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 200 OK
CSeq: 3
Content-Base: rtsp://192.168.17.200/media/
Content-type: application/sdp
Content-length: 393

v=0
o=- 1385167236 1385167236 IN IP4 192.168.17.200
s=Media Presentation
e=NONE
c=IN IP4 0.0.0.0
t=0 0
a=range:npt=0.000000-
m=video 0 RTP/AVP 105
a=rtpmap:105 H264/90000
a=control:trackID=0
a=framerate:15.0
a=fmtp:105 packetization-mode=1; profile-level-id=428016; sprop-parameter-sets=Z0KAHhhWgLA9kA==,aAWDDgO8gA==
m=audio 0 RTP/AVP 0
a=rtpmap:0 PCMU/8000
a=control:trackID=1

Opened URL "rtsp://192.168.17.200/media/video0", returning a SDP description:
v=0
o=- 1385167236 1385167236 IN IP4 192.168.17.200
s=Media Presentation
e=NONE
c=IN IP4 0.0.0.0
t=0 0
a=range:npt=0.000000-
m=video 0 RTP/AVP 105
a=rtpmap:105 H264/90000
a=control:trackID=0
a=framerate:15.0
a=fmtp:105 packetization-mode=1; profile-level-id=428016; sprop-parameter-sets=Z0KAHhhWgLA9kA==,aAWDDgO8gA==
m=audio 0 RTP/AVP 0
a=rtpmap:0 PCMU/8000
a=control:trackID=1

RTCPInstance[0x2619460]::RTCPInstance()
schedule(1.131038->1385163166.332455)
Created receiver for "video/H264" subsession (client ports 33650-33651)
RTCPInstance[0x261a250]::RTCPInstance()
schedule(2.643464->1385163167.844932)
Created receiver for "audio/PCMU" subsession (client ports 42242-42243)
Sending request: SETUP rtsp://192.168.17.200/media/trackID=0 RTSP/1.0
CSeq: 4
User-Agent: ./openRTSP (LIVE555 Streaming Media v2013.11.10)
Transport: RTP/AVP;unicast;client_port=33650-33651


Received 188 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 4
Session: 1385167236;timeout=30
Transport: RTP/AVP;unicast;client_port=33650-33651;server_port=50006-50007;ssrc=8c34299c;mode="PLAY"
VersionSupport: IPTV/1.0


Setup "video/H264" subsession (client ports 33650-33651)
Sending request: SETUP rtsp://192.168.17.200/media/trackID=1 RTSP/1.0
CSeq: 5
User-Agent: ./openRTSP (LIVE555 Streaming Media v2013.11.10)
Transport: RTP/AVP;unicast;client_port=42242-42243
Session: 1385167236


Received 188 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 5
Session: 1385167236;timeout=30
Transport: RTP/AVP;unicast;client_port=42242-42243;server_port=50008-50009;ssrc=927bde2a;mode="PLAY"
VersionSupport: IPTV/1.0


Setup "audio/PCMU" subsession (client ports 42242-42243)
Created output file: "video-H264-1"
Created output file: "audio-PCMU-2"
Sending request: PLAY rtsp://192.168.17.200/media/ RTSP/1.0
CSeq: 6
User-Agent: ./openRTSP (LIVE555 Streaming Media v2013.11.10)
Session: 1385167236
Range: npt=0.000-


Received 66 new bytes of response data.
Received a complete PLAY response:
RTSP/1.0 200 OK
CSeq: 6
Session: 1385167236
Range: npt=now-


Started playing session
Receiving streamed data (signal with "kill -HUP 1215" or "kill -USR1 1215" to terminate)...
schedule(0.431897->1385163166.764424)
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a681d 5edce39b e1a05988 0002ce22 0e3cdab5
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a681d 6e363b25 45b3c4fa 00006772 00c1f5c0
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
schedule(0.336735->1385163167.101247)
schedule(1.064203->1385163168.165535)
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a681e 3fc51548 45b3dfde 00006780 00c21000
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a681e 549f9485 e1a1adb7 0002ce91 0e3f1195
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
sending REPORT
sending RTCP packet
 81c90007 9f0259cf 927bde2a ffffffff 000169eb 00000014 681e3fc5 000083bb 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(1.049650->1385163168.894835)
sending REPORT
sending RTCP packet
 81c90007 2d1697ee 8c34299c ffffffff 0001cb75 00000638 681e549f 0000c0f3 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(1.252704->1385163169.418505)
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a681f 3129ed39 45b3fec1 0000678f 00c22c20
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a681f 5ef544bb e1a3195d 0002cf09 0e417840
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
schedule(5.070152->1385163173.965058)
schedule(3.806920->1385163173.225494)
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6820 56cc3e31 45b42479 000067a3 00c251a0
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6820 836544fe e1a4a833 0002cf8b 0e4413cd
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6821 6ddda059 e1a5f0a5 0002cff6 0e463e7b
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6821 6e2a1b5c 45b44830 000067b5 00c27360
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6822 85968512 e1a75c4d 0002d06f 0e48a4b1
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6822 9d02363b 45b46f03 000067c8 00c29700
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6823 1e9057d1 45b47fac 000067d1 00c2a7e0
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6823 b308893b e1a90298 0002d0fa 0e4b69b8
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6823 f8766c6d 45b49b95 000067df 00c2c220
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
sending REPORT
sending RTCP packet
 81c90007 2d1697ee 8c34299c 00ffffff 0001cdc7 000005de 6823b308 000071e2 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(2.632167->1385163175.857914)
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6824 baaa1943 e1aa6e3d 0002d173 0e4dd058
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
sending REPORT
sending RTCP packet
 81c90007 9f0259cf 927bde2a 00ffffff 00016a51 00000019 6823f876 0000e9c9 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(2.639373->1385163176.604692)
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6824 e63b46fd 45b4ba07 000067ef 00c2e020
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6825 706bf013 45b4cbd2 000067f8 00c2f100
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6825 995df655 e1ab9f3b 0002d1d9 0e4fd6dd
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6826 611bc558 45b4ea88 00006807 00c30d20
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6826 bfdf090f e1ad4586 0002d264 0e529a50
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
schedule(2.633430->1385163178.501961)
schedule(3.041214->1385163179.645981)
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6827 99c347e8 45b512a8 0000681c 00c33480
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6827 d1bff045 e1aeb12b 0002d2dd 0e550076
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6828 a8c9a77e 45b5356a 0000682d 00c35460
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6828 f589374b e1b04bbb 0002d368 0e57c45e
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
sending REPORT
sending RTCP packet
 81c90007 2d1697ee 8c34299c 00ffffff 0001d028 000005fa 6828f589 00007625 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(3.510792->1385163182.013000)
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6829 a8cd7492 45b55644 0000683e 00c37440
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a682a 1c6833c6 45b56508 00006845 00c38160
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a682a 262b4959 e1b1f207 0002d3f2 0e5a88bc
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
sending REPORT
sending RTCP packet
 81c90007 9f0259cf 927bde2a 00ffffff 00016ab0 0000001a 682a1c68 00007424 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(5.909271->1385163185.555502)
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a682a ffcd67fd e1b30b90 0002d44c 0e5c5def
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a682b 0f21a2e7 45b58426 00006855 00c39f60
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a682c 2de4a383 45b5a8dd 00006868 00c3c300
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a682c 360242d0 e1b4b1dd 0002d4d6 0e5f227f
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a682c e92146a1 45b5c0da 00006874 00c3d980
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
sending REPORT
sending RTCP packet
 81c90007 2d1697ee 8c34299c 00ffffff 0001d1be 0000078d 682c3602 0000b87b 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
reap: checking SSRC 0x8c34299c: 4 (threshold 0)
schedule(4.893515->1385163186.906771)
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a682c f589efd8 e1b5cb64 0002d534 0e60fb2b
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a682d dbf96180 45b5dfff 00006884 00c3f780
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a682e 2235935f e1b74e80 0002d5b5 0e63933d
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a682e a1113836 45b5f955 00006891 00c40fe0
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a682f 381e68a0 e1b8dd55 0002d637 0e662a0e
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a682f abb12902 45b61b7c 000068a2 00c42fc0
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6830 662d72ff e1ba83a1 0002d6c1 0e68ef78
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
sending REPORT
sending RTCP packet
 81c90007 9f0259cf 927bde2a 00ffffff 00016b13 00000018 682fabb1 0000cdae 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
reap: checking SSRC 0x927bde2a: 4 (threshold 0)
schedule(3.186870->1385163188.742618)
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6830 d4bdec5f 45b64174 000068b5 00c45360
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6831 96cefed6 e1bc29ec 0002d74c 0e6bb2bf
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
schedule(0.511963->1385163187.418787)
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6831 fd3a2df9 45b66785 000068c9 00c478e0
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
sending REPORT
sending RTCP packet
 81c90007 2d1697ee 8c34299c 00ffffff 0001d430 000005af 683196ce 0000bf90 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(3.518782->1385163190.937857)
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6832 c0e79aae e1bdad09 0002d7ce 0e6e47e2
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6833 0d1efb6d 45b68a60 000068da 00c498c0
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
schedule(2.192525->1385163190.935220)
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6833 d4c2d6a9 e1bf3023 0002d850 0e70dda6
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6833 f069b5a6 45b6a774 000068e9 00c4b4e0
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6834 9ca686e7 e1c03237 0002d8a1 0e72877f
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6835 0f2acfb7 45b6cc51 000068fc 00c4d880
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6835 425edd05 e1c13447 0002d8f6 0e7433c6
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6835 d047b246 45b6e503 00006908 00c4ef00
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
schedule(0.230621->1385163191.165929)
schedule(0.360398->1385163191.298325)
sending REPORT
sending RTCP packet
 81c90007 9f0259cf 927bde2a 00ffffff 00016b70 00000019 6835d047 00004557 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(4.740894->1385163195.907085)
schedule(1.073879->1385163192.372281)
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6836 6e4723aa e1c2b763 0002d978 0e76cb17
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6836 9e7f8012 45b6ff6d 00006916 00c50940
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6837 1c59b802 e1c3b974 0002d9c9 0e7872d2
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
sending REPORT
sending RTCP packet
 81c90007 2d1697ee 8c34299c 00ffffff 0001d672 000007fe 68371c59 00002e17 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(4.512931->1385163196.885462)
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6837 59c8c932 45b7176a 00006922 00c51fc0
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6837 f82dbe7f 45b72bc0 0000692c 00c53280
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6838 0f2324c8 e1c501e8 0002da39 0e7aabc5
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6838 df0025bf 45b74957 0000693b 00c54ea0
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6839 0f21e603 e1c65618 0002daa9 0e7ce4fb
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6839 e420f6f0 e1c78715 0002db10 0e7eeeb3
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a683a 0cfc71d6 45b77013 0000694f 00c57420
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
schedule(0.705011->1385163196.699611)
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a683b 09feeb2d 45b7908f 00006960 00c59400
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a683b 0cffb8b2 e1c915ec 0002db92 0e8186f2
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
sending REPORT
sending RTCP packet
 81c90007 9f0259cf 927bde2a 00ffffff 00016bcc 0000004d 683b09fe 00009440 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(5.662009->1385163202.361882)
schedule(1.474104->1385163198.359641)
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a683c 0f1eafee e1ca8190 0002dc0b 0e83eec3
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a683c 42f1348b 45b7b8a1 00006974 00c5b980
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a683c e8ccdd93 e1cbb28d 0002dc6e 0e85f295
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a683c ffc610f0 45b7d0d0 00006980 00c5d000
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
sending REPORT
sending RTCP packet
 81c90007 2d1697ee 8c34299c 00ffffff 0001d929 00000807 683ce8cc 00005e68 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(4.565660->1385163202.925567)
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a683e 0c913a4f e1cd4163 0002dcf0 0e888765
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a683e 1bf23cc8 45b7f535 00006993 00c5f3a0
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a683f 0a096787 e1ce89d9 0002dd60 0e8abd8f
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a683f 0daed56b 45b81433 000069a2 00c60fc0
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a683f c25cc426 e1cf8030 0002ddb5 0e8c694f
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a683f e1144cbe 45b82f3e 000069b0 00c62a00
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6840 b3994e1a 45b84a54 000069be 00c64440
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6840 e1b317ef e1d10f07 0002de36 0e8efeeb
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
sending REPORT
sending RTCP packet
 81c90007 9f0259cf 927bde2a 00ffffff 00016c2b 00000028 6840b399 0000942b 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(4.727299->1385163207.089432)
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6841 d778cc9a 45b86fbd 000069d1 00c667e0
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
schedule(1.461513->1385163204.387118)
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6842 1c6c332f e1d2ccc7 0002dec9 0e91f239
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6843 0f28b6d8 45b897a8 000069e5 00c68d60
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6843 2de16d6d e1d4386d 0002df43 0e9461c0
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
sending REPORT
sending RTCP packet
 81c90007 2d1697ee 8c34299c 00ffffff 0001dbe7 00000694 68432de1 00002058 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(3.847450->1385163208.234830)
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6844 006e7e62 e1d551f6 0002df9c 0e962db2
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6844 0c96787c 45b8b82d 000069f6 00c6ad40
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6844 cf9f01b8 e1d682f2 0002e002 0e9835e8
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6845 2de9d0e9 45b8dd37 00006a09 00c6d0e0
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6845 63fc115d e1d74a5d 0002e041 0e997e3e
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
schedule(0.824462->1385163207.913970)
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6846 5f927d45 45b9044e 00006a1c 00c6f480
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6846 663e6c4c e1d8b602 0002e0ba 0e9be5bb
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
sending REPORT
sending RTCP packet
 81c90007 9f0259cf 927bde2a 00ffffff 00016c87 00000025 68465f92 00007585 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(5.306345->1385163213.220584)
schedule(0.930420->1385163209.165328)
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6847 7b57e670 e1da21a8 0002e133 0e9e4c9a
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6847 99719f7f 45b92c99 00006a31 00c71be0
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
sending REPORT
sending RTCP packet
 81c90007 2d1697ee 8c34299c 00ffffff 0001de12 000005ca 68477b57 00009a18 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
reap: checking SSRC 0x8c34299c: 9 (threshold 5)
schedule(5.414129->1385163214.579733)
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6848 a39e3864 e1dbc7f2 0002e1be 0ea11171
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6848 baa9930b 45b951c2 00006a44 00c73f80
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6849 a8bc7b45 e1dd3398 0002e237 0ea377ca
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6849 add5b24e 45b970f0 00006a54 00c75d80
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a684a b82949a5 e1de9f3d 0002e2af 0ea5dda3
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a684a c4e77920 45b9949d 00006a66 00c77f40
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a684b 7078c868 e1dfa14f 0002e300 0ea78459
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a684b b69c560c 45b9b39b 00006a75 00c79b60
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
sending REPORT
sending RTCP packet
 81c90007 9f0259cf 927bde2a 00ffffff 00016ce0 00000018 684bb69c 00006cf5 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
reap: checking SSRC 0x927bde2a: 9 (threshold 5)
schedule(4.380549->1385163217.601387)
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a684c 6eeea63b 45b9cb28 00006a81 00c7b1e0
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a684c a8c8de2a e1e1479b 0002e38a 0eaa49a5
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a684d 4a650614 e1e2267c 0002e3d6 0eabc5e5
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
sending REPORT
sending RTCP packet
 81c90007 2d1697ee 8c34299c 00ffffff 0001e084 000006f5 684d4a65 0000351e 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(2.764924->1385163217.344912)
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a684d 8f3d3a1d 45b9f035 00006a94 00c7d580
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a684e 0d0f733a e1e33449 0002e434 0eada14c
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a684e 9e8fc0d2 45ba12ef 00006aa6 00c7f740
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a684f 1e8ec52a e1e4aba9 0002e4ae 0eb010ec
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a684f 91b4dceb 45ba321d 00006ab6 00c81540
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6850 32f954eb e1e62ec3 0002e52b 0eb29a6b
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
schedule(0.859661->1385163218.204649)
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6850 7b55de58 45ba501e 00006ac5 00c83160
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
sending REPORT
sending RTCP packet
 81c90007 9f0259cf 927bde2a 00ffffff 00016d29 00000031 68507b55 000009b6 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(6.092499->1385163223.694133)
sending REPORT
sending RTCP packet
 81c90007 2d1697ee 8c34299c 00ffffff 0001e225 00000696 685032f9 0000ec85 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(5.739244->1385163223.944144)
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6851 6931337e e1e7d510 0002e5b6 0eb5608b
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6851 b6047d3d 45ba7869 00006ad9 00c856e0
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6852 59663843 e1e9293e 0002e625 0eb79830
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6852 e62bae03 45ba9f66 00006aed 00c87c60
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6853 4d3f1843 e1ea5a3f 0002e68c 0eb9a123
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6853 eee21101 45bac151 00006afe 00c89c40
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6854 2c6b9c30 e1eb8b3d 0002e6f3 0ebbaa33
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6854 bd413122 45badbbe 00006b0c 00c8b680
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6855 4047c30d e1ed0e57 0002e775 0ebe3fff
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6855 e6333764 45bb01c6 00006b1f 00c8da20
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6856 7ab54e2b e1eecc18 0002e809 0ec13383
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
sending REPORT
sending RTCP packet
 81c90007 9f0259cf 927bde2a 00ffffff 00016d8e 00000020 6855e633 0000b695 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(5.767804->1385163229.462188)
sending REPORT
sending RTCP packet
 81c90007 2d1697ee 8c34299c 00ffffff 0001e4c0 00000625 68567ab5 00006212 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(4.408136->1385163228.352526)
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6856 e3a01eee 45bb224e 00006b30 00c8fa00
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6857 8a132b55 e1f04378 0002e882 0ec39cb9
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
[0x261a250]saw incoming RTCP packet (from address 192.168.17.200, port 50009)
 80c80006 927bde2a d63a6857 d55b8993 45bb414b 00006b3f 00c91620
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x927bde2a
validated entire RTCP packet
[0x2619460]saw incoming RTCP packet (from address 192.168.17.200, port 50007)
 80c80006 8c34299c d63a6858 9966be7a e1f1af1d 0002e8f7 0ec5fe63
SR
RR
validated RTCP subpacket (type 2): 0, 200, 0, 0x8c34299c
validated entire RTCP packet
sending REPORT
sending RTCP packet
 81c90007 2d1697ee 8c34299c 00ffffff 0001e5a9 00000575 68589966 0002abec 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(3.913792->1385163232.266570)
sending REPORT
sending RTCP packet
 81c90007 9f0259cf 927bde2a 00ffffff 00016db3 00000019 6857d55b 00048c0a 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(3.630649->1385163233.093092)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
reap: checking SSRC 0x8c34299c: 13 (threshold 10)
schedule(4.530446->1385163236.797224)
schedule(2.513689->1385163235.606856)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(3.101690->1385163238.708766)
schedule(1.485106->1385163238.282407)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(4.897257->1385163243.179880)
schedule(2.309648->1385163241.018488)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
reap: checking SSRC 0x927bde2a: 12 (threshold 10)
schedule(4.047553->1385163245.066267)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(3.280583->1385163246.460683)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(5.496858->1385163250.563333)
schedule(2.328573->1385163248.789335)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(2.105750->1385163250.895298)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(5.558691->1385163256.122227)
schedule(4.040528->1385163254.935904)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(5.141878->1385163260.078009)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(3.716520->1385163259.839033)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(4.670989->1385163264.510226)
schedule(0.647349->1385163260.725437)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
reap: checking SSRC 0x8c34299c: 13 (threshold 15)
reap: removing SSRC 0x8c34299c
schedule(5.054357->1385163265.780020)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
reap: checking SSRC 0x927bde2a: 12 (threshold 15)
reap: removing SSRC 0x927bde2a
schedule(2.972959->1385163267.483401)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(3.252295->1385163269.032520)
schedule(1.938449->1385163269.421926)
schedule(1.226110->1385163270.258705)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(3.578911->1385163273.001055)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(2.367167->1385163272.626087)
schedule(1.283084->1385163273.909254)
schedule(1.636277->1385163274.637407)
schedule(0.698121->1385163274.607472)
schedule(0.530333->1385163275.137897)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(3.689322->1385163278.326955)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(4.011608->1385163279.149723)
schedule(0.053730->1385163278.380762)
schedule(1.614820->1385163279.995671)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(3.733398->1385163282.883327)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(2.400000->1385163282.395884)
schedule(1.596132->1385163283.992096)
schedule(1.237809->1385163284.121224)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(2.511109->1385163286.503423)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(3.098377->1385163287.219824)
schedule(3.002348->1385163289.505848)
schedule(2.718038->1385163289.937940)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(2.786168->1385163292.292238)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(2.774804->1385163292.712975)
schedule(2.426453->1385163294.718775)
schedule(1.197700->1385163293.910758)
schedule(0.329093->1385163294.239944)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(4.287816->1385163298.527977)
schedule(0.687372->1385163295.406231)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(2.480274->1385163297.886724)
schedule(2.142703->1385163300.029503)
schedule(1.464581->1385163299.992636)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(2.799086->1385163302.791937)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(5.808844->1385163305.838565)
schedule(3.306020->1385163306.098033)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(3.386150->1385163309.224918)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(5.318307->1385163311.416558)
schedule(1.944188->1385163311.169184)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(3.032533->1385163314.201931)
schedule(0.471200->1385163311.887836)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(4.078952->1385163315.967013)
schedule(2.114429->1385163316.316433)
schedule(0.204946->1385163316.172036)
schedule(1.762349->1385163317.934474)
schedule(0.734143->1385163317.050664)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(2.665141->1385163319.716022)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(2.961239->1385163320.895931)
schedule(2.249762->1385163321.965857)
schedule(2.200889->1385163323.096896)
schedule(0.282046->1385163322.247991)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(4.445704->1385163326.693923)
schedule(0.463148->1385163323.560133)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(4.042094->1385163327.602439)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(3.873163->1385163330.567272)
schedule(1.555969->1385163329.158485)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(3.822253->1385163332.980954)
schedule(0.539057->1385163331.106406)
schedule(0.161583->1385163331.268078)
schedule(0.452063->1385163331.720227)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(3.748297->1385163335.468709)
schedule(1.222855->1385163334.203885)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(3.381783->1385163337.585860)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(2.477970->1385163337.946886)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(5.744704->1385163343.330783)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(2.097900->1385163340.044988)
schedule(2.635396->1385163342.680458)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(4.983830->1385163347.664517)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(5.844527->1385163349.175525)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(4.683686->1385163352.348412)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(2.279567->1385163351.455298)
schedule(1.873395->1385163353.328770)
schedule(0.737818->1385163353.086304)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(5.688105->1385163358.774639)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(3.711755->1385163357.040745)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(4.908959->1385163361.949910)
schedule(0.383932->1385163359.158646)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(3.778990->1385163362.937854)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(2.886007->1385163364.836132)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(5.993677->1385163368.931745)
schedule(1.329766->1385163366.165976)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(2.315565->1385163368.481767)
schedule(2.220989->1385163370.702833)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(2.631912->1385163371.563861)
schedule(0.045866->1385163370.748787)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(3.561472->1385163374.310486)
schedule(0.778326->1385163372.342269)
schedule(2.475007->1385163374.817378)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(5.348346->1385163379.659035)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(5.545494->1385163380.363086)
schedule(0.227550->1385163379.886661)
sending REPORT
sending RTCP packet
 80c90001 2d1697ee 81ca0005 2d1697ee 010d4665 646f7261 2d31372d 4c616200
schedule(4.810976->1385163384.697868)
sending REPORT
sending RTCP packet
 80c90001 9f0259cf 81ca0005 9f0259cf 010d4665 646f7261 2d31372d 4c616200
schedule(6.046158->1385163386.409448)
Got shutdown signal
Sending request: TEARDOWN rtsp://192.168.17.200/media/ RTSP/1.0
CSeq: 7
User-Agent: ./openRTSP (LIVE555 Streaming Media v2013.11.10)
Session: 1385167236


RTCPInstance[0x2619460]::~RTCPInstance()
sending BYE
sending RTCP packet
 80c90001 2d1697ee 81cb0001 2d1697ee
RTCPInstance[0x261a250]::~RTCPInstance()
sending BYE
sending RTCP packet
 80c90001 9f0259cf 81cb0001 9f0259cf




More information about the live-devel mailing list