Question about rtsp pipeline

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

Question about rtsp pipeline

morrisford
I would like to be able to run the following 'test-launch' type
pipeline as a gst-launch pipeline. Can someone tell me what the syntax
would be?

./test-launch "(ximagesrc use-damage=false  endx=640 endy=640
startx=100 starty=100 ! video/x-raw-rgb,framerate=10/1 ! queue max-
size-buffers=5 ! ffmpegcolorspace ! videoscale ! video/x-raw-yuv,
width=640,height=640 ! ffenc_mpeg4 ! rtpmp4vpay name=pay0 pt=96)"

I am in the process of trying to insert such a pipeline into
RGBDataFileSink.java type program, ie, using AppSrc and hope that getting
it to run as gst-launch will help in the transition. I have a working
version that is grabbing the buffers from my app and putting them out
into a pipeline. Now I want to take the next step.

Thanks in advance,
Morris

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Question about rtsp pipeline

Tal Shalif

The syntax is right for either  Pipeline.launch() or gst-launch. Doesn't it work?

2011/02/23 2:22 "Morris Ford" <[hidden email]>:
> I would like to be able to run the following 'test-launch' type
> pipeline as a gst-launch pipeline. Can someone tell me what the syntax
> would be?
>
> ./test-launch "(ximagesrc use-damage=false endx=640 endy=640
> startx=100 starty=100 ! video/x-raw-rgb,framerate=10/1 ! queue max-
> size-buffers=5 ! ffmpegcolorspace ! videoscale ! video/x-raw-yuv,
> width=640,height=640 ! ffenc_mpeg4 ! rtpmp4vpay name=pay0 pt=96)"
>
> I am in the process of trying to insert such a pipeline into
> RGBDataFileSink.java type program, ie, using AppSrc and hope that getting
> it to run as gst-launch will help in the transition. I have a working
> version that is grabbing the buffers from my app and putting them out
> into a pipeline. Now I want to take the next step.
>
> Thanks in advance,
> Morris

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel