------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi,
> and the result in rtsp > streaming server is ................. ** (lt-test-mp4:13697): WARNING > **: 0xa0c7040: got error Internal data flow error. (gstbasesrc.c(2540): > gst_base_src_loop (): > /GstPipeline:media-pipeline/GstBin:bin0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc5: > streaming task paused, reason not-linked (-1)) > > > Is there any problem for my pipeline...?????? > > RegardsAlEx..ssage > > > ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Alex K-2
You need to remove qtdemux (and preferably also the queue)
Wim On Sat, 2010-05-08 at 03:43 -0700, Alex K wrote: > Hi all.... > > > > I am trying to stream a camera using rtsp streaming server. I > just created a pipeline in streaming server which look like this.... > > rtspsrc > location="rtsp://root:password@192.168.1.5:554/axis-media/media.amp?videocodec=h264" ! qtdemux ! queue ! rtph264pay name=pay0 pt=97 > > > and the result in rtsp streaming server is ................. > > > ** (lt-test-mp4:13697): WARNING **: 0xa0c7040: got error Internal data > flow error. (gstbasesrc.c(2540): gst_base_src_loop > (): /GstPipeline:media-pipeline/GstBin:bin0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc5: > streaming task paused, reason not-linked (-1)) > > > > > Is there any problem for my pipeline...?????? > > > > Regards > > AlEx.. > > > ssage > > ------------------------------------------------------------------------------ > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi... Done thanks.... On Sun, May 9, 2010 at 6:12 PM, Wim Taymans <[hidden email]> wrote: You need to remove qtdemux (and preferably also the queue) ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |