gst-launch use question

Chuck Crisler ccrisler at mutualink.net
Fri Feb 15 09:16:32 PST 2013


Thank you, that worked. Here is the script for reference for others. The
syntax makes sense because it follows the syntax for a 'T'.

#!/bin/sh
#export GST_DEBUG=udpsrc:4,rtspsrc:4,*:3
gst-launch -v rtspsrc location=rtsp://someserver:/somefile.sdp name=src \
    src. ! queue ! rtph264depay ! mux. \
    src. ! queue ! rtpmp4gdepay ! mux. \
    mpegtsmux name=mux ! udpsink host=$1 port=$2


On Fri, Feb 15, 2013 at 11:57 AM, enthusiastic geek <
enthusiasticgeek at gmail.com> wrote:

> I haven't used this specific bin but could you try the syntax below to mux
> audio and video together by replacing mux with mpegtsmux and other bins.
> (if
> you provide some pipeline, even if incorrect, as a reference, you are
> likely
> to receive more and quicker help)
>
>
> gst-launch-1.0 videotestsrc num-buffers=250 \
> !
>
> 'video/x-raw,format=(string)I420,width=320,height=240,framerate=(fraction)25/1'
> \
> ! xvidenc ! queue ! mux. \
> audiotestsrc num-buffers=440 ! audioconvert !
> 'audio/x-raw,rate=44100,channels=2' \
> ! lame ! queue ! mux. \
> avimux name=mux ! filesink location=test.avi
>
>
>
>
>
>
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/gst-launch-use-question-tp4658556p4658560.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/20130215/b2ac1ef9/attachment-0001.html>


More information about the gstreamer-devel mailing list