<!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>> Hi all.... I am trying to stream a camera using rtsp streaming
<br>> server. I just created a pipeline in streaming server which look like
<br>> this.... rtspsrc
<br>> 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>> ! 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>> and the result in rtsp
<br>> streaming server is ................. ** (lt-test-mp4:13697): WARNING
<br>> **: 0xa0c7040: got error Internal data flow error. (gstbasesrc.c(2540):
<br>> gst_base_src_loop ():
<br>> /GstPipeline:media-pipeline/GstBin:bin0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc5:
<br>> streaming task paused, reason not-linked (-1))
<br>>
<br>>
<br>> Is there any problem for my pipeline...??????
<br>>
<br>> RegardsAlEx..ssage
<br>>
<br>>
<br>>  
<br><br></p>
</body>
</html>