After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 546753 - Not taking DNS name ( Instead of IP name)
Not taking DNS name ( Instead of IP name)
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: common
0.3.3
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-08-07 09:29 UTC by Laxman Dodda
Modified: 2009-09-10 09:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Laxman Dodda 2008-08-07 09:29:02 UTC
Please describe the problem:

Hi,

  I am doing on gstreamer with rtsp plugins. It is taking ip address but not IP name . It is automatically coming to teardown state without playing . 
  If anyone  know what is the reason mail to me laxmanbalu@gmail.com

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?
yes

Other information:
Error: Internal data flow error. like this error in between with SDP messages
Comment 1 Laxman Dodda 2008-08-07 09:30:07 UTC
  // This is the Log sheet

 gstbuffer.c 169 gst_buffer_class_init

 gstrtspsrc.c  gst_rtspsrc_base_init [239] 

 gstrtspsrc.c  gst_rtspsrc_class_init [253] 

 gstrtspsrc.c  gst_rtspsrc_uri_handler_init [4176] 

 gstrtspsrc.c  gst_rtspsrc_uri_get_protocols [4111] 

 gstrtpdec.c gst_rtp_dec_base_init    [205] 

 gstrtspsrc.c  gst_rtspsrc_init [324] 

 gstrtspsrc.c  gst_rtspsrc_set_property [364] 

 gstrtspsrc.c  gst_rtspsrc_set_property [364] 

 gstrtspsrc.c  gst_rtspsrc_set_property [364] 

 gstrtspsrc.c  gst_rtspsrc_set_property [364] 

 gstrtspsrc.c  gst_rtspsrc_set_property [364] 

 gstrtspsrc.c  gst_rtspsrc_set_property [364] 

 gstrtspsrc.c  gst_rtspsrc_set_property [364] 

 gstrtspsrc.c  gst_rtspsrc_uri_set_uri [4134] 

  rtspurl.c  rtsp_url_parse [63] 

 gstrtspsrc.c  gst_rtspsrc_set_property [364] 

 gstrtspsrc.c gst_rtspsrc_change_state    [4035] 

 we are in GST_STATE_CHANGE_NULL_TO_READY gstrtspsrc.c 

 gstrtspsrc.c gst_rtspsrc_change_state    [4035] 

 we are in GST_STATE_CHANGE_READY_TO_PAUSED gstrtspsrc.c 4018

 gstrtspsrc.c gst_rtspsrc_open    [3419] 

 location is rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp 
In gstrtsp src rtsp_connection _create called 

 rtspconnection.c  rtsp_connection_create [134] 

 rtspconnection.c rtsp_connection_create    [148] 

 rtsp new connection 0 

 RET value is with socketpair is 0 

 port is  0 

 location is rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp 

 rtspconnection.c  rtsp_connection_connect [201] 

 rtspconnection.c  rtsp_connection_connect [227] 
 RTSP socket fd is 11-PORT no- 554 
 
 CONNECTION DONE 
 rtspconnection.c  rtsp_connection_connect [273]

 location is rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp 

 gstrtspsrc.c  gst_rtspsrc_send [2860] 

 gstrtspsrc.c  gst_rtspsrc_try_send [2740] 
RTSP request message 0xbef41ab0
 request line:
   method:  'OPTIONS'
   uri:     'rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp'
   version: '1.0'
 headers:
 body:

 rtspconnection.c  rtsp_connection_send [428] 

 rtspconnection.c rtsp_connection_write    [342] 

 rtspconnection.c   read_line [546] 

 rtspconnection.c  parse_response_status [621] 

 rtspconnection.c   read_line [546] 

 key is Server 

 rtspconnection.c   read_line [546] 

 key is Cseq 

 rtspconnection.c   read_line [546] 

 key is Public 

 rtspconnection.c   read_line [546] 
RTSP response message 0xbef41a94
 status line:
   code:    '200'
   reason:  'OK'
   version: '1.0'
 headers:
   key: 'Server', value: 'DSS/5.0.3.2 (Build/452.22.3; Platform/Linux; Release/Panther; Update/3GPP; )'
   key: 'CSeq', value: '0'
   key: 'Public', value: 'DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, OPTIONS, ANNOUNCE, RECORD'
 body: length 0

 gstrtspsrc.c gst_rtspsrc_parse_methods    [2934] 

 Create Describe gstrtspsrc.c 3459 gst_rtspsrc_open 

 gstrtspsrc.c  gst_rtspsrc_send [2860] 

 gstrtspsrc.c  gst_rtspsrc_try_send [2740] 
RTSP request message 0xbef41ab0
 request line:
   method:  'DESCRIBE'
   uri:     'rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp'
   version: '1.0'
 headers:
   key: 'Accept', value: 'application/sdp'
 body:

 rtspconnection.c  rtsp_connection_send [428] 

 rtspconnection.c rtsp_connection_write    [342] 

 rtspconnection.c   read_line [546] 

 rtspconnection.c  parse_response_status [621] 

 rtspconnection.c   read_line [546] 

 key is Server 

 rtspconnection.c   read_line [546] 

 key is Cseq 

 rtspconnection.c   read_line [546] 

 key is Last-Modified 

 rtspconnection.c   read_line [546] 

 key is Cache-Control 

 rtspconnection.c   read_line [546] 

 key is Content-length 

 rtspconnection.c   read_line [546] 

 key is Date 

 rtspconnection.c   read_line [546] 

 key is Expires 

 rtspconnection.c   read_line [546] 

 key is Content-Type 

 rtspconnection.c   read_line [546] 

 key is x-Accept-Retransmit 

 rtspconnection.c   read_line [546] 

 key is x-Accept-Dynamic-Rate 

 rtspconnection.c   read_line [546] 

 key is Content-Base 

 rtspconnection.c   read_line [546] 
RTSP response message 0xbef41a94
 status line:
   code:    '200'
   reason:  'OK'
   version: '1.0'
 headers:
   key: 'Server', value: 'DSS/5.0.3.2 (Build/452.22.3; Platform/Linux; Release/Panther; Update/3GPP; )'
   key: 'CSeq', value: '1'
   key: 'Last-Modified', value: 'Sat, 24 Mar 2007 23:36:21 GMT'
   key: 'Cache-Control', value: 'must-revalidate'
   key: 'Content-Length', value: '609'
   key: 'Date', value: 'Thu, 07 Aug 2008 08:25:53 GMT'
   key: 'Expires', value: 'Thu, 07 Aug 2008 08:25:53 GMT'
   key: 'Content-Type', value: 'application/sdp'
   key: 'Content-Base', value: 'rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp/'
 body: length 610
