File-Streaming not working. Incorrect DTS Timestamps

Sebastian Dröge sebastian at centricular.com
Tue Apr 22 04:53:35 PDT 2014


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.sig>


More information about the gstreamer-devel mailing list