[gst-devel] gst-rtsp-server :: pipeline creation
Gibro Vacco
gibrovacco at gmail.com
Sun May 9 12:39:41 CEST 2010
Hi,
----- Messaggio originale -----
> 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
rtspsrc is not the element you need to use in order to stream media. Have a look here:
http://www.gstreamer.net/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-gstrtpbin.html
you'll find a good example about how to send/receive audio/video data through rtp.
Regards
> 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
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20100509/ea54ff04/attachment.htm>
More information about the gstreamer-devel
mailing list