00000000 (0xd9700): 76 3d 30 0d 0a 6f 3d 53 74 72 65 61 6d 69 6e 67  v=0..o=Streaming
00000010 (0xd9710): 53 65 72 76 65 72 20 33 34 32 37 30 38 36 33 35  Server 342708635
00000020 (0xd9720): 33 20 31 31 37 34 37 37 39 33 38 31 30 30 30 20  3 1174779381000 
00000030 (0xd9730): 49 4e 20 49 50 34 20 36 39 2e 35 30 2e 31 39 32  IN IP4 69.50.192
00000040 (0xd9740): 2e 32 34 30 0d 0a 73 3d 2f 6d 61 75 69 2f 33 67  .240..s=/maui/3g
00000050 (0xd9750): 70 70 2f 69 7a 61 6e 61 69 64 61 6e 63 65 2e 33  pp/izanaidance.3
00000060 (0xd9760): 67 70 0d 0a 75 3d 68 74 74 70 3a 2f 2f 2f 0d 0a  gp..u=http:///..
00000070 (0xd9770): 65 3d 61 64 6d 69 6e 40 0d 0a 63 3d 49 4e 20 49  e=admin@..c=IN I
00000080 (0xd9780): 50 34 20 30 2e 30 2e 30 2e 30 0d 0a 62 3d 41 53  P4 0.0.0.0..b=AS
00000090 (0xd9790): 3a 34 31 0d 0a 74 3d 30 20 30 0d 0a 61 3d 63 6f  :41..t=0 0..a=co
000000a0 (0xd97a0): 6e 74 72 6f 6c 3a 2a 0d 0a 61 3d 6d 61 78 70 72  ntrol:*..a=maxpr
000000b0 (0xd97b0): 61 74 65 3a 31 30 2e 30 30 30 30 30 30 0d 0a 61  ate:10.000000..a
000000c0 (0xd97c0): 3d 72 61 6e 67 65 3a 6e 70 74 3d 30 2d 20 31 34  =range:npt=0- 14
000000d0 (0xd97d0): 35 2e 35 34 35 35 35 0d 0a 6d 3d 76 69 64 65 6f  5.54555..m=video
000000e0 (0xd97e0): 20 30 20 52 54 50 2f 41 56 50 20 39 36 0d 0a 62   0 RTP/AVP 96..b
000000f0 (0xd97f0): 3d 41 53 3a 32 38 0d 0a 62 3d 54 49 41 53 3a 32  =AS:28..b=TIAS:2
00000100 (0xd9800): 36 0d 0a 61 3d 6d 61 78 70 72 61 74 65 3a 31 30  6..a=maxprate:10
00000110 (0xd9810): 0d 0a 61 3d 72 74 70 6d 61 70 3a 39 36 20 48 32  ..a=rtpmap:96 H2
00000120 (0xd9820): 36 34 2f 39 30 30 30 30 0d 0a 61 3d 63 6f 6e 74  64/90000..a=cont
00000130 (0xd9830): 72 6f 6c 3a 74 72 61 63 6b 49 44 3d 33 0d 0a 61  rol:trackID=3..a
00000140 (0xd9840): 3d 63 6c 69 70 72 65 63 74 3a 30 2c 30 2c 31 34  =cliprect:0,0,14
00000150 (0xd9850): 34 2c 31 37 36 0d 0a 61 3d 66 72 61 6d 65 73 69  4,176..a=framesi
00000160 (0xd9860): 7a 65 3a 39 36 20 31 37 36 2d 31 34 34 0d 0a 61  ze:96 176-144..a
00000170 (0xd9870): 3d 66 6d 74 70 3a 39 36 20 70 61 63 6b 65 74 69  =fmtp:96 packeti
00000180 (0xd9880): 7a 61 74 69 6f 6e 2d 6d 6f 64 65 3d 31 3b 70 72  zation-mode=1;pr
00000190 (0xd9890): 6f 66 69 6c 65 2d 6c 65 76 65 6c 2d 69 64 3d 34  ofile-level-id=4
000001a0 (0xd98a0): 32 45 30 30 41 3b 73 70 72 6f 70 2d 70 61 72 61  2E00A;sprop-para
000001b0 (0xd98b0): 6d 65 74 65 72 2d 73 65 74 73 3d 4a 30 4c 67 43  meter-sets=J0LgC
000001c0 (0xd98c0): 71 6b 59 57 4a 32 41 4e 51 59 42 42 72 62 65 69  qkYWJ2ANQYBBrbei
000001d0 (0xd98d0): 47 58 76 66 41 51 3d 2c 4b 4e 34 4a 69 41 3d 3d  GXvfAQ=,KN4JiA==
000001e0 (0xd98e0): 0d 0a 6d 3d 61 75 64 69 6f 20 30 20 52 54 50 2f  ..m=audio 0 RTP/
000001f0 (0xd98f0): 41 56 50 20 39 37 0d 0a 62 3d 41 53 3a 31 36 0d  AVP 97..b=AS:16.
00000200 (0xd9900): 0a 62 3d 54 49 41 53 3a 31 34 0d 0a 61 3d 6d 61  .b=TIAS:14..a=ma
00000210 (0xd9910): 78 70 72 61 74 65 3a 31 30 0d 0a 61 3d 72 74 70  xprate:10..a=rtp
00000220 (0xd9920): 6d 61 70 3a 39 37 20 41 4d 52 2f 38 30 30 30 2f  map:97 AMR/8000/
00000230 (0xd9930): 31 0d 0a 61 3d 63 6f 6e 74 72 6f 6c 3a 74 72 61  1..a=control:tra
00000240 (0xd9940): 63 6b 49 44 3d 34 0d 0a 61 3d 66 6d 74 70 3a 39  ckID=4..a=fmtp:9
00000250 (0xd9950): 37 20 6f 63 74 65 74 2d 61 6c 69 67 6e 3d 31 0d  7 octet-align=1.
00000260 (0xd9960): 0a 00                                            ..              

 sdpmessage.c  sdp_message_init [200] 

 sdpmessage.c  sdp_origin_init [105] 

 sdpmessage.c  sdp_connection_init [117] 

 sdpmessage.c  sdp_message_parse_buffer [805] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_message_add_bandwidth [429] 


 ***** Band width is  :41***

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_media_init [307] 

 sdpmessage.c  sdp_media_add_format [582] 

 sdpmessage.c  sdp_message_add_media [538] 

 sdpmessage.c  sdp_parse_line [688] 


 ***** Band width is  :28***

 sdpmessage.c  sdp_parse_line [688] 


 ***** Band width is  :26***

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_media_add_attribute [554] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_media_add_attribute [554] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_media_add_attribute [554] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_media_add_attribute [554] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_media_add_attribute [554] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_media_add_attribute [554] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_media_init [307] 

 sdpmessage.c  sdp_media_add_format [582] 

 sdpmessage.c  sdp_message_add_media [538] 

 sdpmessage.c  sdp_parse_line [688] 


 ***** Band width is  :16***

 sdpmessage.c  sdp_parse_line [688] 


 ***** Band width is  :14***

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_media_add_attribute [554] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_media_add_attribute [554] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_media_add_attribute [554] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_media_add_attribute [554] 
sdp packet 0xbef41a34:
 version:       '0'
 origin:
  username:     'StreamingServer'
  sess_id:      '3427086353'
  sess_version: '1174779381000'
  nettype:      'IN'
  addrtype:     'IP4'
  addr:         '69.50.192.240'
 session_name:  '/maui/3gpp/izanaidance.3gp'
 information:   '(null)'
 uri:           'http:///'

 sdpmessage.c  sdp_message_dump [901] 
 emails:
  email 'admin@'
 connection:
  nettype:      'IN'
  addrtype:     'IP4'
  address:      '0.0.0.0'
  ttl:          '0'
  addr_number:  '0'
 key:
  type:         '(null)'
  data:         '(null)'
 attributes:
  attribute 'control' : '*'
  attribute 'maxprate' : '10.000000'
  attribute 'range' : 'npt=0- 145.54555'
 medias:
  media 0:
   media:       'video'
   port:        '0'
   num_ports:   '-1'
   proto:       'RTP/AVP'
   formats:
    format  '96'
   information: '(null)'
   key:
    type:       '(null)'
    data:       '(null)'

 sdpmessage.c 872 print_media
   attributes:
    attribute 'maxprate' : '10'

 we are in our AZ_media_mime 
 key is 10 --  mime is video     attribute 'rtpmap' : '96 H264/90000'
    attribute 'control' : 'trackID=3'
    attribute 'cliprect' : '0,0,144,176'
    attribute 'framesize' : '96 176-144'
    attribute 'fmtp' : '96 packetization-mode=1;profile-level-id=42E00A;sprop-parameter-sets=J0LgCqkYWJ2ANQYBBrbeiGXvfAQ=,KN4JiA=='
  media 1:
   media:       'audio'
   port:        '0'
   num_ports:   '-1'
   proto:       'RTP/AVP'
   formats:
    format  '97'
   information: '(null)'
   key:
    type:       '(null)'
    data:       '(null)'

 sdpmessage.c 872 print_media
   attributes:
    attribute 'maxprate' : '10'

 we are in our AZ_media_mime 
 key is 10 --  mime is audio     attribute 'rtpmap' : '97 AMR/8000/1'
    attribute 'control' : 'trackID=4'
    attribute 'fmtp' : '97 octet-align=1'

 Number of streams is 2 gstrtspsrc.c 3513 gst_rtspsrc_open 

 gstrtspsrc.c  gst_rtspsrc_create_stream [515] 

 sdpmessage.c  sdp_media_get_attribute_val_n [599] 

 payload type is 0 and rate is -1 

 gstrtspsrc.c  gst_rtspsrc_parse_rtpmap [745] 


 *** rate is 90000 


 sdpmessage.c  sdp_media_get_attribute_val_n [599] 

 sdpmessage.c  sdp_media_get_attribute_val_n [599] 

 gstrtspsrc.c  gst_rtspsrc_create_stream [515] 

 sdpmessage.c  sdp_media_get_attribute_val_n [599] 

 payload type is 0 and rate is -1 

 gstrtspsrc.c  gst_rtspsrc_parse_rtpmap [745] 

 rate is 8000 
 

 *** rate is 8000 


 sdpmessage.c  sdp_media_get_attribute_val_n [599] 

 sdpmessage.c  sdp_media_get_attribute_val_n [599] 

 gstrtspsrc.c gst_rtspsrc_setup_streams    [3171] 

 gstrtspsrc.c gst_rtspsrc_create_transports_string    [3011] 

 new in RTSP_LOWER_TRANS_TCP
 RTP/AVP/UDP;unicast;client_port=%%u1-%%u2,RTP/AVP/UDP;multicast,RTP/AVP/TCP;unicast;interleaved=%%i1-%%i2  gstrtspsrc.c [ 1088874496 ]
 number of placeholders************ first nr_int 2 nr_udp 2 
 
 nr_udp > 0 function 
 
 gstrtspsrc.c  gst_rtspsrc_alloc_udp_ports [926] 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

   gsturi.c gst_uri_get_protocol    [366] 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

 file gsturi.c 371 gst_uri_get_protocol 

 PROTOCOL IS udp 

   gstudp.c     plugin_init    [ 42] 

 gstudpsink.c gst_udpsink_class_init    [117] 

 gstdynudpsink.c gst_dynudpsink_class_init    [134] 

 socket gstdynudpsink.c 151 gst_dynudpsink_class_init UDP_DEFAULT_SOCKFD -1 

 gstudpsrc.c gst_udpsrc_base_init    [233] 

 gstudpsrc.c gst_udpsrc_class_init    [246] 

 UDP default port is 4951 

 UDP_DEFAULT_SOCKFD -1 

 gstudpsrc.c gst_udpsrc_class_init    [294] 

 gstudpsrc.c gst_udpsrc_class_init    [300] 

 gstudpsrc.c gst_udpsrc_init    [308] 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

   gsturi.c gst_uri_get_protocol    [366] 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

 file gsturi.c 371 gst_uri_get_protocol 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

 file gsturi.c 425 gst_uri_get_location 

   gsturi.c unescape_string    [262] 

 gstudpsrc.c gst_udpsrc_start    [693] 

 gstudpsrc.c gst_udpsrc_start    [705] 

  socket FD 14 -- gstudpsrc.c 720 gst_udpsrc_start 

 src->port is 32859 gstudpsrc.c 793 gst_udpsrc_start 

 gstrtspsrc.c  gst_rtspsrc_alloc_udp_ports [947] 

 RTP PORT 32859 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

   gsturi.c gst_uri_get_protocol    [366] 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

 file gsturi.c 371 gst_uri_get_protocol 

 PROTOCOL IS udp 

 gstudpsrc.c gst_udpsrc_init    [308] 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

   gsturi.c gst_uri_get_protocol    [366] 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

 file gsturi.c 371 gst_uri_get_protocol 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

 file gsturi.c 425 gst_uri_get_location 

   gsturi.c unescape_string    [262] 

 gstudpsrc.c gst_udpsrc_start    [693] 

 gstudpsrc.c gst_udpsrc_start    [705] 

  socket FD 17 -- gstudpsrc.c 720 gst_udpsrc_start 

 src->port is 32860 gstudpsrc.c 793 gst_udpsrc_start 

 gstrtspsrc.c  gst_rtspsrc_alloc_udp_ports [947] 

 RTP PORT 32860 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

   gsturi.c gst_uri_get_protocol    [366] 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

 file gsturi.c 371 gst_uri_get_protocol 

 PROTOCOL IS udp 

 gstudpsrc.c gst_udpsrc_init    [308] 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

   gsturi.c gst_uri_get_protocol    [366] 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

 file gsturi.c 371 gst_uri_get_protocol 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

 file gsturi.c 425 gst_uri_get_location 

   gsturi.c unescape_string    [262] 

 gstrtspsrc.c  gst_rtspsrc_alloc_udp_ports [984] 

 STARTING RTCP ON PORT 32861

 gstudpsrc.c gst_udpsrc_start    [693] 

 gstudpsrc.c gst_udpsrc_start    [705] 

  socket FD 14 -- gstudpsrc.c 720 gst_udpsrc_start 

 transports is RTP/AVP/UDP;unicast;client_port=%%u1-%%u2,RTP/AVP/UDP;multicast,RTP/AVP/TCP;unicast;interleaved=%%i1-%%i2 
 
 rtp port and rtcp port  32860 32861 
 
 RTSP_ok 

 res value is 0 

 after res condition 

 gstrtspsrc.c  gst_rtspsrc_send [2860] 

 gstrtspsrc.c  gst_rtspsrc_try_send [2740] 
