<P>
&nbsp; Hi all,<BR>
&nbsp;  I have setup Darwin Streaming server in my system which is streaming mp4,mov &amp; 3gp format. I can play these files from media players from other system in LAN.<BR>
I want to write my own RTSP client which can read these streams and play it on my system using gstreamer.<BR>
so I tried to play mp4 files using following command : <BR>
$gst-launch-0.10&nbsp; --gst-debug=2 --gst-debug-no-color rtspsrc location=rtsp://192.168.3.171/sample_100kbit.mp4 ! rtpmp4vdepay ! decodebin ! xvimagesink<BR>
<BR>
Then I am getting errors given below &amp; also I have also provided SDP returned from the DARWIN server.<BR>
I would like to know if it is possible to write RTSP client using existing rtp/rtsp gstreamer plugins?<BR>
What all the format can be played using gstreamer?<BR>
Thanks in advance for your help.<BR>
<BR>
SDP returned from DARWIN SERVER<BR>
-----------------------<BR>
v=0<BR>
o=StreamingServer 3377481393 1168242858000 IN IP4 192.168.3.171<BR>
s=/sample_50kbit.3gp<BR>
u=http:///<BR>
e=admin@<BR>
c=IN IP4 0.0.0.0<BR>
b=AS:50<BR>
t=0 0<BR>
a=control:*<BR>
a=range:npt=0-&nbsp; 70.00000<BR>
m=video 0 RTP/AVP 96<BR>
b=AS:41<BR>
a=rtpmap:96 MP4V-ES/90000<BR>
a=control:trackID=3<BR>
a=cliprect:0,0,144,176<BR>
a=framesize:96 176-144<BR>
a=fmtp:96 profile-level-id=1;config=000001B008000001B50EE040C0CF0000010000000120008440FA282C2090A21F<BR>
m=audio 0 RTP/AVP 97<BR>
b=AS:8<BR>
a=rtpmap:97 AMR/8000/1<BR>
a=control:trackID=4<BR>
a=fmtp:97 octet-align=1<BR>
-----------------<BR>
<BR>
<BR>
Error log from gstreamer after launching above command:<BR>
---------------------------------------------------<BR>
0:00:00.145242000 27571 0x9fb9068 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; GST_PADS gstpad.c:669:gst_pad_set_active: Failed to activate pad '':sink<BR>
Setting pipeline to PAUSED ...<BR>
Pipeline is live and does not need PREROLL ...<BR>
Setting pipeline to PLAYING ...<BR>
0:00:00.161803000 27571 0xa097df8 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  basesrc gstbasesrc.c:1614:gst_base_src_loop:&lt;udpsrc2&gt; error: Internal data flow error.<BR>
0:00:00.161868000 27571 0xa097df8 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  basesrc gstbasesrc.c:1614:gst_base_src_loop:&lt;udpsrc2&gt; error: streaming task paused, reason not-linked (-1)<BR>
Setting pipeline to PAUSED ...<BR>
0:00:00.171393000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for ppm<BR>
0:00:00.171652000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for pgm<BR>
0:00:00.171830000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for pgmyuv<BR>
0:00:00.172080000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for pbm<BR>
0:00:00.172384000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for pam<BR>
0:00:00.172822000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for ffvhuff<BR>
0:00:00.173518000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for snow<BR>
0:00:00.173897000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for sonic<BR>
0:00:00.174125000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for sonicls<BR>
0:00:00.177655000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for ppm<BR>
0:00:00.177845000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for pgm<BR>
0:00:00.178016000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for pgmyuv<BR>
0:00:00.178202000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for pbm<BR>
0:00:00.178379000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for pam<BR>
0:00:00.181776000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for camstudio<BR>
0:00:00.182312000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for qdraw<BR>
0:00:00.182562000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for xl<BR>
0:00:00.182796000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for loco<BR>
0:00:00.183021000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for wnv1<BR>
0:00:00.183271000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for aasc<BR>
0:00:00.183507000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for fraps<BR>
0:00:00.183738000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:893:gst_ffmpeg_codecid_to_caps: No caps found for codec_id=1<BR>
0:00:00.184974000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:893:gst_ffmpeg_codecid_to_caps: No caps found for codec_id=86016<BR>
0:00:00.185383000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for mp3adu<BR>
0:00:00.189427000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for mp3on4<BR>
0:00:00.192239000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for ffvhuff<BR>
0:00:00.193418000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for snow<BR>
0:00:00.201848000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for mdec<BR>
0:00:00.202217000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for roqvideo<BR>
0:00:00.202478000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for interplayvideo<BR>
0:00:00.203815000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for vqavideo<BR>
0:00:00.204088000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for idcinvideo<BR>
0:00:00.204317000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for 8bps<BR>
0:00:00.204789000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for flic<BR>
0:00:00.205528000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for vmdvideo<BR>
0:00:00.205763000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for vmdaudio<BR>
0:00:00.206653000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for zmbv<BR>
0:00:00.206899000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for sonic<BR>
0:00:00.210212000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for ws_snd1<BR>
0:00:00.210557000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:893:gst_ffmpeg_codecid_to_caps: No caps found for codec_id=86022<BR>
0:00:00.211216000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for truespeech<BR>
0:00:00.211851000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for avs<BR>
0:00:00.212303000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for mmvideo<BR>
0:00:00.218602000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for ingenient<BR>
0:00:00.219764000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for mmf<BR>
0:00:00.221796000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for psxstr<BR>
0:00:00.222111000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for RoQ<BR>
0:00:00.222410000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for ipmovie<BR>
0:00:00.222674000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for wc3movie<BR>
0:00:00.223046000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for wsaud<BR>
0:00:00.223293000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for wsvqa<BR>
0:00:00.223563000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for film_cpk<BR>
0:00:00.223845000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for idcin<BR>
0:00:00.224316000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for vmd<BR>
0:00:00.224586000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for mm<BR>
0:00:00.225370000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for ffm<BR>
0:00:00.225700000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for nut<BR>
0:00:00.226148000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for sol<BR>
0:00:00.226409000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for ea<BR>
0:00:00.226716000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for nsv<BR>
0:00:00.226987000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for daud<BR>
0:00:00.227265000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for voc<BR>
0:00:00.227706000 27571 0xa094198 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for avs<BR>
0:00:00.229850000 27571 0x9fb9068 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  rtspsrc gstrtspsrc.c:1442:gst_rtspsrc_send:&lt;rtspsrc0&gt; error: Could not receive message. (Operation interrupted)<BR>
0:00:00.230010000 27571 0x9fb9068 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  rtspsrc gstrtspsrc.c:2166:gst_rtspsrc_pause:&lt;rtspsrc0&gt; error: Could not send message.<BR>
Setting pipeline to READY ...<BR>
0:00:00.231359000 27571 0x9fb9068 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  rtspsrc gstrtspsrc.c:1442:gst_rtspsrc_send:&lt;rtspsrc0&gt; error: Could not receive message. (Operation interrupted)<BR>
0:00:00.231464000 27571 0x9fb9068 WARN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  rtspsrc gstrtspsrc.c:2034:gst_rtspsrc_close:&lt;rtspsrc0&gt; error: Could not send message.<BR>
Setting pipeline to NULL ...<BR>
FREEING pipeline ...<BR>
----------<BR>
<BR>
Regards,<BR>
Sanjay<BR>

</P>
<br><br>
<a href="http://adworks.rediff.com/cgi-bin/AdWorks/sigclick.cgi/www.rediff.com/signature-home.htm/1507191490@Middle5?PARTNER=3"><IMG SRC="http://adworks.rediff.com/cgi-bin/AdWorks/sigimpress.cgi/www.rediff.com/signature-home.htm/1963059423@Middle5?OAS_query=null&PARTNER=3" BORDER=0 VSPACE=0 HSPACE=0></a>