<html><head><style>body{font-family:Helvetica,Arial;font-size:13px}</style></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>Hi,</div><div><br></div><div>thank you for your fast response. I just corrected the command line to:</div><div><br></div><div><div>GST_DEBUG=3 gst-launch-1.0 -v \</div><div>  filesrc location="MyFile.mp4" ! queue ! qtdemux name="dmux" \</div><div>  flvmux name="mux" streamable="true" ! queue ! rtmpsink location="rtmp://10.11.40.28/live/test live=1" \</div><div>  dmux. ! multiqueue name="mq" ! 'video/x-h264, width=1280, height=720, framerate=25/1' ! h264parse ! mux. \</div><div>  dmux. ! mq. mq. ! "audio/mpeg,mpegversion=4" ! aacparse ! mux.</div></div><div><br></div><div><br></div><div>Adding aacparse / h264parse in front of the muxer did not help.</div><div><br></div><div>Bests,</div><div>RenĂ©</div><div><br></div><br><blockquote type="cite" class="clean_bq"><span><div><div><br>Message: 2
<br>Date: Tue, 22 Apr 2014 13:53:35 +0200
<br>From: Sebastian Dr?ge <sebastian@centricular.com>
<br>To: Discussion of the development of and with GStreamer
<br>      <gstreamer-devel@lists.freedesktop.org>
<br>Subject: Re: File-Streaming not working. Incorrect DTS Timestamps
<br>Message-ID: <1398167615.5320.30.camel@thor.lan>
<br>Content-Type: text/plain; charset="utf-8"
<br>
<br>On Di, 2014-04-22 at 08:37 +0200, Ren? Calles wrote:
<br>> Hi,
<br>>  
<br>> i?m trying to get the following Gstreamer Pipeline running? obviously without any luck.
<br>>  
<br>> GST_DEBUG=3 gst-launch-1.0 -v \
<br>>   filesrc location="MyFile.mp4" ! queue ! qtdemux name="dmux" \
<br>>   flvmux name="mux" streamable="true" ! queue ! rtmpsink location="rtmp://10.11.40.28/live/test live=1" \
<br>>   dmux. ! multiqueue name="mq" ! 'video/x-h264, width=1280, height=720, framerate=25/1' ! mux. \
<br>>   dmux. ! mq. mq. ! "audio/x-mpeg,mpegversion=4" ! mux.
<br>
<br>There is no audio/x-mpeg, it's called audio/mpeg only. And it might help
<br>if you add aacparse and h264parse in front of the muxer.
<br>
<br>--  
<br>Sebastian Dr?ge, Centricular Ltd - http://www.centricular.com
<br>Expertise, Straight from the Source
<br>-------------- next part --------------
<br>A non-text attachment was scrubbed...
<br>Name: signature.asc
<br>Type: application/pgp-signature
<br>Size: 949 bytes
<br>Desc: This is a digitally signed message part
<br>URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140422/8ea48fe2/attachment-0001.sig>
<br></div></div></span></blockquote></body></html>