RTSP request message 0xbef41974
 request line:
   method:  'SETUP'
   uri:     'rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp/trackID=3'
   version: '1.0'
 headers:
   key: 'Transport', value: 'RTP/AVP/UDP;unicast;client_port=32860-32861,RTP/AVP/UDP;multicast,RTP/AVP/TCP;unicast;interleaved=0-1'
 body:

 rtspconnection.c  rtsp_connection_send [428] 

 rtspconnection.c rtsp_connection_write    [342] 

 rtspconnection.c   read_line [546] 

 rtspconnection.c  parse_response_status [621] 

 rtspconnection.c   read_line [546] 

 key is Server 

 rtspconnection.c   read_line [546] 

 key is Cseq 

 rtspconnection.c   read_line [546] 

 key is Last-Modified 

 rtspconnection.c   read_line [546] 

 key is Cache-Control 

 rtspconnection.c   read_line [546] 

 key is Session 

 rtspconnection.c   read_line [546] 

 key is Date 

 rtspconnection.c   read_line [546] 

 key is Expires 

 rtspconnection.c   read_line [546] 

 key is Transport 

 rtspconnection.c   read_line [546] 
RTSP response message 0xbef41958
 status line:
   code:    '200'
   reason:  'OK'
   version: '1.0'
 headers:
   key: 'Server', value: 'DSS/5.0.3.2 (Build/452.22.3; Platform/Linux; Release/Panther; Update/3GPP; )'
   key: 'CSeq', value: '2'
   key: 'Last-Modified', value: 'Sat, 24 Mar 2007 23:36:21 GMT'
   key: 'Cache-Control', value: 'must-revalidate'
   key: 'Session', value: '8433921486641217158'
   key: 'Date', value: 'Thu, 07 Aug 2008 08:25:53 GMT'
   key: 'Expires', value: 'Thu, 07 Aug 2008 08:25:53 GMT'
   key: 'Transport', value: 'RTP/AVP/UDP;unicast;source=69.50.192.240;client_port=32860-32861;server_port=6970-6971;ssrc=27271249'
 body: length 0

 rtsptransport.c  rtsp_transport_parse [297] 

 rtsptransport.c  rtsp_transport_init [135] 

  only allow unicast for other streams 

 @@@@ Mime type is application/x-rtp  

 rtsptransport.c  rtsp_transport_get_mime [167] 

 mime type is application/x-rtp gstrtspsrc.c 1876 gst_rtspsrc_stream_configure_transport 

 FILe name is gstrtpjitterbuffer.c 219 gst_rtp_jitter_buffer_class_init 

 gstrtpsession.c gst_rtp_session_base_init    [275] 

 gstrtpsession.c gst_rtp_session_class_init    [302] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 FILe name is gstrtpbin.c 251 find_session_by_id 

 FILe name is gstrtpbin.c 267 create_session 

 gstrtpsession.c gst_rtp_session_init    [351] 

 rtpsession.c  rtp_session_init [164] 

 rtpsession.c  rtp_session_set_callbacks [320] 

 gstrtpsession.c gst_rtp_session_change_state    [514] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtpsession.c gst_rtp_session_change_state    [514] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtpsession.c gst_rtp_session_change_state    [514] 

 gstrtpsession.c start_rtcp_thread    [472] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtpsession.c gst_rtp_session_request_new_pad    [968] 

 FILe name is gstrtpbin.c 251 find_session_by_id 

 gstrtpsession.c gst_rtp_session_request_new_pad    [968] 

 gstrtpsession.c create_recv_rtcp_sink    [888] 

 gstrtpsession.c create_recv_rtcp_sink    [896] 

 gstrtspsrc.c  gst_rtspsrc_stream_configure_udp [1725] 

 gstrtspsrc.c  gst_rtspsrc_stream_configure_udp_sink [1789] 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

   gsturi.c gst_uri_get_protocol    [366] 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

 file gsturi.c 371 gst_uri_get_protocol 

 PROTOCOL IS udp 

 gstudpsink.c gst_udpsink_init    [143] 

 gstmultiudpsink.c gst_multiudpsink_add    [472]   4951 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

 gstudpsink.c gst_udpsink_set_uri    [173] 

   gsturi.c gst_uri_get_protocol    [366] 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

 file gsturi.c 371 gst_uri_get_protocol 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

 file gsturi.c 425 gst_uri_get_location 

   gsturi.c unescape_string    [262] 

  gstmultiudpsink.c 559 gst_multiudpsink_remove 4951 

 gstmultiudpsink.c gst_multiudpsink_add    [472]   6971 

 gstmultiudpsink.c gst_multiudpsink_change_state    [684] 

 gstmultiudpsink.c gst_multiudpsink_change_state    [684] 

 File gstmultiudpsink.c 18 424 gst_multiudpsink_init_send 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 FILe name is gstrtpbin.c 1058 create_rtcp 

 FILe name is gstrtpbin.c 251 find_session_by_id 

 gstrtpsession.c gst_rtp_session_request_new_pad    [968] 

 gstrtpsession.c create_send_rtcp_src    [947] 

 rtsptransport.c  rtsp_transport_init [135] 

 gstrtspsrc.c gst_rtspsrc_create_transports_string    [3011] 

 number of placeholders************ first nr_int 0 nr_udp 2 
 
 nr_udp > 0 function 
 
 gstrtspsrc.c  gst_rtspsrc_alloc_udp_ports [926] 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

   gsturi.c gst_uri_get_protocol    [366] 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

 file gsturi.c 371 gst_uri_get_protocol 

 PROTOCOL IS udp 

 gstudpsrc.c gst_udpsrc_init    [308] 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

   gsturi.c gst_uri_get_protocol    [366] 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

 file gsturi.c 371 gst_uri_get_protocol 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

 file gsturi.c 425 gst_uri_get_location 

   gsturi.c unescape_string    [262] 

 gstudpsrc.c gst_udpsrc_start    [693] 

 gstudpsrc.c gst_udpsrc_start    [705] 

  socket FD 21 -- gstudpsrc.c 720 gst_udpsrc_start 

 src->port is 32862 gstudpsrc.c 793 gst_udpsrc_start 

 gstrtspsrc.c  gst_rtspsrc_alloc_udp_ports [947] 

 RTP PORT 32862 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

   gsturi.c gst_uri_get_protocol    [366] 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

 file gsturi.c 371 gst_uri_get_protocol 

 PROTOCOL IS udp 

 gstudpsrc.c gst_udpsrc_init    [308] 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

   gsturi.c gst_uri_get_protocol    [366] 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

 file gsturi.c 371 gst_uri_get_protocol 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

 file gsturi.c 425 gst_uri_get_location 

   gsturi.c unescape_string    [262] 

 gstrtspsrc.c  gst_rtspsrc_alloc_udp_ports [984] 

 STARTING RTCP ON PORT 32863

 gstudpsrc.c gst_udpsrc_start    [693] 

 gstudpsrc.c gst_udpsrc_start    [705] 

  socket FD 24 -- gstudpsrc.c 720 gst_udpsrc_start 

 transports is RTP/AVP/UDP;unicast;client_port=%%u1-%%u2 
 
 rtp port and rtcp port  32862 32863 
 
 RTSP_ok 

 res value is 0 

 after res condition 

 gstrtspsrc.c  gst_rtspsrc_send [2860] 

 gstrtspsrc.c  gst_rtspsrc_try_send [2740] 
