hi,
we now test 6 different ip camera which support rtsp with similar command line: gst-launch playbin uri=rtsp://192.168.2.90/live.sdp unfortunately only one working with all other crash with different errors. the biggest problem is that's not the cameras fault or at least all camera's rtsp works with vlc and mplayer. so only gstreamer fails:-( is there any way how can find the reason of these problems? is there any plan to fix rtsp support in gstreamer? thnanks in advance. yours. here is a error message (of course there is no firewall or anythig like this the camera and the host is on the same switch:-) -------------------------------------------- Setting pipeline to PAUSED ... Pipeline is live and does not need PREROLL ... Setting pipeline to PLAYING ... New clock: GstSystemClock WARNING: from element /playbin0/source: Could not read from resource. Additional debug info: gstrtspsrc.c(2759): gst_rtspsrc_loop_udp (): /playbin0/source: The server closed the connection. WARNING: from element /playbin0/source: Could not read from resource. Additional debug info: gstrtspsrc.c(2814): gst_rtspsrc_loop_udp (): /playbin0/source: Could not receive any UDP packets for 5.0000 seconds, maybe your firewall is blocking it. Retrying using a TCP connection. ERROR: from element /playbin0/source: Could not read from resource. Additional debug info: gstrtspsrc.c(3327): gst_rtspsrc_send (): /playbin0/source: Got error response: 455 (Method Not Valid In This State). Execution ended after 5016135620 ns. Setting pipeline to PAUSED ... ^CCaught interrupt -- ^C -------------------------------------------- -- Levente "Si vis pacem para bellum!" ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Wed, 2008-06-11 at 15:32 +0200, Farkas Levente wrote:
> hi, > we now test 6 different ip camera which support rtsp with similar > command line: > gst-launch playbin uri=rtsp://192.168.2.90/live.sdp > unfortunately only one working with all other crash with different > errors. the biggest problem is that's not the cameras fault or at least > all camera's rtsp works with vlc and mplayer. so only gstreamer fails:-( > is there any way how can find the reason of these problems? is there any > plan to fix rtsp support in gstreamer? It works for me. when you make a bugzilla report with a backtrace of a crash, debug logs and the output of: gst-launch rtspsrc debug=1 location=rtsp://.. we will be able to fix any other issues you might have. Wim > thnanks in advance. > yours. > > here is a error message (of course there is no firewall or anythig like > this the camera and the host is on the same switch:-) > -------------------------------------------- > Setting pipeline to PAUSED ... > Pipeline is live and does not need PREROLL ... > Setting pipeline to PLAYING ... > New clock: GstSystemClock > WARNING: from element /playbin0/source: Could not read from resource. > Additional debug info: > gstrtspsrc.c(2759): gst_rtspsrc_loop_udp (): /playbin0/source: > The server closed the connection. > WARNING: from element /playbin0/source: Could not read from resource. > Additional debug info: > gstrtspsrc.c(2814): gst_rtspsrc_loop_udp (): /playbin0/source: > Could not receive any UDP packets for 5.0000 seconds, maybe your > firewall is blocking it. Retrying using a TCP connection. > ERROR: from element /playbin0/source: Could not read from resource. > Additional debug info: > gstrtspsrc.c(3327): gst_rtspsrc_send (): /playbin0/source: > Got error response: 455 (Method Not Valid In This State). > Execution ended after 5016135620 ns. > Setting pipeline to PAUSED ... > ^CCaught interrupt -- ^C > -------------------------------------------- > > ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Wim Taymans wrote:
> On Wed, 2008-06-11 at 15:32 +0200, Farkas Levente wrote: >> hi, >> we now test 6 different ip camera which support rtsp with similar >> command line: >> gst-launch playbin uri=rtsp://192.168.2.90/live.sdp >> unfortunately only one working with all other crash with different >> errors. the biggest problem is that's not the cameras fault or at least >> all camera's rtsp works with vlc and mplayer. so only gstreamer fails:-( >> is there any way how can find the reason of these problems? is there any >> plan to fix rtsp support in gstreamer? > > It works for me. when you make a bugzilla report with a backtrace of a > crash, debug logs and the output of: > > gst-launch rtspsrc debug=1 location=rtsp://.. > > we will be able to fix any other issues you might have. - what is the recommended command line to test rtsp? in vlc and mplayer it's simple the url. in gstreamer we use eg: gst-launch playbin uri=rtsp://192.168.2.90/live2.sdp - in the attached example we use these commands: gst-launch rtspsrc debug=1 location=rtsp://192.168.2.90/live.sdp ! decodebin ! queue ! xvimagesink &>good.txt gst-launch rtspsrc debug=1 location=rtsp://192.168.2.100/live.sdp ! decodebin ! queue ! xvimagesink &>bad.txt gst-launch rtspsrc debug=1 location=rtsp://admin:admin@192.168.2.109/ ! decodebin ! queue ! xvimagesink &>ugly.txt anc ctrl-c to stop. the good working the last two case (bad, ugly), there was not any xv window at all so we just hit ctrl-c after about 1 minutes. all of the above url working with vlc and mplayer from the same host. what else can i do to get backtrace or other logs? thank you for your help in advance. yours. -- Levente "Si vis pacem para bellum!" Setting pipeline to PAUSED ... RTSP request message 0xbff21240 request line: method: 'OPTIONS' uri: 'rtsp://192.168.2.100/live.sdp' version: '1.0' headers: key: 'User-Agent', value: 'RealMedia Player Version 6.0.9.1235 (linux-2.0-libc6-i386-gcc2.95)' key: 'ClientChallenge', value: '9e26d33f2984236010ef6253fb1887f7' key: 'CompanyID', value: 'KnKV4M4I/B2FjJ1TToLycw==' key: 'GUID', value: '00000000-0000-0000-0000-000000000000' key: 'RegionData', value: '0' key: 'PlayerStarttime', value: '[28/03/2003:22:50:23 00:00]' key: 'ClientID', value: 'Linux_2.4_6.0.9.1235_play32_RN01_EN_586' body: RTSP response message 0xbff21224 status line: code: '200' reason: 'OK' version: '1.0' headers: key: 'CSeq', value: '0' key: 'Date', value: 'Sun, 16 Jun 2000 6:38:30 GMT' key: 'Public', value: 'OPTIONS, DESCRIBE, PLAY, SETUP, TEARDOWN' body: length 0 RTSP request message 0xbff21240 request line: method: 'DESCRIBE' uri: 'rtsp://192.168.2.100/live.sdp' version: '1.0' headers: key: 'Accept', value: 'application/sdp' key: 'Bandwidth', value: '10485800' key: 'GUID', value: '00000000-0000-0000-0000-000000000000' key: 'RegionData', value: '0' key: 'ClientID', value: 'Linux_2.4_6.0.9.1235_play32_RN01_EN_586' key: 'SupportsMaximumASMBandwidth', value: '1' key: 'Language', value: 'en-US' body: RTSP response message 0xbff21224 status line: code: '200' reason: 'OK' version: '1.0' headers: key: 'CSeq', value: '1' key: 'Date', value: 'Sun, 16 Jun 2000 6:38:30 GMT' key: 'Content-Base', value: 'rtsp://192.168.2.100/live.sdp/' key: 'Content-Type', value: 'application/sdp' key: 'Content-Length', value: '577' body: length 578 00000000 (0xb68010d8): 76 3d 30 0d 0a 6f 3d 52 54 53 50 20 39 33 31 35 v=0..o=RTSP 9315 00000010 (0xb68010e8): 37 31 20 30 20 49 4e 20 49 50 34 20 30 2e 30 2e 71 0 IN IP4 0.0. 00000020 (0xb68010f8): 30 2e 30 0d 0a 73 3d 52 54 53 50 20 73 65 72 76 0.0..s=RTSP serv 00000030 (0xb6801108): 65 72 0d 0a 63 3d 49 4e 20 49 50 34 20 30 2e 30 er..c=IN IP4 0.0 00000040 (0xb6801118): 2e 30 2e 30 0d 0a 74 3d 30 20 30 0d 0a 61 3d 63 .0.0..t=0 0..a=c 00000050 (0xb6801128): 68 61 72 73 65 74 3a 53 68 69 66 74 5f 4a 49 53 harset:Shift_JIS 00000060 (0xb6801138): 0d 0a 61 3d 72 61 6e 67 65 3a 6e 70 74 3d 30 2d ..a=range:npt=0- 00000070 (0xb6801148): 0d 0a 61 3d 63 6f 6e 74 72 6f 6c 3a 2a 0d 0a 61 ..a=control:*..a 00000080 (0xb6801158): 3d 65 74 61 67 3a 31 32 33 34 35 36 37 38 39 30 =etag:1234567890 00000090 (0xb6801168): 0d 0a 6d 3d 76 69 64 65 6f 20 30 20 52 54 50 2f ..m=video 0 RTP/ 000000a0 (0xb6801178): 41 56 50 20 39 36 0d 0a 62 3d 41 53 3a 31 32 30 AVP 96..b=AS:120 000000b0 (0xb6801188): 30 0d 0a 61 3d 72 74 70 6d 61 70 3a 39 36 20 4d 0..a=rtpmap:96 M 000000c0 (0xb6801198): 50 34 56 2d 45 53 2f 33 30 30 30 30 0d 0a 61 3d P4V-ES/30000..a= 000000d0 (0xb68011a8): 63 6f 6e 74 72 6f 6c 3a 74 72 61 63 6b 49 44 3d control:trackID= 000000e0 (0xb68011b8): 31 0d 0a 61 3d 66 6d 74 70 3a 39 36 20 70 72 6f 1..a=fmtp:96 pro 000000f0 (0xb68011c8): 66 69 6c 65 2d 6c 65 76 65 6c 2d 69 64 3d 33 3b file-level-id=3; 00000100 (0xb68011d8): 63 6f 6e 66 69 67 3d 30 30 30 30 30 31 42 30 30 config=000001B00 00000110 (0xb68011e8): 33 30 30 30 30 30 31 42 35 30 39 30 30 30 30 30 3000001B50900000 00000120 (0xb68011f8): 31 30 30 30 30 30 30 30 31 32 30 30 30 43 34 38 1000000012000C48 00000130 (0xb6801208): 38 38 31 46 34 35 31 34 30 34 33 43 31 34 36 33 881F4514043C1463 00000140 (0xb6801218): 46 3b 64 65 63 6f 64 65 5f 62 75 66 3d 37 36 38 F;decode_buf=768 00000150 (0xb6801228): 30 30 0d 0a 6d 3d 61 75 64 69 6f 20 30 20 52 54 00..m=audio 0 RT 00000160 (0xb6801238): 50 2f 41 56 50 20 39 37 0d 0a 61 3d 63 6f 6e 74 P/AVP 97..a=cont 00000170 (0xb6801248): 72 6f 6c 3a 74 72 61 63 6b 49 44 3d 33 0d 0a 61 rol:trackID=3..a 00000180 (0xb6801258): 3d 72 74 70 6d 61 70 3a 39 37 20 6d 70 65 67 34 =rtpmap:97 mpeg4 00000190 (0xb6801268): 2d 67 65 6e 65 72 69 63 2f 34 34 31 30 30 2f 32 -generic/44100/2 000001a0 (0xb6801278): 0d 0a 61 3d 66 6d 74 70 3a 39 37 20 73 74 72 65 ..a=fmtp:97 stre 000001b0 (0xb6801288): 61 6d 74 79 70 65 3d 35 3b 20 70 72 6f 66 69 6c amtype=5; profil 000001c0 (0xb6801298): 65 2d 6c 65 76 65 6c 2d 69 64 3d 31 35 3b 20 6d e-level-id=15; m 000001d0 (0xb68012a8): 6f 64 65 3d 41 41 43 2d 68 62 72 3b 20 63 6f 6e ode=AAC-hbr; con 000001e0 (0xb68012b8): 66 69 67 3d 31 32 31 30 3b 53 69 7a 65 4c 65 6e fig=1210;SizeLen 000001f0 (0xb68012c8): 67 74 68 3d 31 33 3b 20 49 6e 64 65 78 4c 65 6e gth=13; IndexLen 00000200 (0xb68012d8): 67 74 68 3d 33 3b 20 49 6e 64 65 78 44 65 6c 74 gth=3; IndexDelt 00000210 (0xb68012e8): 61 4c 65 6e 67 74 68 3d 33 3b 20 43 54 53 44 65 aLength=3; CTSDe 00000220 (0xb68012f8): 6c 74 61 4c 65 6e 67 74 68 3d 30 3b 20 44 54 53 ltaLength=0; DTS 00000230 (0xb6801308): 44 65 6c 74 61 4c 65 6e 67 74 68 3d 30 3b 20 0d DeltaLength=0; . 00000240 (0xb6801318): 0a 00 .. sdp packet 0xbff211c4: version: '0' origin: username: 'RTSP' sess_id: '931571' sess_version: '0' nettype: 'IN' addrtype: 'IP4' addr: '0.0.0.0' session_name: 'RTSP server' information: '(NULL)' uri: '(NULL)' connection: nettype: 'IN' addrtype: 'IP4' address: '0.0.0.0' ttl: '0' addr_number: '0' key: type: '(NULL)' data: '(NULL)' attributes: attribute 'charset' : 'Shift_JIS' attribute 'range' : 'npt=0-' attribute 'control' : '*' attribute 'etag' : '1234567890' medias: media 0: media: 'video' port: '0' num_ports: '4294967295' proto: 'RTP/AVP' formats: format '96' information: '(null)' key: type: '(null)' data: '(null)' attributes: attribute 'rtpmap' : '96 MP4V-ES/30000' attribute 'control' : 'trackID=1' attribute 'fmtp' : '96 profile-level-id=3;config=000001B003000001B509000001000000012000C48881F4514043C1463F;decode_buf=76800' media 1: media: 'audio' port: '0' num_ports: '4294967295' proto: 'RTP/AVP' formats: format '97' information: '(null)' key: type: '(null)' data: '(null)' attributes: attribute 'control' : 'trackID=3' attribute 'rtpmap' : '97 mpeg4-generic/44100/2' attribute 'fmtp' : '97 streamtype=5; profile-level-id=15; mode=AAC-hbr; config=1210;SizeLength=13; IndexLength=3; IndexDeltaLength=3; CTSDeltaLength=0; DTSDeltaLength=0; ' RTSP request message 0xbff21078 request line: method: 'SETUP' uri: 'rtsp://192.168.2.100/live.sdp/trackID=1' version: '1.0' headers: key: 'Transport', value: 'RTP/AVP/UDP;unicast;client_port=51240-51241,RTP/AVP/UDP;multicast,RTP/AVP/TCP;unicast;interleaved=0-1' body: RTSP response message 0xbff2105c status line: code: '200' reason: 'OK' version: '1.0' headers: key: 'CSeq', value: '2' key: 'Session', value: '641719;timeout=60' key: 'Transport', value: 'RTP/AVP;multicast;destination=239.128.1.99;port=5560-5561;ttl=15' body: length 0 RTSP request message 0xbff21078 request line: method: 'SETUP' uri: 'rtsp://192.168.2.100/live.sdp/trackID=3' version: '1.0' headers: key: 'Transport', value: 'RTP/AVP/UDP;multicast' body: RTSP response message 0xbff2105c status line: code: '200' reason: 'OK' version: '1.0' headers: key: 'CSeq', value: '3' key: 'Session', value: '641719;timeout=60' key: 'Transport', value: 'RTP/AVP;multicast;destination=239.128.1.99;port=5562-5563;ttl=15' body: length 0 Pipeline is live and does not need PREROLL ... Setting pipeline to PLAYING ... RTSP request message 0xbff212e4 request line: method: 'PLAY' uri: 'rtsp://192.168.2.100/live.sdp' version: '1.0' headers: key: 'Range', value: 'npt=0-' body: RTSP response message 0xbff212c8 status line: code: '200' reason: 'OK' version: '1.0' headers: key: 'CSeq', value: '4' key: 'Date', value: 'Sun, 16 Jun 2000 6:38:31 GMT' key: 'Session', value: '641719;timeout=80' key: 'Server', value: 'PVSS' key: 'RTP-Info', value: 'url=rtsp://192.168.2.100/live.sdp/trackID=1;seq=0;rtptime=0,url=rtsp://192.168.2.100/live.sdp/trackID=3;seq=0;rtptime=0' key: 'Range', value: 'npt=0-' body: length 0 New clock: GstSystemClock WARNING: from element /pipeline0/rtspsrc0: Could not read from resource. Additional debug info: gstrtspsrc.c(2759): gst_rtspsrc_loop_udp (): /pipeline0/rtspsrc0: The server closed the connection. RTSP request message 0xb2bf9130 request line: method: 'PAUSE' uri: 'rtsp://192.168.2.100/live.sdp' version: '1.0' headers: body: WARNING: from element /pipeline0/rtspsrc0: Could not read from resource. Additional debug info: gstrtspsrc.c(2814): gst_rtspsrc_loop_udp (): /pipeline0/rtspsrc0: Could not receive any UDP packets for 5.0000 seconds, maybe your firewall is blocking it. Retrying using a TCP connection. RTSP response message 0xb2bf9114 status line: code: '455' reason: 'Method Not Valid In This State' version: '1.0' headers: key: 'CSeq', value: '5' body: length 0 RTSP request message 0xb2bf9130 request line: method: 'TEARDOWN' uri: 'rtsp://192.168.2.100/live.sdp' version: '1.0' headers: body: ERROR: from element /pipeline0/rtspsrc0: Could not read from resource. Additional debug info: gstrtspsrc.c(3327): gst_rtspsrc_send (): /pipeline0/rtspsrc0: Got error response: 455 (Method Not Valid In This State). Execution ended after 5004117767 ns. Setting pipeline to PAUSED ... RTSP request message 0xb2bf9120 request line: method: 'OPTIONS' uri: 'rtsp://192.168.2.100/live.sdp' version: '1.0' headers: key: 'User-Agent', value: 'RealMedia Player Version 6.0.9.1235 (linux-2.0-libc6-i386-gcc2.95)' key: 'ClientChallenge', value: '9e26d33f2984236010ef6253fb1887f7' key: 'CompanyID', value: 'KnKV4M4I/B2FjJ1TToLycw==' key: 'GUID', value: '00000000-0000-0000-0000-000000000000' key: 'RegionData', value: '0' key: 'PlayerStarttime', value: '[28/03/2003:22:50:23 00:00]' key: 'ClientID', value: 'Linux_2.4_6.0.9.1235_play32_RN01_EN_586' body: Caught interrupt -- Setting pipeline to PAUSED ... RTSP request message 0xbf948c70 request line: method: 'OPTIONS' uri: 'rtsp://192.168.2.90/live.sdp' version: '1.0' headers: key: 'User-Agent', value: 'RealMedia Player Version 6.0.9.1235 (linux-2.0-libc6-i386-gcc2.95)' key: 'ClientChallenge', value: '9e26d33f2984236010ef6253fb1887f7' key: 'CompanyID', value: 'KnKV4M4I/B2FjJ1TToLycw==' key: 'GUID', value: '00000000-0000-0000-0000-000000000000' key: 'RegionData', value: '0' key: 'PlayerStarttime', value: '[28/03/2003:22:50:23 00:00]' key: 'ClientID', value: 'Linux_2.4_6.0.9.1235_play32_RN01_EN_586' body: RTSP response message 0xbf948c54 status line: code: '200' reason: 'OK' version: '1.0' headers: key: 'CSeq', value: '0' key: 'Date', value: 'Thu, 15 May 2008 13:9:29 GMT' key: 'Public', value: 'OPTIONS, DESCRIBE, PLAY, SETUP, TEARDOWN' body: length 0 RTSP request message 0xbf948c70 request line: method: 'DESCRIBE' uri: 'rtsp://192.168.2.90/live.sdp' version: '1.0' headers: key: 'Accept', value: 'application/sdp' key: 'Bandwidth', value: '10485800' key: 'GUID', value: '00000000-0000-0000-0000-000000000000' key: 'RegionData', value: '0' key: 'ClientID', value: 'Linux_2.4_6.0.9.1235_play32_RN01_EN_586' key: 'SupportsMaximumASMBandwidth', value: '1' key: 'Language', value: 'en-US' body: RTSP response message 0xbf948c54 status line: code: '200' reason: 'OK' version: '1.0' headers: key: 'CSeq', value: '1' key: 'Date', value: 'Thu, 15 May 2008 13:9:29 GMT' key: 'Content-Base', value: 'rtsp://192.168.2.90/live.sdp/' key: 'Content-Type', value: 'application/sdp' key: 'Content-Length', value: '501' body: length 502 00000000 (0xb68010d8): 76 3d 30 0d 0a 6f 3d 52 54 53 50 20 31 32 31 30 v=0..o=RTSP 1210 00000010 (0xb68010e8): 38 35 36 39 36 39 20 34 37 34 20 49 4e 20 49 50 856969 474 IN IP 00000020 (0xb68010f8): 34 20 30 2e 30 2e 30 2e 30 0d 0a 73 3d 52 54 53 4 0.0.0.0..s=RTS 00000030 (0xb6801108): 50 20 73 65 72 76 65 72 0d 0a 63 3d 49 4e 20 49 P server..c=IN I 00000040 (0xb6801118): 50 34 20 30 2e 30 2e 30 2e 30 0d 0a 74 3d 30 20 P4 0.0.0.0..t=0 00000050 (0xb6801128): 30 0d 0a 61 3d 63 68 61 72 73 65 74 3a 53 68 69 0..a=charset:Shi 00000060 (0xb6801138): 66 74 5f 4a 49 53 0d 0a 61 3d 72 61 6e 67 65 3a ft_JIS..a=range: 00000070 (0xb6801148): 6e 70 74 3d 30 2d 0d 0a 61 3d 63 6f 6e 74 72 6f npt=0-..a=contro 00000080 (0xb6801158): 6c 3a 2a 0d 0a 61 3d 65 74 61 67 3a 31 32 33 34 l:*..a=etag:1234 00000090 (0xb6801168): 35 36 37 38 39 30 0d 0a 6d 3d 76 69 64 65 6f 20 567890..m=video 000000a0 (0xb6801178): 30 20 52 54 50 2f 41 56 50 20 39 36 0d 0a 62 3d 0 RTP/AVP 96..b= 000000b0 (0xb6801188): 41 53 3a 30 0d 0a 61 3d 72 74 70 6d 61 70 3a 39 AS:0..a=rtpmap:9 000000c0 (0xb6801198): 36 20 4d 50 34 56 2d 45 53 2f 33 30 30 30 30 0d 6 MP4V-ES/30000. 000000d0 (0xb68011a8): 0a 61 3d 63 6f 6e 74 72 6f 6c 3a 74 72 61 63 6b .a=control:track 000000e0 (0xb68011b8): 49 44 3d 31 0d 0a 61 3d 66 6d 74 70 3a 39 36 20 ID=1..a=fmtp:96 000000f0 (0xb68011c8): 70 72 6f 66 69 6c 65 2d 6c 65 76 65 6c 2d 69 64 profile-level-id 00000100 (0xb68011d8): 3d 33 3b 63 6f 6e 66 69 67 3d 30 30 30 30 30 31 =3;config=000001 00000110 (0xb68011e8): 42 30 30 33 30 30 30 30 30 31 42 32 34 36 34 44 B003000001B2464D 00000120 (0xb68011f8): 35 46 35 30 34 37 32 30 34 44 36 46 36 34 36 35 5F5047204D6F6465 00000130 (0xb6801208): 30 30 30 30 30 31 42 35 30 39 30 30 30 30 30 31 000001B509000001 00000140 (0xb6801218): 30 30 30 30 30 30 30 31 32 30 30 30 43 34 38 38 000000012000C488 00000150 (0xb6801228): 38 31 46 34 35 31 34 30 34 33 43 31 34 36 33 46 81F4514043C1463F 00000160 (0xb6801238): 3b 64 65 63 6f 64 65 5f 62 75 66 3d 37 36 38 30 ;decode_buf=7680 00000170 (0xb6801248): 30 0d 0a 6d 3d 61 75 64 69 6f 20 30 20 52 54 50 0..m=audio 0 RTP 00000180 (0xb6801258): 2f 41 56 50 20 39 37 0d 0a 62 3d 41 53 3a 31 33 /AVP 97..b=AS:13 00000190 (0xb6801268): 0d 0a 61 3d 72 74 70 6d 61 70 3a 39 37 20 41 4d ..a=rtpmap:97 AM 000001a0 (0xb6801278): 52 2f 38 30 30 30 0d 0a 61 3d 63 6f 6e 74 72 6f R/8000..a=contro 000001b0 (0xb6801288): 6c 3a 74 72 61 63 6b 49 44 3d 34 0d 0a 61 3d 6d l:trackID=4..a=m 000001c0 (0xb6801298): 61 78 70 74 69 6d 65 3a 32 30 30 0d 0a 61 3d 66 axptime:200..a=f 000001d0 (0xb68012a8): 6d 74 70 3a 39 37 20 64 65 63 6f 64 65 5f 62 75 mtp:97 decode_bu 000001e0 (0xb68012b8): 66 3d 34 30 30 3b 6f 63 74 65 74 2d 61 6c 69 67 f=400;octet-alig 000001f0 (0xb68012c8): 6e 3d 31 0d 0a 00 n=1... sdp packet 0xbf948bf4: version: '0' origin: username: 'RTSP' sess_id: '1210856969' sess_version: '474' nettype: 'IN' addrtype: 'IP4' addr: '0.0.0.0' session_name: 'RTSP server' information: '(NULL)' uri: '(NULL)' connection: nettype: 'IN' addrtype: 'IP4' address: '0.0.0.0' ttl: '0' addr_number: '0' key: type: '(NULL)' data: '(NULL)' attributes: attribute 'charset' : 'Shift_JIS' attribute 'range' : 'npt=0-' attribute 'control' : '*' attribute 'etag' : '1234567890' medias: media 0: media: 'video' port: '0' num_ports: '4294967295' proto: 'RTP/AVP' formats: format '96' information: '(null)' key: type: '(null)' data: '(null)' attributes: attribute 'rtpmap' : '96 MP4V-ES/30000' attribute 'control' : 'trackID=1' attribute 'fmtp' : '96 profile-level-id=3;config=000001B003000001B2464D5F5047204D6F6465000001B509000001000000012000C48881F4514043C1463F;decode_buf=76800' media 1: media: 'audio' port: '0' num_ports: '4294967295' proto: 'RTP/AVP' formats: format '97' information: '(null)' key: type: '(null)' data: '(null)' attributes: attribute 'rtpmap' : '97 AMR/8000' attribute 'control' : 'trackID=4' attribute 'maxptime' : '200' attribute 'fmtp' : '97 decode_buf=400;octet-align=1' RTSP request message 0xbf948aa8 request line: method: 'SETUP' uri: 'rtsp://192.168.2.90/live.sdp/trackID=1' version: '1.0' headers: key: 'Transport', value: 'RTP/AVP/UDP;unicast;client_port=44376-44377,RTP/AVP/UDP;multicast,RTP/AVP/TCP;unicast;interleaved=0-1' body: RTSP response message 0xbf948a8c status line: code: '200' reason: 'OK' version: '1.0' headers: key: 'CSeq', value: '2' key: 'Session', value: '19009904;timeout=60' key: 'Transport', value: 'RTP/AVP;multicast;destination=239.128.1.99;port=5560-5561;ttl=15' body: length 0 RTSP request message 0xbf948aa8 request line: method: 'SETUP' uri: 'rtsp://192.168.2.90/live.sdp/trackID=4' version: '1.0' headers: key: 'Transport', value: 'RTP/AVP/UDP;multicast' body: RTSP response message 0xbf948a8c status line: code: '200' reason: 'OK' version: '1.0' headers: key: 'CSeq', value: '3' key: 'Session', value: '19009904;timeout=60' key: 'Transport', value: 'RTP/AVP;multicast;destination=239.128.1.99;port=5562-5563;ttl=15' body: length 0 Pipeline is live and does not need PREROLL ... Setting pipeline to PLAYING ... RTSP request message 0xbf948d14 request line: method: 'PLAY' uri: 'rtsp://192.168.2.90/live.sdp' version: '1.0' headers: key: 'Range', value: 'npt=0-' body: RTSP response message 0xbf948cf8 status line: code: '200' reason: 'OK' version: '1.0' headers: key: 'CSeq', value: '4' key: 'Date', value: 'Thu, 15 May 2008 13:9:29 GMT' key: 'Session', value: '19009904;timeout=80' key: 'Server', value: 'PVSS' key: 'RTP-Info', value: 'url=rtsp://192.168.2.90/live.sdp/trackID=1;seq=0;rtptime=0,url=rtsp://192.168.2.90/live.sdp/trackID=4;seq=0;rtptime=0' key: 'Range', value: 'npt=0-' body: length 0 New clock: GstSystemClock ** (gst-launch-0.10:6874): WARNING **: Unknown codec ID 86022, please add here Caught interrupt -- handling interrupt. Interrupt: Stopping pipeline ... Execution ended after 6279541539 ns. Setting pipeline to PAUSED ... RTSP request message 0xbf948d20 request line: method: 'PAUSE' uri: 'rtsp://192.168.2.90/live.sdp' version: '1.0' headers: body: RTSP response message 0xbf948d04 status line: code: '200' reason: 'OK' version: '1.0' headers: key: 'CSeq', value: '5' key: 'Session', value: '19009904' body: length 0 Setting pipeline to READY ... RTSP request message 0xbf948d20 request line: method: 'TEARDOWN' uri: 'rtsp://192.168.2.90/live.sdp' version: '1.0' headers: body: RTSP response message 0xbf948d04 status line: code: '200' reason: 'OK' version: '1.0' headers: key: 'CSeq', value: '6' key: 'Session', value: '19009904' body: length 0 Setting pipeline to NULL ... FREEING pipeline ... Setting pipeline to PAUSED ... RTSP request message 0xbfb57e80 request line: method: 'OPTIONS' uri: 'rtsp://192.168.2.109/' version: '1.0' headers: key: 'User-Agent', value: 'RealMedia Player Version 6.0.9.1235 (linux-2.0-libc6-i386-gcc2.95)' key: 'ClientChallenge', value: '9e26d33f2984236010ef6253fb1887f7' key: 'CompanyID', value: 'KnKV4M4I/B2FjJ1TToLycw==' key: 'GUID', value: '00000000-0000-0000-0000-000000000000' key: 'RegionData', value: '0' key: 'PlayerStarttime', value: '[28/03/2003:22:50:23 00:00]' key: 'ClientID', value: 'Linux_2.4_6.0.9.1235_play32_RN01_EN_586' body: RTSP response message 0xbfb57e64 status line: code: '200' reason: 'OK' version: '1.0' headers: key: 'CSeq', value: '0' key: 'Public', value: 'OPTIONS,DESCRIBE,SETUP,PLAY,PING,PAUSE,TEARDOWN' body: length 0 RTSP request message 0xbfb57e80 request line: method: 'DESCRIBE' uri: 'rtsp://192.168.2.109/' version: '1.0' headers: key: 'Accept', value: 'application/sdp' key: 'Bandwidth', value: '10485800' key: 'GUID', value: '00000000-0000-0000-0000-000000000000' key: 'RegionData', value: '0' key: 'ClientID', value: 'Linux_2.4_6.0.9.1235_play32_RN01_EN_586' key: 'SupportsMaximumASMBandwidth', value: '1' key: 'Language', value: 'en-US' body: RTSP response message 0xbfb57e64 status line: code: '401' reason: 'Unauthorized' version: '1.0' headers: key: 'CSeq', value: '1' key: 'WWW-Authenticate', value: 'Basic realm="/"' body: length 0 RTSP request message 0xbfb57e80 request line: method: 'DESCRIBE' uri: 'rtsp://192.168.2.109/' version: '1.0' headers: key: 'Accept', value: 'application/sdp' key: 'Bandwidth', value: '10485800' key: 'GUID', value: '00000000-0000-0000-0000-000000000000' key: 'RegionData', value: '0' key: 'ClientID', value: 'Linux_2.4_6.0.9.1235_play32_RN01_EN_586' key: 'SupportsMaximumASMBandwidth', value: '1' key: 'Language', value: 'en-US' key: 'Date', value: 'Wed, 11 Jun 2008 13:59:50 GMT' key: 'Bandwidth', value: '10485800' key: 'GUID', value: '00000000-0000-0000-0000-000000000000' key: 'RegionData', value: '0' key: 'ClientID', value: 'Linux_2.4_6.0.9.1235_play32_RN01_EN_586' key: 'SupportsMaximumASMBandwidth', value: '1' key: 'Language', value: 'en-US' body: RTSP response message 0xbfb57e64 status line: code: '200' reason: 'OK' version: '1.0' headers: key: 'CSeq', value: '2' key: 'Content-Base', value: 'rtsp://192.168.2.109//' key: 'Content-Type', value: 'application/sdp' key: 'Content-Length', value: '391' body: length 392 00000000 (0xb6801140): 76 3d 30 0d 0a 6f 3d 52 54 53 50 20 31 31 35 30 v=0..o=RTSP 1150 00000010 (0xb6801150): 33 37 30 37 37 33 20 35 38 39 20 49 4e 20 49 50 370773 589 IN IP 00000020 (0xb6801160): 34 20 31 39 32 2e 31 36 38 2e 32 2e 31 30 39 0d 4 192.168.2.109. 00000030 (0xb6801170): 0a 73 3d 52 54 53 50 20 53 65 72 76 65 72 0d 0a .s=RTSP Server.. 00000040 (0xb6801180): 63 3d 49 4e 20 49 50 34 20 30 2e 30 2e 30 2e 30 c=IN IP4 0.0.0.0 00000050 (0xb6801190): 0d 0a 74 3d 30 20 30 0d 0a 61 3d 63 68 61 72 73 ..t=0 0..a=chars 00000060 (0xb68011a0): 65 74 3a 53 68 69 66 74 5f 4a 49 53 0d 0a 61 3d et:Shift_JIS..a= 00000070 (0xb68011b0): 72 61 6e 67 65 3a 6e 70 74 3d 30 2d 0d 0a 61 3d range:npt=0-..a= 00000080 (0xb68011c0): 63 6f 6e 74 72 6f 6c 3a 2a 0d 0a 61 3d 65 74 61 control:*..a=eta 00000090 (0xb68011d0): 67 3a 31 32 33 34 35 36 37 38 39 30 0d 0a 6d 3d g:1234567890..m= 000000a0 (0xb68011e0): 76 69 64 65 6f 20 32 32 34 30 20 52 54 50 2f 41 video 2240 RTP/A 000000b0 (0xb68011f0): 56 50 20 39 36 0d 0a 62 3d 41 53 3a 30 0d 0a 61 VP 96..b=AS:0..a 000000c0 (0xb6801200): 3d 72 74 70 6d 61 70 3a 39 36 20 4d 50 34 56 2d =rtpmap:96 MP4V- 000000d0 (0xb6801210): 45 53 2f 33 30 30 30 30 0d 0a 61 3d 63 6f 6e 74 ES/30000..a=cont 000000e0 (0xb6801220): 72 6f 6c 3a 76 69 64 65 6f 49 44 3d 30 0d 0a 61 rol:videoID=0..a 000000f0 (0xb6801230): 3d 66 6d 74 70 3a 39 36 20 70 72 6f 66 69 6c 65 =fmtp:96 profile 00000100 (0xb6801240): 2d 6c 65 76 65 6c 2d 69 64 3d 31 3b 20 63 6f 6e -level-id=1; con 00000110 (0xb6801250): 66 69 67 3d 30 30 30 30 30 31 42 30 30 31 30 30 fig=000001B00100 00000120 (0xb6801260): 30 30 30 31 42 35 30 39 30 30 30 30 30 31 30 30 0001B50900000100 00000130 (0xb6801270): 30 30 30 30 30 31 32 30 30 30 43 34 38 38 42 41 0000012000C488BA 00000140 (0xb6801280): 39 38 35 31 34 30 34 33 43 31 34 36 33 46 3b 64 98514043C1463F;d 00000150 (0xb6801290): 65 63 6f 64 65 5f 62 75 66 3d 37 36 38 30 30 0d ecode_buf=76800. 00000160 (0xb68012a0): 0a 61 3d 78 2d 66 72 61 6d 65 72 61 74 65 3a 31 .a=x-framerate:1 00000170 (0xb68012b0): 30 0d 0a 61 3d 66 72 61 6d 65 72 61 74 65 3a 31 0..a=framerate:1 00000180 (0xb68012c0): 30 2e 30 0d 0a 0d 0a 00 0.0..... sdp packet 0xbfb57e04: version: '0' origin: username: 'RTSP' sess_id: '1150370773' sess_version: '589' nettype: 'IN' addrtype: 'IP4' addr: '192.168.2.109' session_name: 'RTSP Server' information: '(NULL)' uri: '(NULL)' connection: nettype: 'IN' addrtype: 'IP4' address: '0.0.0.0' ttl: '0' addr_number: '0' key: type: '(NULL)' data: '(NULL)' attributes: attribute 'charset' : 'Shift_JIS' attribute 'range' : 'npt=0-' attribute 'control' : '*' attribute 'etag' : '1234567890' medias: media 0: media: 'video' port: '2240' num_ports: '4294967295' proto: 'RTP/AVP' formats: format '96' information: '(null)' key: type: '(null)' data: '(null)' attributes: attribute 'rtpmap' : '96 MP4V-ES/30000' attribute 'control' : 'videoID=0' attribute 'fmtp' : '96 profile-level-id=1; config=000001B001000001B509000001000000012000C488BA98514043C1463F;decode_buf=76800' attribute 'x-framerate' : '10' attribute 'framerate' : '10.0' RTSP request message 0xbfb57cb8 request line: method: 'SETUP' uri: 'rtsp://192.168.2.109//videoID=0' version: '1.0' headers: key: 'Transport', value: 'RTP/AVP/UDP;unicast;client_port=55994-55995,RTP/AVP/UDP;multicast,RTP/AVP/TCP;unicast;interleaved=0-1' body: RTSP response message 0xbfb57c9c status line: code: '200' reason: 'OK' version: '1.0' headers: key: 'CSeq', value: '3' key: 'Session', value: '17;timeout=80' key: 'Transport', value: 'RTP/AVP/UDP;multicast;mode=play;destination=224.2.0.1;port=2240-2241;ttl=16' body: length 0 Pipeline is live and does not need PREROLL ... Setting pipeline to PLAYING ... RTSP request message 0xbfb57f24 request line: method: 'PLAY' uri: 'rtsp://192.168.2.109/' version: '1.0' headers: key: 'Range', value: 'npt=0-' body: RTSP response message 0xbfb57f08 status line: code: '200' reason: 'OK' version: '1.0' headers: key: 'CSeq', value: '4' key: 'Session', value: '17;timeout=80' key: 'RTP-Info', value: 'url=videoID=0;seq=0;rtptime=0;ssrc=1227918265' key: 'Range', value: 'npt=0-' body: length 0 New clock: GstSystemClock RTSP request message 0xb49fc130 request line: method: 'PAUSE' uri: 'rtsp://192.168.2.109/' version: '1.0' headers: body: WARNING: from element /pipeline0/rtspsrc0: Could not read from resource. Additional debug info: gstrtspsrc.c(2814): gst_rtspsrc_loop_udp (): /pipeline0/rtspsrc0: Could not receive any UDP packets for 5.0000 seconds, maybe your firewall is blocking it. Retrying using a TCP connection. RTSP response message 0xb49fc114 status line: code: '200' reason: 'OK' version: '1.0' headers: key: 'CSeq', value: '5' body: length 0 RTSP request message 0xb49fc130 request line: method: 'TEARDOWN' uri: 'rtsp://192.168.2.109/' version: '1.0' headers: body: RTSP response message 0xb49fc114 status line: code: '200' reason: 'OK' version: '1.0' headers: key: 'CSeq', value: '6' body: length 0 RTSP request message 0xb49fc120 request line: method: 'OPTIONS' uri: 'rtsp://192.168.2.109/' version: '1.0' headers: key: 'User-Agent', value: 'RealMedia Player Version 6.0.9.1235 (linux-2.0-libc6-i386-gcc2.95)' key: 'ClientChallenge', value: '9e26d33f2984236010ef6253fb1887f7' key: 'CompanyID', value: 'KnKV4M4I/B2FjJ1TToLycw==' key: 'GUID', value: '00000000-0000-0000-0000-000000000000' key: 'RegionData', value: '0' key: 'PlayerStarttime', value: '[28/03/2003:22:50:23 00:00]' key: 'ClientID', value: 'Linux_2.4_6.0.9.1235_play32_RN01_EN_586' body: RTSP response message 0xb49fc104 status line: code: '200' reason: 'OK' version: '1.0' headers: key: 'CSeq', value: '0' key: 'Public', value: 'OPTIONS,DESCRIBE,SETUP,PLAY,PING,PAUSE,TEARDOWN' body: length 0 RTSP request message 0xb49fc120 request line: method: 'DESCRIBE' uri: 'rtsp://192.168.2.109/' version: '1.0' headers: key: 'Accept', value: 'application/sdp' key: 'Bandwidth', value: '10485800' key: 'GUID', value: '00000000-0000-0000-0000-000000000000' key: 'RegionData', value: '0' key: 'ClientID', value: 'Linux_2.4_6.0.9.1235_play32_RN01_EN_586' key: 'SupportsMaximumASMBandwidth', value: '1' key: 'Language', value: 'en-US' body: RTSP response message 0xb49fc104 status line: code: '401' reason: 'Unauthorized' version: '1.0' headers: key: 'CSeq', value: '1' key: 'WWW-Authenticate', value: 'Basic realm="/"' body: length 0 RTSP request message 0xb49fc120 request line: method: 'DESCRIBE' uri: 'rtsp://192.168.2.109/' version: '1.0' headers: key: 'Accept', value: 'application/sdp' key: 'Bandwidth', value: '10485800' key: 'GUID', value: '00000000-0000-0000-0000-000000000000' key: 'RegionData', value: '0' key: 'ClientID', value: 'Linux_2.4_6.0.9.1235_play32_RN01_EN_586' key: 'SupportsMaximumASMBandwidth', value: '1' key: 'Language', value: 'en-US' key: 'Date', value: 'Wed, 11 Jun 2008 13:59:56 GMT' key: 'Bandwidth', value: '10485800' key: 'GUID', value: '00000000-0000-0000-0000-000000000000' key: 'RegionData', value: '0' key: 'ClientID', value: 'Linux_2.4_6.0.9.1235_play32_RN01_EN_586' key: 'SupportsMaximumASMBandwidth', value: '1' key: 'Language', value: 'en-US' body: RTSP response message 0xb49fc104 status line: code: '200' reason: 'OK' version: '1.0' headers: key: 'CSeq', value: '2' key: 'Content-Base', value: 'rtsp://192.168.2.109//' key: 'Content-Type', value: 'application/sdp' key: 'Content-Length', value: '391' body: length 392 00000000 (0x906c1f0): 76 3d 30 0d 0a 6f 3d 52 54 53 50 20 31 31 35 30 v=0..o=RTSP 1150 00000010 (0x906c200): 33 37 30 37 37 33 20 35 38 39 20 49 4e 20 49 50 370773 589 IN IP 00000020 (0x906c210): 34 20 31 39 32 2e 31 36 38 2e 32 2e 31 30 39 0d 4 192.168.2.109. 00000030 (0x906c220): 0a 73 3d 52 54 53 50 20 53 65 72 76 65 72 0d 0a .s=RTSP Server.. 00000040 (0x906c230): 63 3d 49 4e 20 49 50 34 20 30 2e 30 2e 30 2e 30 c=IN IP4 0.0.0.0 00000050 (0x906c240): 0d 0a 74 3d 30 20 30 0d 0a 61 3d 63 68 61 72 73 ..t=0 0..a=chars 00000060 (0x906c250): 65 74 3a 53 68 69 66 74 5f 4a 49 53 0d 0a 61 3d et:Shift_JIS..a= 00000070 (0x906c260): 72 61 6e 67 65 3a 6e 70 74 3d 30 2d 0d 0a 61 3d range:npt=0-..a= 00000080 (0x906c270): 63 6f 6e 74 72 6f 6c 3a 2a 0d 0a 61 3d 65 74 61 control:*..a=eta 00000090 (0x906c280): 67 3a 31 32 33 34 35 36 37 38 39 30 0d 0a 6d 3d g:1234567890..m= 000000a0 (0x906c290): 76 69 64 65 6f 20 32 32 34 30 20 52 54 50 2f 41 video 2240 RTP/A 000000b0 (0x906c2a0): 56 50 20 39 36 0d 0a 62 3d 41 53 3a 30 0d 0a 61 VP 96..b=AS:0..a 000000c0 (0x906c2b0): 3d 72 74 70 6d 61 70 3a 39 36 20 4d 50 34 56 2d =rtpmap:96 MP4V- 000000d0 (0x906c2c0): 45 53 2f 33 30 30 30 30 0d 0a 61 3d 63 6f 6e 74 ES/30000..a=cont 000000e0 (0x906c2d0): 72 6f 6c 3a 76 69 64 65 6f 49 44 3d 30 0d 0a 61 rol:videoID=0..a 000000f0 (0x906c2e0): 3d 66 6d 74 70 3a 39 36 20 70 72 6f 66 69 6c 65 =fmtp:96 profile 00000100 (0x906c2f0): 2d 6c 65 76 65 6c 2d 69 64 3d 31 3b 20 63 6f 6e -level-id=1; con 00000110 (0x906c300): 66 69 67 3d 30 30 30 30 30 31 42 30 30 31 30 30 fig=000001B00100 00000120 (0x906c310): 30 30 30 31 42 35 30 39 30 30 30 30 30 31 30 30 0001B50900000100 00000130 (0x906c320): 30 30 30 30 30 31 32 30 30 30 43 34 38 38 42 41 0000012000C488BA 00000140 (0x906c330): 39 38 35 31 34 30 34 33 43 31 34 36 33 46 3b 64 98514043C1463F;d 00000150 (0x906c340): 65 63 6f 64 65 5f 62 75 66 3d 37 36 38 30 30 0d ecode_buf=76800. 00000160 (0x906c350): 0a 61 3d 78 2d 66 72 61 6d 65 72 61 74 65 3a 31 .a=x-framerate:1 00000170 (0x906c360): 30 0d 0a 61 3d 66 72 61 6d 65 72 61 74 65 3a 31 0..a=framerate:1 00000180 (0x906c370): 30 2e 30 0d 0a 0d 0a 00 0.0..... sdp packet 0xb49fc0a4: version: '0' origin: username: 'RTSP' sess_id: '1150370773' sess_version: '589' nettype: 'IN' addrtype: 'IP4' addr: '192.168.2.109' session_name: 'RTSP Server' information: '(NULL)' uri: '(NULL)' connection: nettype: 'IN' addrtype: 'IP4' address: '0.0.0.0' ttl: '0' addr_number: '0' key: type: '(NULL)' data: '(NULL)' attributes: attribute 'charset' : 'Shift_JIS' attribute 'range' : 'npt=0-' attribute 'control' : '*' attribute 'etag' : '1234567890' medias: media 0: media: 'video' port: '2240' num_ports: '4294967295' proto: 'RTP/AVP' formats: format '96' information: '(null)' key: type: '(null)' data: '(null)' attributes: attribute 'rtpmap' : '96 MP4V-ES/30000' attribute 'control' : 'videoID=0' attribute 'fmtp' : '96 profile-level-id=1; config=000001B001000001B509000001000000012000C488BA98514043C1463F;decode_buf=76800' attribute 'x-framerate' : '10' attribute 'framerate' : '10.0' RTSP request message 0xb49fbf58 request line: method: 'SETUP' uri: 'rtsp://192.168.2.109//videoID=0' version: '1.0' headers: key: 'Transport', value: 'RTP/AVP/TCP;unicast;interleaved=0-1' body: RTSP response message 0xb49fbf3c status line: code: '200' reason: 'OK' version: '1.0' headers: key: 'CSeq', value: '3' key: 'Session', value: '17;timeout=80' key: 'Transport', value: 'RTP/AVP/TCP;unicast;mode=play;interleaved=0-1' body: length 0 RTSP request message 0xb49fc124 request line: method: 'PLAY' uri: 'rtsp://192.168.2.109/' version: '1.0' headers: key: 'Range', value: 'npt=0-' body: RTSP response message 0xb49fc108 status line: code: '200' reason: 'OK' version: '1.0' headers: key: 'CSeq', value: '3' key: 'Session', value: '17;timeout=80' key: 'Transport', value: 'RTP/AVP/TCP;unicast;mode=play;interleaved=0-1' body: length 0 WARNING: from element /pipeline0/rtspsrc0: Could not read from resource. Additional debug info: gstrtspsrc.c(2658): gst_rtspsrc_loop_interleaved (): /pipeline0/rtspsrc0: Timeout while waiting for server message. Caught interrupt -- handling interrupt. Interrupt: Stopping pipeline ... Execution ended after 29096637802 ns. Setting pipeline to PAUSED ... RTSP request message 0xbfb57f30 request line: method: 'PAUSE' uri: 'rtsp://192.168.2.109/' version: '1.0' headers: body: RTSP response message 0xbfb57f14 status line: code: '200' reason: 'OK' version: '1.0' headers: key: 'CSeq', value: '3' key: 'Session', value: '17;timeout=80' key: 'Transport', value: 'RTP/AVP/TCP;unicast;mode=play;interleaved=0-1' body: length 0 Setting pipeline to READY ... RTSP request message 0xbfb57f30 request line: method: 'TEARDOWN' uri: 'rtsp://192.168.2.109/' version: '1.0' headers: body: ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |