[gst-devel] Issues gstreamer using videomixer and udpsrc

Sean Truman struman at gmail.com
Fri Feb 26 18:57:13 CET 2010


Ok I got it working with the following,

gst-launch udpsrc port=2341 ! mpegtsdemux ! mpeg2dec ! alpha ! videobox
left=0 top=0 ! videomixer name=zone1 ! videomixer name=zone2 !
ffmpegcolorspace ! ximagesink sync=false udpsrc port=2342 ! mpegtsdemux !
mpeg2dec ! alpha ! videobox left=-640 top=0 ! zone2. sync=false

But the video will play for a few seconds and then freeze.  Any suggestions?

Sean

On Fri, Feb 26, 2010 at 11:25 AM, Wim Taymans <wim.taymans at gmail.com> wrote:

>
> Use the -v option of gst-launch to see what pad got negotiated last.
> >From that point on you have a format problem downstream. Then you see
> where the format problem is and you insert ffmpegcolorspace. In your
> first pipeline that would likely be before xvimagesink.
>
> Wim
>
> >
> > Sean Truman
> >
> >
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> > Download Intel&#174; Parallel Studio Eval
> > Try the new software tools for yourself. Speed compiling, find bugs
> > proactively, and fine-tune applications for parallel performance.
> > See why Intel Parallel Studio got high marks during beta.
> > http://p.sf.net/sfu/intel-sw-dev
> > _______________________________________________ gstreamer-devel mailing
> list gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>
>
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20100226/1b09ac7a/attachment.htm>


More information about the gstreamer-devel mailing list