RTSP request message 0xbef41974
 request line:
   method:  'SETUP'
   uri:     'rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp/trackID=4'
   version: '1.0'
 headers:
   key: 'Transport', value: 'RTP/AVP/UDP;unicast;client_port=32862-32863'
 body:

 rtspconnection.c  rtsp_connection_send [428] 

 rtspconnection.c rtsp_connection_write    [342] 

 rtspconnection.c   read_line [546] 

 rtspconnection.c  parse_response_status [621] 

 rtspconnection.c   read_line [546] 

 key is Server 

 rtspconnection.c   read_line [546] 

 key is Cseq 

 rtspconnection.c   read_line [546] 

 key is Session 

 rtspconnection.c   read_line [546] 

 key is Last-Modified 

 rtspconnection.c   read_line [546] 

 key is Cache-Control 

 rtspconnection.c   read_line [546] 

 key is Date 

 rtspconnection.c   read_line [546] 

 key is Expires 

 rtspconnection.c   read_line [546] 

 key is Transport 

 rtspconnection.c   read_line [546] 
RTSP response message 0xbef41958
 status line:
   code:    '200'
   reason:  'OK'
   version: '1.0'
 headers:
   key: 'Server', value: 'DSS/5.0.3.2 (Build/452.22.3; Platform/Linux; Release/Panther; Update/3GPP; )'
   key: 'CSeq', value: '3'
   key: 'Session', value: '8433921486641217158'
   key: 'Last-Modified', value: 'Sat, 24 Mar 2007 23:36:21 GMT'
   key: 'Cache-Control', value: 'must-revalidate'
   key: 'Date', value: 'Thu, 07 Aug 2008 08:25:53 GMT'
   key: 'Expires', value: 'Thu, 07 Aug 2008 08:25:53 GMT'
   key: 'Transport', value: 'RTP/AVP/UDP;unicast;source=69.50.192.240;client_port=32862-32863;server_port=6970-6971;ssrc=5BD3AE57'
 body: length 0

 rtsptransport.c  rtsp_transport_parse [297] 

 rtsptransport.c  rtsp_transport_init [135] 

  only allow unicast for other streams 

 @@@@ Mime type is application/x-rtp  

 rtsptransport.c  rtsp_transport_get_mime [167] 

 mime type is application/x-rtp gstrtspsrc.c 1876 gst_rtspsrc_stream_configure_transport 

 FILe name is gstrtpbin.c 251 find_session_by_id 

 FILe name is gstrtpbin.c 267 create_session 

 gstrtpsession.c gst_rtp_session_init    [351] 

 rtpsession.c  rtp_session_init [164] 

 rtpsession.c  rtp_session_set_callbacks [320] 

 gstrtpsession.c gst_rtp_session_change_state    [514] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtpsession.c gst_rtp_session_change_state    [514] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtpsession.c gst_rtp_session_change_state    [514] 

 gstrtpsession.c start_rtcp_thread    [472] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtpsession.c gst_rtp_session_request_new_pad    [968] 

 FILe name is gstrtpbin.c 251 find_session_by_id 

 gstrtpsession.c gst_rtp_session_request_new_pad    [968] 

 gstrtpsession.c create_recv_rtcp_sink    [888] 

 gstrtpsession.c create_recv_rtcp_sink    [896] 

 gstrtspsrc.c  gst_rtspsrc_stream_configure_udp [1725] 

 gstrtspsrc.c  gst_rtspsrc_stream_configure_udp_sink [1789] 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

   gsturi.c gst_uri_get_protocol    [366] 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

 file gsturi.c 371 gst_uri_get_protocol 

 PROTOCOL IS udp 

 gstudpsink.c gst_udpsink_init    [143] 

 gstmultiudpsink.c gst_multiudpsink_add    [472]   4951 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

 gstudpsink.c gst_udpsink_set_uri    [173] 

   gsturi.c gst_uri_get_protocol    [366] 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

 file gsturi.c 371 gst_uri_get_protocol 

   gsturi.c gst_uri_is_valid    [345] 

 file gsturi.c 298 gst_uri_protocol_check_internal 

 file gsturi.c 425 gst_uri_get_location 

   gsturi.c unescape_string    [262] 

  gstmultiudpsink.c 559 gst_multiudpsink_remove 4951 

 gstmultiudpsink.c gst_multiudpsink_add    [472]   6971 

 gstmultiudpsink.c gst_multiudpsink_change_state    [684] 

 gstmultiudpsink.c gst_multiudpsink_change_state    [684] 

 File gstmultiudpsink.c 25 424 gst_multiudpsink_init_send 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 FILe name is gstrtpbin.c 1058 create_rtcp 

 FILe name is gstrtpbin.c 251 find_session_by_id 

 gstrtpsession.c gst_rtp_session_request_new_pad    [968] 

 gstrtpsession.c create_send_rtcp_src    [947] 

 rtsptransport.c  rtsp_transport_init [135] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtpsession.c gst_rtp_session_change_state    [514] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtpsession.c gst_rtp_session_change_state    [514] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 
 
 we are in GST_STATE_CHANGE_READY_TO_PAUSED 

 gstrtspsrc.c gst_rtspsrc_change_state    [4035] 

 we are in GST_STATE_CHANGE_PAUSED_TO_PLAYING 

 gstrtspsrc.c  gst_rtspsrc_play [3786] 

 gstrtspsrc.c  gst_rtspsrc_send [2860] 

 gstrtspsrc.c  gst_rtspsrc_try_send [2740] 
