gstreamer-devel Digest, Vol 39, Issue 61
René Calles
gstreamer at renevolution.com
Tue Apr 22 08:26:06 PDT 2014
Hi,
thank you for your fast response. I just corrected the command line to:
GST_DEBUG=3 gst-launch-1.0 -v \
filesrc location="MyFile.mp4" ! queue ! qtdemux name="dmux" \
flvmux name="mux" streamable="true" ! queue ! rtmpsink location="rtmp://10.11.40.28/live/test live=1" \
dmux. ! multiqueue name="mq" ! 'video/x-h264, width=1280, height=720, framerate=25/1' ! h264parse ! mux. \
dmux. ! mq. mq. ! "audio/mpeg,mpegversion=4" ! aacparse ! mux.
Adding aacparse / h264parse in front of the muxer did not help.
Bests,
René
Message: 2
Date: Tue, 22 Apr 2014 13:53:35 +0200
From: Sebastian Dr?ge <sebastian at centricular.com>
To: Discussion of the development of and with GStreamer
<gstreamer-devel at lists.freedesktop.org>
Subject: Re: File-Streaming not working. Incorrect DTS Timestamps
Message-ID: <1398167615.5320.30.camel at thor.lan>
Content-Type: text/plain; charset="utf-8"
On Di, 2014-04-22 at 08:37 +0200, Ren? Calles wrote:
> Hi,
>
> i?m trying to get the following Gstreamer Pipeline running? obviously without any luck.
>
> GST_DEBUG=3 gst-launch-1.0 -v \
> filesrc location="MyFile.mp4" ! queue ! qtdemux name="dmux" \
> flvmux name="mux" streamable="true" ! queue ! rtmpsink location="rtmp://10.11.40.28/live/test live=1" \
> dmux. ! multiqueue name="mq" ! 'video/x-h264, width=1280, height=720, framerate=25/1' ! mux. \
> dmux. ! mq. mq. ! "audio/x-mpeg,mpegversion=4" ! mux.
There is no audio/x-mpeg, it's called audio/mpeg only. And it might help
if you add aacparse and h264parse in front of the muxer.
--
Sebastian Dr?ge, Centricular Ltd - http://www.centricular.com
Expertise, Straight from the Source
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140422/8ea48fe2/attachment-0001.sig>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140422/619e0369/attachment.html>
More information about the gstreamer-devel
mailing list