Hi<br/>
<br/>
Mp4mux needs an EOS to properly close the file. Add the '-e' option to your gst-launch pipeline so the event is sent at teardown. <br/>
<br/>
Michael<br/>
<br/>
-----Original Message-----<br/>
From: metind <<a href="mailto:metin.duman@arcelik.com">metin.duman@arcelik.com</a>><br/>
To: <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br/>
Sent: Tue, 27 May <a href="tel:20141">2014 1</a>:56<br/>
Subject: what is problem with mp4mux<br/>
<br/>
Dear all,<br/>
<br/>
I am trying to get audio and video items from audiotestsrc and videotestsrc<br/>
then mux as mp4 to download as mp4 file. I used ;<br/>
gst-launch videotestsrc ! ffmpegcolorspace ! videoscale !<br/>
video/x-raw-yuv,width=320,height=240 ! ffenc_mpeg4 ! queue2 ! mux.video_0<br/>
audiotestsrc ! audioconvert ! lamemp3enc ! queue2 ! mux.audio_0 mp4mux<br/>
name=mux ! filesink location=myfile.mp4<br/>
<br/>
but when i try to open the myfile.mp4, player gives error. <br/>
<br/>
<br/>
<br/>
--<br/>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/what-is-problem-with-mp4mux-tp4667186.html">http://gstreamer-devel.966125.n4.nabble.com/what-is-problem-with-mp4mux-tp4667186.html</a><br/>
Sent from the GStreamer-devel mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br/>
_______________________________________________<br/>
gstreamer-devel mailing list<br/>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br/>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br/>