<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="generator" content="Osso Notes">
    <title></title></head>
<body>
<p>Hi,
<br>
<br>----- Messaggio originale -----
<br>&gt; Hi all....&nbsp;&nbsp; &nbsp;I am trying to &nbsp;stream a camera using &nbsp;rtsp streaming
<br>&gt; server. I just created a pipeline in streaming server &nbsp;which look like
<br>&gt; this....&nbsp;rtspsrc
<br>&gt; location="<a href="rtsp://root:password@192.168.1.5:554/axis-media/media.amp?videocodec=h264">rtsp://root:password@192.168.1.5:554/axis-media/media.amp?videocodec=h264</a>"
<br>&gt; ! qtdemux ! queue ! rtph264pay name=pay0 pt=97
<br>
<br>rtspsrc is not the element you need to use in order to stream media. Have a look here:
<br>
<br><a href="http://www.gstreamer.net/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-gstrtpbin.html">http://www.gstreamer.net/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-gstrtpbin.html</a>
<br>
<br>you'll find a good example about how to send/receive audio/video data through rtp.
<br>
<br>Regards
<br>
<br>&gt; and the result in rtsp
<br>&gt; streaming server is ................. ** (lt-test-mp4:13697): WARNING
<br>&gt; **: 0xa0c7040: got error Internal data flow error. (gstbasesrc.c(2540):
<br>&gt; gst_base_src_loop ():
<br>&gt; /GstPipeline:media-pipeline/GstBin:bin0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc5:
<br>&gt; streaming task paused, reason not-linked (-1))
<br>&gt; 
<br>&gt; 
<br>&gt; Is there any problem for my pipeline...??????
<br>&gt; 
<br>&gt; RegardsAlEx..ssage
<br>&gt; 
<br>&gt; 
<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#32;
<br><br></p>
</body>
</html>