RTSP request message 0xbef41a84
 request line:
   method:  'PLAY'
   uri:     'rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp'
   version: '1.0'
 headers:
   key: 'Range', value: 'npt=0-'
 body:

 rtspconnection.c  rtsp_connection_send [428] 

 rtspconnection.c rtsp_connection_write    [342] 

 rtspconnection.c   read_line [546] 

 rtspconnection.c  parse_response_status [621] 

 rtspconnection.c   read_line [546] 

 key is Server 

 rtspconnection.c   read_line [546] 

 key is Cseq 

 rtspconnection.c   read_line [546] 

 key is Session 

 rtspconnection.c   read_line [546] 

 key is Range 

 rtspconnection.c   read_line [546] 

 key is RTP-Info 

 rtspconnection.c   read_line [546] 
RTSP response message 0xbef41a68
 status line:
   code:    '200'
   reason:  'OK'
   version: '1.0'
 headers:
   key: 'Server', value: 'DSS/5.0.3.2 (Build/452.22.3; Platform/Linux; Release/Panther; Update/3GPP; )'
   key: 'CSeq', value: '4'
   key: 'Session', value: '8433921486641217158'
   key: 'Range', value: 'npt=0.00000-145.54555'
   key: 'RTP-Info', value: 'url=rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp/trackID=3;seq=32024;rtptime=1748393625,url=rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp/trackID=4;seq=34209;rtptime=210282974'
 body: length 0

 RTP INFO  is url=rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp/trackID=3;seq=32024;rtptime=1748393625,url=rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp/trackID=4;seq=34209;rtptime=210282974 
 
 gstrtspsrc.c  gst_rtspsrc_parse_rtpinfo [3720] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtpsession.c gst_rtp_session_change_state    [514] 

 gstrtpsession.c start_rtcp_thread    [472] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtpsession.c gst_rtp_session_change_state    [514] 

 gstrtpsession.c start_rtcp_thread    [472] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtpsession.c     rtcp_thread    [413] 

 gstrtpsession.c     rtcp_thread    [413] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtpsession.c gst_rtp_session_send_rtcp    [616] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtpsession.c gst_rtp_session_send_rtcp    [616] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_pause [3881] 

 gstrtspsrc.c  gst_rtspsrc_send [2860] 

 gstrtspsrc.c  gst_rtspsrc_try_send [2740] 
RTSP request message 0xbdfff9b0
 request line:
   method:  'PAUSE'
   uri:     'rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp'
   version: '1.0'
 headers:
 body:

 rtspconnection.c  rtsp_connection_send [428] 

 rtspconnection.c rtsp_connection_write    [342] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 rtspconnection.c   read_line [546] 

 rtspconnection.c  parse_response_status [621] 

 rtspconnection.c   read_line [546] 

 key is Server 

 rtspconnection.c   read_line [546] 

 key is Cseq 

 rtspconnection.c   read_line [546] 

 key is Session 

 rtspconnection.c   read_line [546] 
RTSP response message 0xbdfff994
 status line:
   code:    '200'
   reason:  'OK'
   version: '1.0'
 headers:
   key: 'Server', value: 'DSS/5.0.3.2 (Build/452.22.3; Platform/Linux; Release/Panther; Update/3GPP; )'
   key: 'CSeq', value: '5'
   key: 'Session', value: '8433921486641217158'
 body: length 0

 gstrtspsrc.c gst_rtspsrc_close    [3625] 

 gstrtspsrc.c  gst_rtspsrc_send [2860] 

 gstrtspsrc.c  gst_rtspsrc_try_send [2740] 
RTSP request message 0xbdfff9b0
 request line:
   method:  'TEARDOWN'
   uri:     'rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp'
   version: '1.0'
 headers:
 body:

 rtspconnection.c  rtsp_connection_send [428] 

 rtspconnection.c rtsp_connection_write    [342] 

 rtspconnection.c   read_line [546] 

 rtspconnection.c  parse_response_status [621] 

 rtspconnection.c   read_line [546] 

 key is Server 

 rtspconnection.c   read_line [546] 

 key is Cseq 

 rtspconnection.c   read_line [546] 

 key is Session 

 rtspconnection.c   read_line [546] 

 key is Connection 

 rtspconnection.c   read_line [546] 
RTSP response message 0xbdfff994
 status line:
   code:    '200'
   reason:  'OK'
   version: '1.0'
 headers:
   key: 'Server', value: 'DSS/5.0.3.2 (Build/452.22.3; Platform/Linux; Release/Panther; Update/3GPP; )'
   key: 'CSeq', value: '6'
   key: 'Session', value: '8433921486641217158'
   key: 'Connection', value: 'Close'
 body: length 0

 rtspconnection.c  rtsp_connection_close [1018] 

 rtspconnection.c  rtsp_connection_free [1041] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstmultiudpsink.c gst_multiudpsink_change_state    [684] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstmultiudpsink.c gst_multiudpsink_change_state    [684] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstmultiudpsink.c gst_multiudpsink_change_state    [684] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstmultiudpsink.c gst_multiudpsink_change_state    [684] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstmultiudpsink.c gst_multiudpsink_change_state    [684] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstmultiudpsink.c gst_multiudpsink_change_state    [684] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtpsession.c gst_rtp_session_change_state    [514] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtpsession.c gst_rtp_session_change_state    [514] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtpsession.c gst_rtp_session_change_state    [514] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtpsession.c gst_rtp_session_change_state    [514] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtpsession.c gst_rtp_session_change_state    [514] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtpsession.c gst_rtp_session_change_state    [514] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c gst_rtspsrc_open    [3419] 

 location is rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp 
In gstrtsp src rtsp_connection _create called 

 rtspconnection.c  rtsp_connection_create [134] 

 rtspconnection.c rtsp_connection_create    [148] 

 rtsp new connection 0 

 RET value is with socketpair is 0 

 port is  0 

 location is rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp 

 rtspconnection.c  rtsp_connection_connect [201] 

 rtspconnection.c  rtsp_connection_connect [227] 
 RTSP socket fd is 13-PORT no- 554 
 
 CONNECTION DONE 
 rtspconnection.c  rtsp_connection_connect [273]

 location is rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp 

 gstrtspsrc.c  gst_rtspsrc_send [2860] 

 gstrtspsrc.c  gst_rtspsrc_try_send [2740] 
RTSP request message 0xbdfff9b0
 request line:
   method:  'OPTIONS'
   uri:     'rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp'
   version: '1.0'
 headers:
 body:

 rtspconnection.c  rtsp_connection_send [428] 

 rtspconnection.c rtsp_connection_write    [342] 

 rtspconnection.c   read_line [546] 

 rtspconnection.c  parse_response_status [621] 

 rtspconnection.c   read_line [546] 

 key is Server 

 rtspconnection.c   read_line [546] 

 key is Cseq 

 rtspconnection.c   read_line [546] 

 key is Public 

 rtspconnection.c   read_line [546] 
RTSP response message 0xbdfff994
 status line:
   code:    '200'
   reason:  'OK'
   version: '1.0'
 headers:
   key: 'Server', value: 'DSS/5.0.3.2 (Build/452.22.3; Platform/Linux; Release/Panther; Update/3GPP; )'
   key: 'CSeq', value: '0'
   key: 'Public', value: 'DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, OPTIONS, ANNOUNCE, RECORD'
 body: length 0

 gstrtspsrc.c gst_rtspsrc_parse_methods    [2934] 

 Create Describe gstrtspsrc.c 3459 gst_rtspsrc_open 

 gstrtspsrc.c  gst_rtspsrc_send [2860] 

 gstrtspsrc.c  gst_rtspsrc_try_send [2740] 
