<P>
Hi Wim & Lutz Müller,<BR>
Thanks a lot for your reply.<BR>
I checkout the latest code for gstreamer, gst-plugins-base, gst-plugins-good, gst-plugins-bad & gst-plugins-ugly from<BR>
$cvs -d:pserver:anoncvs@anoncvs.freedesktop.org:/cvs/gstreamer co modulename<BR>
and installed into my system (linux fedora 6).<BR>
I saw in RELEASE file that code changes for rtsp support in playbin element (336301 : [playbin] can't handle RTSP source) has been in cluded in this code.<BR>
when I am trying to play 3gp and mov then getting the following errors:<BR>
<BR>
Command of 3gp:<BR>
$gst-launch-0.10 --gst-debug=2 --gst-debug-no-color playbin uri=rtsp://192.168.3.9/sample_50kbit.3gp<BR>
Error for for this command:<BR>
================================<BR>
Setting pipeline to PAUSED ...<BR>
Pipeline is live and does not need PREROLL ...<BR>
Setting pipeline to PLAYING ...<BR>
New clock: GstSystemClock<BR>
0:00:00.281914000 11591 0x8c8ca50 WARN basesrc gstbasesrc.c:1614:gst_base_src_loop:<udpsrc0> error: Internal data flow error.<BR>
0:00:00.282223000 11591 0x8c8ca50 WARN basesrc gstbasesrc.c:1614:gst_base_src_loop:<udpsrc0> error: streaming task paused, reason not-linked (-1)<BR>
ERROR: from element /playbin0/source/udpsrc0: Internal data flow error.<BR>
Additional debug info:<BR>
gstbasesrc.c(1614): gst_base_src_loop (): /playbin0/source/udpsrc0:<BR>
streaming task paused, reason not-linked (-1)<BR>
Execution ended after 5872000 ns.<BR>
Setting pipeline to PAUSED ...<BR>
Setting pipeline to READY ...<BR>
0:00:00.287840000 11591 0x8c94150 WARN GST_PADS gstpad.c:669:gst_pad_set_active: Failed to activate pad '':sink<BR>
0:00:00.309929000 11591 0x8c94150 WARN GST_PADS gstpad.c:669:gst_pad_set_active: Failed to activate pad '':sink<BR>
Setting pipeline to NULL ...<BR>
FREEING pipeline ...<BR>
======================================<BR>
<BR>
Command for mov:<BR>
$gst-launch-0.10 --gst-debug=2 --gst-debug-no-color playbin uri=rtsp://192.168.3.9/sample_100kbit.mov<BR>
<BR>
Error log for this command<BR>
============================================<BR>
Setting pipeline to PAUSED ...<BR>
Pipeline is live and does not need PREROLL ...<BR>
Setting pipeline to PLAYING ...<BR>
New clock: GstSystemClock<BR>
0:00:00.283858000 29988 0x8b727d8 WARN GST_PADS gstpad.c:669:gst_pad_set_active: Failed to activate pad '':sink<BR>
0:00:00.285810000 29988 0x8b727d8 WARN GST_PADS gstpad.c:669:gst_pad_set_active: Failed to activate pad '':sink<BR>
** Message: don't know how to handle application/x-rtp, media=(string)audio, payload=(int)97, clock-rate=(int)22050, encoding-name=(string)X-QDM, encoding-params=(string)2<BR>
0:00:00.291022000 29988 0x8b727d8 WARN basesrc gstbasesrc.c:1614:gst_base_src_loop:<udpsrc2> error: Internal data flow error.<BR>
0:00:00.291085000 29988 0x8b727d8 WARN basesrc gstbasesrc.c:1614:gst_base_src_loop:<udpsrc2> error: streaming task paused, reason not-linked (-1)<BR>
ERROR: from element /playbin0/source/udpsrc2: Internal data flow error.<BR>
Additional debug info:<BR>
gstbasesrc.c(1614): gst_base_src_loop (): /playbin0/source/udpsrc2:<BR>
streaming task paused, reason not-linked (-1)<BR>
Execution ended after 36916000 ns.<BR>
Setting pipeline to PAUSED ...<BR>
0:00:00.401864000 29988 0x8b6e750 WARN ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for ppm<BR>
0:00:00.402136000 29988 0x8b6e750 WARN ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for pgm<BR>
0:00:00.402358000 29988 0x8b6e750 WARN ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for pgmyuv<BR>
0:00:00.402574000 29988 0x8b6e750 WARN ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for pbm<BR>
0:00:00.402808000 29988 0x8b6e750 WARN ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for pam<BR>
0:00:00.403165000 29988 0x8b6e750 WARN ffmpeg gstffmpegcodecmap.c:849:gst_ffmpeg_codecid_to_caps: Could not create stream format caps for ffvhuff<BR>
.....<BR>
0:00:00.413854000 29988 0x8b6e750 WARN ffmpeg gstffmpegcodecmap.c:893:gst_ffmpeg_codecid_to_caps: No caps found for codec_id=1<BR>
0:00:00.415211000 29988 0x8b6e750 WARN ffmpeg gstffmpegcodecmap.c:893:gst_ffmpeg_codecid_to_caps: No caps found for codec_id=86016<BR>
..........<BR>
0:00:00.515353000 29988 0x8b6e750 WARN ffmpeg gstffmpegcodecmap.c:1526:gst_ffmpeg_formatid_to_caps: Could not create stream format caps for avs<BR>
0:00:00.957342000 29988 0x8aba068 WARN rtspsrc gstrtspsrc.c:1598:gst_rtspsrc_send:<source> error: Could not receive message. (Operation interrupted)<BR>
0:00:00.957499000 29988 0x8aba068 WARN rtspsrc gstrtspsrc.c:2377:gst_rtspsrc_pause:<source> error: Could not send message.<BR>
Setting pipeline to READY ...<BR>
Setting pipeline to NULL ...<BR>
FREEING pipeline ...<BR>
=========================================<BR>
<BR>
Thanks & Regards,<BR>
Sanjay<BR>
<BR>
On Thu, 11 Jan 2007 Wim Taymans wrote :<BR>
>On Thu, 2007-01-11 at 07:31 +0100, Lutz Müller wrote:<BR>
> > On Thu, 2007-01-11 at 05:15 +0000, sanjay kumar gupta wrote:<BR>
> > > 0:00:00.161803000 27571 0xa097df8 WARN basesrc<BR>
> > > gstbasesrc.c:1614:gst_base_src_loop:<udpsrc2> error: Internal data<BR>
> > > flow error.<BR>
> > > 0:00:00.161868000 27571 0xa097df8 WARN basesrc<BR>
> > > gstbasesrc.c:1614:gst_base_src_loop:<udpsrc2> error: streaming task<BR>
> > > paused, reason not-linked (-1)<BR>
><BR>
>This is still a known problem, as soon as one of the UDP sources is<BR>
>unlinked, it'll post an error and -launch will stop. RTSPSrc should only<BR>
>forward the error if *all* UDP sources are unlinked.<BR>
><BR>
> ><BR>
> > Have you tried playbin location="rtsp:..." with latest CVS? Wim made it<BR>
> > support rtsp recently.<BR>
> ><BR>
> > gst-launch itself cannot handle rtspsrc, as the source pad of this<BR>
> > element is only created while the element is playing. Therefore the<BR>
> > elements rtspsrc and rtpmp4vdepay will never get linked by gst-launch.<BR>
><BR>
>This is not true, -launch can link perfectly fine while playing.<BR>
>however, you need to manually disable synchronisation in the sinks for<BR>
>now (xvimagesink sync=0).<BR>
><BR>
>Wim<BR>
><BR>
><BR>
> > -------------------------------------------------------------------------<BR>
> > Take Surveys. Earn Cash. Influence the Future of IT<BR>
> > Join SourceForge.net's Techsay panel and you'll get the chance to share your<BR>
> > opinions on IT & business topics through brief surveys - and earn cash<BR>
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV<BR>
> > _______________________________________________ gstreamer-devel mailing list gstreamer-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gstreamer-devel<BR>
>--<BR>
>Wim Taymans <wim@fluendo.com><BR>
><BR>
><BR>
>-------------------------------------------------------------------------<BR>
>Take Surveys. Earn Cash. Influence the Future of IT<BR>
>Join SourceForge.net's Techsay panel and you'll get the chance to share your<BR>
>opinions on IT & business topics through brief surveys - and earn cash<BR>
>http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV<BR>
>_______________________________________________<BR>
>gstreamer-devel mailing list<BR>
>gstreamer-devel@lists.sourceforge.net<BR>
>https://lists.sourceforge.net/lists/listinfo/gstreamer-devel<BR>
><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>