adding tee after udpsrc

Chuck Crisler ccrisler at mutualink.net
Thu Jun 6 07:31:35 PDT 2013


Your syntax for using a tee is not correct. It is rather confusing (imho).
This is close, it may work.

gst-launch-1.0 udpsrc port=10000 ! tee name=t ! t. ! queue ! tsdemux !
queue ! h264parse ! avdec_h264 ! deinterlace mode=0 fields=1 method=4 tff=0
! t. ! queue ! videoconvert ! videoscale ! x264enc ! filesink
location=out.264 udpdump.! queue ! filesink location=udp_dump.ts


On Thu, Jun 6, 2013 at 9:04 AM, JasonP <raju.babannavar at gmail.com> wrote:

> Hi,
>
> Can anybody explain me why the below given pipeline doesn't work. Thanks in
> advance
>
> gst-launch-1.0 udpsrc port=10000 ! tee name=udpdump ! queue ! tsdemux !
> queue ! h264parse ! avdec_h264 ! deinterlace mode=0 fields=1 method=4 tff=0
> ! tee ! queue ! videoconvert ! videoscale ! x264enc ! filesink
> location=out.264 udpdump.! queue ! filesink location=udp_dump.ts
>
> Regards
> Raju Babannavar
>
>
>
> -----
> Jason p
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/adding-tee-after-udpsrc-tp4660387.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130606/1b5e37d3/attachment.html>


More information about the gstreamer-devel mailing list