RTSP request message 0xbdfff9b0
 request line:
   method:  'DESCRIBE'
   uri:     'rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp'
   version: '1.0'
 headers:
   key: 'Accept', value: 'application/sdp'
 body:

 rtspconnection.c  rtsp_connection_send [428] 

 rtspconnection.c rtsp_connection_write    [342] 

 rtspconnection.c   read_line [546] 

 rtspconnection.c  parse_response_status [621] 

 rtspconnection.c   read_line [546] 

 key is Server 

 rtspconnection.c   read_line [546] 

 key is Cseq 

 rtspconnection.c   read_line [546] 

 key is Last-Modified 

 rtspconnection.c   read_line [546] 

 key is Cache-Control 

 rtspconnection.c   read_line [546] 

 key is Content-length 

 rtspconnection.c   read_line [546] 

 key is Date 

 rtspconnection.c   read_line [546] 

 key is Expires 

 rtspconnection.c   read_line [546] 

 key is Content-Type 

 rtspconnection.c   read_line [546] 

 key is x-Accept-Retransmit 

 rtspconnection.c   read_line [546] 

 key is x-Accept-Dynamic-Rate 

 rtspconnection.c   read_line [546] 

 key is Content-Base 

 rtspconnection.c   read_line [546] 
RTSP response message 0xbdfff994
 status line:
   code:    '200'
   reason:  'OK'
   version: '1.0'
 headers:
   key: 'Server', value: 'DSS/5.0.3.2 (Build/452.22.3; Platform/Linux; Release/Panther; Update/3GPP; )'
   key: 'CSeq', value: '1'
   key: 'Last-Modified', value: 'Sat, 24 Mar 2007 23:36:21 GMT'
   key: 'Cache-Control', value: 'must-revalidate'
   key: 'Content-Length', value: '609'
   key: 'Date', value: 'Thu, 07 Aug 2008 08:25:53 GMT'
   key: 'Expires', value: 'Thu, 07 Aug 2008 08:25:53 GMT'
   key: 'Content-Type', value: 'application/sdp'
   key: 'Content-Base', value: 'rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp/'
 body: length 610
00000000 (0x100400): 76 3d 30 0d 0a 6f 3d 53 74 72 65 61 6d 69 6e 67  v=0..o=Streaming
00000010 (0x100410): 53 65 72 76 65 72 20 33 34 32 37 30 38 36 33 36  Server 342708636
00000020 (0x100420): 31 20 31 31 37 34 37 37 39 33 38 31 30 30 30 20  1 1174779381000 
00000030 (0x100430): 49 4e 20 49 50 34 20 36 39 2e 35 30 2e 31 39 32  IN IP4 69.50.192
00000040 (0x100440): 2e 32 34 30 0d 0a 73 3d 2f 6d 61 75 69 2f 33 67  .240..s=/maui/3g
00000050 (0x100450): 70 70 2f 69 7a 61 6e 61 69 64 61 6e 63 65 2e 33  pp/izanaidance.3
00000060 (0x100460): 67 70 0d 0a 75 3d 68 74 74 70 3a 2f 2f 2f 0d 0a  gp..u=http:///..
00000070 (0x100470): 65 3d 61 64 6d 69 6e 40 0d 0a 63 3d 49 4e 20 49  e=admin@..c=IN I
00000080 (0x100480): 50 34 20 30 2e 30 2e 30 2e 30 0d 0a 62 3d 41 53  P4 0.0.0.0..b=AS
00000090 (0x100490): 3a 34 31 0d 0a 74 3d 30 20 30 0d 0a 61 3d 63 6f  :41..t=0 0..a=co
000000a0 (0x1004a0): 6e 74 72 6f 6c 3a 2a 0d 0a 61 3d 6d 61 78 70 72  ntrol:*..a=maxpr
000000b0 (0x1004b0): 61 74 65 3a 31 30 2e 30 30 30 30 30 30 0d 0a 61  ate:10.000000..a
000000c0 (0x1004c0): 3d 72 61 6e 67 65 3a 6e 70 74 3d 30 2d 20 31 34  =range:npt=0- 14
000000d0 (0x1004d0): 35 2e 35 34 35 35 35 0d 0a 6d 3d 76 69 64 65 6f  5.54555..m=video
000000e0 (0x1004e0): 20 30 20 52 54 50 2f 41 56 50 20 39 36 0d 0a 62   0 RTP/AVP 96..b
000000f0 (0x1004f0): 3d 41 53 3a 32 38 0d 0a 62 3d 54 49 41 53 3a 32  =AS:28..b=TIAS:2
00000100 (0x100500): 36 0d 0a 61 3d 6d 61 78 70 72 61 74 65 3a 31 30  6..a=maxprate:10
00000110 (0x100510): 0d 0a 61 3d 72 74 70 6d 61 70 3a 39 36 20 48 32  ..a=rtpmap:96 H2
00000120 (0x100520): 36 34 2f 39 30 30 30 30 0d 0a 61 3d 63 6f 6e 74  64/90000..a=cont
00000130 (0x100530): 72 6f 6c 3a 74 72 61 63 6b 49 44 3d 33 0d 0a 61  rol:trackID=3..a
00000140 (0x100540): 3d 63 6c 69 70 72 65 63 74 3a 30 2c 30 2c 31 34  =cliprect:0,0,14
00000150 (0x100550): 34 2c 31 37 36 0d 0a 61 3d 66 72 61 6d 65 73 69  4,176..a=framesi
00000160 (0x100560): 7a 65 3a 39 36 20 31 37 36 2d 31 34 34 0d 0a 61  ze:96 176-144..a
00000170 (0x100570): 3d 66 6d 74 70 3a 39 36 20 70 61 63 6b 65 74 69  =fmtp:96 packeti
00000180 (0x100580): 7a 61 74 69 6f 6e 2d 6d 6f 64 65 3d 31 3b 70 72  zation-mode=1;pr
00000190 (0x100590): 6f 66 69 6c 65 2d 6c 65 76 65 6c 2d 69 64 3d 34  ofile-level-id=4
000001a0 (0x1005a0): 32 45 30 30 41 3b 73 70 72 6f 70 2d 70 61 72 61  2E00A;sprop-para
000001b0 (0x1005b0): 6d 65 74 65 72 2d 73 65 74 73 3d 4a 30 4c 67 43  meter-sets=J0LgC
000001c0 (0x1005c0): 71 6b 59 57 4a 32 41 4e 51 59 42 42 72 62 65 69  qkYWJ2ANQYBBrbei
000001d0 (0x1005d0): 47 58 76 66 41 51 3d 2c 4b 4e 34 4a 69 41 3d 3d  GXvfAQ=,KN4JiA==
000001e0 (0x1005e0): 0d 0a 6d 3d 61 75 64 69 6f 20 30 20 52 54 50 2f  ..m=audio 0 RTP/
000001f0 (0x1005f0): 41 56 50 20 39 37 0d 0a 62 3d 41 53 3a 31 36 0d  AVP 97..b=AS:16.
00000200 (0x100600): 0a 62 3d 54 49 41 53 3a 31 34 0d 0a 61 3d 6d 61  .b=TIAS:14..a=ma
00000210 (0x100610): 78 70 72 61 74 65 3a 31 30 0d 0a 61 3d 72 74 70  xprate:10..a=rtp
00000220 (0x100620): 6d 61 70 3a 39 37 20 41 4d 52 2f 38 30 30 30 2f  map:97 AMR/8000/
00000230 (0x100630): 31 0d 0a 61 3d 63 6f 6e 74 72 6f 6c 3a 74 72 61  1..a=control:tra
00000240 (0x100640): 63 6b 49 44 3d 34 0d 0a 61 3d 66 6d 74 70 3a 39  ckID=4..a=fmtp:9
00000250 (0x100650): 37 20 6f 63 74 65 74 2d 61 6c 69 67 6e 3d 31 0d  7 octet-align=1.
00000260 (0x100660): 0a 00                                            ..              

 sdpmessage.c  sdp_message_init [200] 

 sdpmessage.c  sdp_origin_init [105] 

 sdpmessage.c  sdp_connection_init [117] 

 sdpmessage.c  sdp_message_parse_buffer [805] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_message_add_bandwidth [429] 


 ***** Band width is  :41***

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_media_init [307] 

 sdpmessage.c  sdp_media_add_format [582] 

 sdpmessage.c  sdp_message_add_media [538] 

 sdpmessage.c  sdp_parse_line [688] 


 ***** Band width is  :28***

 sdpmessage.c  sdp_parse_line [688] 


 ***** Band width is  :26***

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_media_add_attribute [554] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_media_add_attribute [554] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_media_add_attribute [554] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_media_add_attribute [554] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_media_add_attribute [554] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_media_add_attribute [554] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_media_init [307] 

 sdpmessage.c  sdp_media_add_format [582] 

 sdpmessage.c  sdp_message_add_media [538] 

 sdpmessage.c  sdp_parse_line [688] 


 ***** Band width is  :16***

 sdpmessage.c  sdp_parse_line [688] 


 ***** Band width is  :14***

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_media_add_attribute [554] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_media_add_attribute [554] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_media_add_attribute [554] 

 sdpmessage.c  sdp_parse_line [688] 

 sdpmessage.c  sdp_media_add_attribute [554] 
sdp packet 0xbdfff934:
 version:       '0'
 origin:
  username:     'StreamingServer'
  sess_id:      '3427086361'
  sess_version: '1174779381000'
  nettype:      'IN'
  addrtype:     'IP4'
  addr:         '69.50.192.240'
 session_name:  '/maui/3gpp/izanaidance.3gp'
 information:   '(null)'
 uri:           'http:///'

 sdpmessage.c  sdp_message_dump [901] 
 emails:
  email 'admin@'
 connection:
  nettype:      'IN'
  addrtype:     'IP4'
  address:      '0.0.0.0'
  ttl:          '0'
  addr_number:  '0'
 key:
  type:         '(null)'
  data:         '(null)'
 attributes:
  attribute 'control' : '*'
  attribute 'maxprate' : '10.000000'
  attribute 'range' : 'npt=0- 145.54555'
 medias:
  media 0:
   media:       'video'
   port:        '0'
   num_ports:   '-1'
   proto:       'RTP/AVP'
   formats:
    format  '96'
   information: '(null)'
   key:
    type:       '(null)'
    data:       '(null)'

 sdpmessage.c 872 print_media
   attributes:
    attribute 'maxprate' : '10'

 we are in our AZ_media_mime 
 key is 10 --  mime is video     attribute 'rtpmap' : '96 H264/90000'
    attribute 'control' : 'trackID=3'
    attribute 'cliprect' : '0,0,144,176'
    attribute 'framesize' : '96 176-144'
    attribute 'fmtp' : '96 packetization-mode=1;profile-level-id=42E00A;sprop-parameter-sets=J0LgCqkYWJ2ANQYBBrbeiGXvfAQ=,KN4JiA=='
  media 1:
   media:       'audio'
   port:        '0'
   num_ports:   '-1'
   proto:       'RTP/AVP'
   formats:
    format  '97'
   information: '(null)'
   key:
    type:       '(null)'
    data:       '(null)'

 sdpmessage.c 872 print_media
   attributes:
    attribute 'maxprate' : '10'

 we are in our AZ_media_mime 
 key is 10 --  mime is audio     attribute 'rtpmap' : '97 AMR/8000/1'
    attribute 'control' : 'trackID=4'
    attribute 'fmtp' : '97 octet-align=1'

 Number of streams is 2 gstrtspsrc.c 3513 gst_rtspsrc_open 

 gstrtspsrc.c  gst_rtspsrc_create_stream [515] 

 sdpmessage.c  sdp_media_get_attribute_val_n [599] 

 payload type is 0 and rate is -1 

 gstrtspsrc.c  gst_rtspsrc_parse_rtpmap [745] 


 *** rate is 90000 


 sdpmessage.c  sdp_media_get_attribute_val_n [599] 

 sdpmessage.c  sdp_media_get_attribute_val_n [599] 

 gstrtspsrc.c  gst_rtspsrc_create_stream [515] 

 sdpmessage.c  sdp_media_get_attribute_val_n [599] 

 payload type is 0 and rate is -1 

 gstrtspsrc.c  gst_rtspsrc_parse_rtpmap [745] 

 rate is 8000 
 

 *** rate is 8000 


 sdpmessage.c  sdp_media_get_attribute_val_n [599] 

 sdpmessage.c  sdp_media_get_attribute_val_n [599] 

 gstrtspsrc.c gst_rtspsrc_setup_streams    [3171] 

 gstrtspsrc.c gst_rtspsrc_create_transports_string    [3011] 

 new in RTSP_LOWER_TRANS_TCP
 RTP/AVP/TCP;unicast;interleaved=%%i1-%%i2  gstrtspsrc.c [ 1088874496 ]
 number of placeholders************ first nr_int 2 nr_udp 0 

 transports is RTP/AVP/TCP;unicast;interleaved=%%i1-%%i2 
 
 rtp port and rtcp port  0 0 
 
 RTSP_ok 

 res value is 0 

 after res condition 

 gstrtspsrc.c  gst_rtspsrc_send [2860] 

 gstrtspsrc.c  gst_rtspsrc_try_send [2740] 
RTSP request message 0xbdfff874
 request line:
   method:  'SETUP'
   uri:     'rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp/trackID=3'
   version: '1.0'
 headers:
   key: 'Transport', value: 'RTP/AVP/TCP;unicast;interleaved=0-1'
 body:

 rtspconnection.c  rtsp_connection_send [428] 

 rtspconnection.c rtsp_connection_write    [342] 

 rtspconnection.c   read_line [546] 

 rtspconnection.c  parse_response_status [621] 

 rtspconnection.c   read_line [546] 

 key is Server 

 rtspconnection.c   read_line [546] 

 key is Cseq 

 rtspconnection.c   read_line [546] 

 key is Last-Modified 

 rtspconnection.c   read_line [546] 

 key is Cache-Control 

 rtspconnection.c   read_line [546] 

 key is Session 

 rtspconnection.c   read_line [546] 

 key is Date 

 rtspconnection.c   read_line [546] 

 key is Expires 

 rtspconnection.c   read_line [546] 

 key is Transport 

 rtspconnection.c   read_line [546] 
RTSP response message 0xbdfff858
 status line:
   code:    '200'
   reason:  'OK'
   version: '1.0'
 headers:
   key: 'Server', value: 'DSS/5.0.3.2 (Build/452.22.3; Platform/Linux; Release/Panther; Update/3GPP; )'
   key: 'CSeq', value: '2'
   key: 'Last-Modified', value: 'Sat, 24 Mar 2007 23:36:21 GMT'
   key: 'Cache-Control', value: 'must-revalidate'
   key: 'Session', value: '7190718660431931049'
   key: 'Date', value: 'Thu, 07 Aug 2008 08:25:53 GMT'
   key: 'Expires', value: 'Thu, 07 Aug 2008 08:25:53 GMT'
   key: 'Transport', value: 'RTP/AVP/TCP;unicast;interleaved=0-1;ssrc=2954B0B9'
 body: length 0

 rtsptransport.c  rtsp_transport_parse [297] 

 rtsptransport.c  rtsp_transport_init [135] 

 stream 0xff510 as TCP interleaved
 @@@@ Mime type is application/x-rtp  

 rtsptransport.c  rtsp_transport_get_mime [167] 

 mime type is application/x-rtp gstrtspsrc.c 1876 gst_rtspsrc_stream_configure_transport 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 FILe name is gstrtpbin.c 251 find_session_by_id 

 FILe name is gstrtpbin.c 267 create_session 

 gstrtpsession.c gst_rtp_session_init    [351] 

 rtpsession.c  rtp_session_init [164] 

 rtpsession.c  rtp_session_set_callbacks [320] 

 gstrtpsession.c gst_rtp_session_change_state    [514] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtpsession.c gst_rtp_session_change_state    [514] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtpsession.c gst_rtp_session_change_state    [514] 

 gstrtpsession.c start_rtcp_thread    [472] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtpsession.c gst_rtp_session_request_new_pad    [968] 

 FILe name is gstrtpbin.c 251 find_session_by_id 

 gstrtpsession.c gst_rtp_session_request_new_pad    [968] 

 gstrtpsession.c create_recv_rtcp_sink    [888] 

 gstrtpsession.c create_recv_rtcp_sink    [896] 

 gstrtspsrc.c  gst_rtspsrc_stream_configure_tcp [1590] 

 FILe name is gstrtpbin.c 1058 create_rtcp 

 FILe name is gstrtpbin.c 251 find_session_by_id 

 gstrtpsession.c gst_rtp_session_request_new_pad    [968] 

 gstrtpsession.c create_send_rtcp_src    [947] 

 rtsptransport.c  rtsp_transport_init [135] 

 gstrtspsrc.c gst_rtspsrc_create_transports_string    [3011] 

 new in RTSP_LOWER_TRANS_TCP
 RTP/AVP/TCP;unicast;interleaved=%%i1-%%i2  gstrtspsrc.c [ 1088874496 ]
 number of placeholders************ first nr_int 2 nr_udp 0 

 transports is RTP/AVP/TCP;unicast;interleaved=%%i1-%%i2 
 
 rtp port and rtcp port  0 0 
 
 RTSP_ok 

 res value is 0 

 after res condition 

 gstrtspsrc.c  gst_rtspsrc_send [2860] 

 gstrtspsrc.c  gst_rtspsrc_try_send [2740] 
RTSP request message 0xbdfff874
 request line:
   method:  'SETUP'
   uri:     'rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp/trackID=4'
   version: '1.0'
 headers:
   key: 'Transport', value: 'RTP/AVP/TCP;unicast;interleaved=2-3'
 body:

 rtspconnection.c  rtsp_connection_send [428] 

 rtspconnection.c rtsp_connection_write    [342] 

 gstrtpsession.c     rtcp_thread    [413] 

 rtspconnection.c   read_line [546] 

 rtspconnection.c  parse_response_status [621] 

 rtspconnection.c   read_line [546] 

 key is Server 

 rtspconnection.c   read_line [546] 

 key is Cseq 

 rtspconnection.c   read_line [546] 

 key is Session 

 rtspconnection.c   read_line [546] 

 key is Last-Modified 

 rtspconnection.c   read_line [546] 

 key is Cache-Control 

 rtspconnection.c   read_line [546] 

 key is Date 

 rtspconnection.c   read_line [546] 

 key is Expires 

 rtspconnection.c   read_line [546] 

 key is Transport 

 rtspconnection.c   read_line [546] 
RTSP response message 0xbdfff858
 status line:
   code:    '200'
   reason:  'OK'
   version: '1.0'
 headers:
   key: 'Server', value: 'DSS/5.0.3.2 (Build/452.22.3; Platform/Linux; Release/Panther; Update/3GPP; )'
   key: 'CSeq', value: '3'
   key: 'Session', value: '7190718660431931049'
   key: 'Last-Modified', value: 'Sat, 24 Mar 2007 23:36:21 GMT'
   key: 'Cache-Control', value: 'must-revalidate'
   key: 'Date', value: 'Thu, 07 Aug 2008 08:25:53 GMT'
   key: 'Expires', value: 'Thu, 07 Aug 2008 08:25:53 GMT'
   key: 'Transport', value: 'RTP/AVP/TCP;unicast;interleaved=2-3;ssrc=0EDD4380'
 body: length 0

 rtsptransport.c  rtsp_transport_parse [297] 

 rtsptransport.c  rtsp_transport_init [135] 

 stream 0xdb2c8 as TCP interleaved
 @@@@ Mime type is application/x-rtp  

 rtsptransport.c  rtsp_transport_get_mime [167] 

 mime type is application/x-rtp gstrtspsrc.c 1876 gst_rtspsrc_stream_configure_transport 

 FILe name is gstrtpbin.c 251 find_session_by_id 

 FILe name is gstrtpbin.c 267 create_session 

 gstrtpsession.c gst_rtp_session_init    [351] 

 rtpsession.c  rtp_session_init [164] 

 rtpsession.c  rtp_session_set_callbacks [320] 

 gstrtpsession.c gst_rtp_session_change_state    [514] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtpsession.c gst_rtp_session_change_state    [514] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtpsession.c gst_rtp_session_change_state    [514] 

 gstrtpsession.c start_rtcp_thread    [472] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtpsession.c     rtcp_thread    [413] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtpsession.c gst_rtp_session_request_new_pad    [968] 

 FILe name is gstrtpbin.c 251 find_session_by_id 

 gstrtpsession.c gst_rtp_session_request_new_pad    [968] 

 gstrtpsession.c create_recv_rtcp_sink    [888] 

 gstrtpsession.c create_recv_rtcp_sink    [896] 

 gstrtspsrc.c  gst_rtspsrc_stream_configure_tcp [1590] 

 FILe name is gstrtpbin.c 1058 create_rtcp 

 FILe name is gstrtpbin.c 251 find_session_by_id 

 gstrtpsession.c gst_rtp_session_request_new_pad    [968] 

 gstrtpsession.c create_send_rtcp_src    [947] 

 rtsptransport.c  rtsp_transport_init [135] 

 gstrtspsrc.c  gst_rtspsrc_play [3786] 

 gstrtspsrc.c  gst_rtspsrc_send [2860] 

 gstrtspsrc.c  gst_rtspsrc_try_send [2740] 
RTSP request message 0xbdfff9b0
 request line:
   method:  'PLAY'
   uri:     'rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp'
   version: '1.0'
 headers:
   key: 'Range', value: 'npt=0-'
 body:

 rtspconnection.c  rtsp_connection_send [428] 

 rtspconnection.c rtsp_connection_write    [342] 

 rtspconnection.c   read_line [546] 

 rtspconnection.c  parse_response_status [621] 

 rtspconnection.c   read_line [546] 

 key is Server 

 rtspconnection.c   read_line [546] 

 key is Cseq 

 rtspconnection.c   read_line [546] 

 key is Session 

 rtspconnection.c   read_line [546] 

 key is Range 

 rtspconnection.c   read_line [546] 

 key is RTP-Info 

 rtspconnection.c   read_line [546] 
RTSP response message 0xbdfff994
 status line:
   code:    '200'
   reason:  'OK'
   version: '1.0'
 headers:
   key: 'Server', value: 'DSS/5.0.3.2 (Build/452.22.3; Platform/Linux; Release/Panther; Update/3GPP; )'
   key: 'CSeq', value: '4'
   key: 'Session', value: '7190718660431931049'
   key: 'Range', value: 'npt=0.00000-145.54555'
   key: 'RTP-Info', value: 'url=rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp/trackID=3;seq=5653;rtptime=1841862102,url=rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp/trackID=4;seq=59526;rtptime=557952428'
 body: length 0

 RTP INFO  is url=rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp/trackID=3;seq=5653;rtptime=1841862102,url=rtsp://qt.streamreal.org/maui/3gpp/izanaidance.3gp/trackID=4;seq=59526;rtptime=557952428 
 
 gstrtspsrc.c  gst_rtspsrc_parse_rtpinfo [3720] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 gstrtpsession.c gst_rtp_session_clock_rate    [643] 

 FILe name is gstrtpbin.c 334 get_pt_map 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 FILe name is gstrtpbin.c 334 get_pt_map 

 rtpsession.c  rtp_session_process_rtp [954] 

 gstrtpsession.c gst_rtp_session_clock_rate    [643] 

 FILe name is gstrtpbin.c 334 get_pt_map 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950] 

 FILe name is gstrtpbin.c 334 get_pt_map 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 gstrtpsession.c gst_rtp_session_send_rtcp    [616] 

 gstrtspsrc.c  gst_rtspsrc_sink_chain [1332] 

 rtspconnection.c  rtsp_connection_send [428] 

 rtspconnection.c rtsp_connection_write    [342] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 FILe name is gstrtpbin.c 334 get_pt_map 

 rtpsession.c  rtp_session_process_rtp [954] 

Dynamic pad created, linking parser/decoder

 FILe name is gstrtpbin.c 334 get_pt_map 

Dynamic pad created, linking parser/decoder

 rtpsession.c  rtp_session_process_rtp [954] 

 rtpsession.c  rtp_session_process_rtp [954] 

 gstrtpsession.c gst_rtp_session_event_recv_rtcp_sink    [781] 

 gstrtpsession.c gst_rtp_session_event_recv_rtcp_sink    [781] 
Error: Internal data flow error.

 gstrtspsrc.c gst_rtspsrc_change_state    [4035] 

 gstrtspsrc.c  gst_rtspsrc_handle_message [3950]
Comment 2 Johannes Schmid 2008-12-23 09:56:29 UTC
Hmm, wrong module => putting in gstreamer!
Comment 3 Wim Taymans 2009-05-06 15:55:18 UTC
I don't understand the problem. What are you doing, what are you expecting?
Comment 4 Sebastian Dröge (slomo) 2009-09-10 08:34:24 UTC
Closing because no additional information was provided.