gst-rtsp-server :: pipeline creation

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

gst-rtsp-server :: pipeline creation

Alex K-2

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
Reply | Threaded
Open this post in threaded view
|

Re: gst-rtsp-server :: pipeline creation

Marco Ballesio

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="<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"
> ! 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
>
>
>           


------------------------------------------------------------------------------


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gst-rtsp-server :: pipeline creation

Wim Taymans
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
Reply | Threaded
Open this post in threaded view
|

Re: gst-rtsp-server :: pipeline creation

lijinshyam
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)

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


------------------------------------------------------------------------------


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel