<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.38">
<TITLE>muxing 3 streams in ffmux_mov</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>Hello all,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; What am i missing in the following pipeline. Please inform me whether it is possible to mux 3 or more streams in gst-ffmpeg mov muxer plugin<BR>
<BR>
[root@localhost gst-plugin]# gst-launch filesrc location=/root/Desktop/AAC\ Plugin/gst-template-master/gst-plugin/1.aac ! audio/mpeg, rate=44100, channels=2, mpegversion=4, layer=3 ! mux. filesrc location=/root/Desktop/AAC\ Plugin/gst-template-master/gst-plugin/10.aac ! audio/mpeg, rate=44100, channels=2, mpegversion=4, layer=3 ! mux. filesrc location=/root/Desktop/AAC\ Plugin/gst-template-master/gst-plugin/11.aac ! audio/mpeg, rate=44100, channels=2, mpegversion=4, layer=3 ! queue ! mux. ffmux_mov name=mux ! filesink location=a.mov<BR>
Setting pipeline to PAUSED ...<BR>
Pipeline is PREROLLING ...<BR>
ERROR: from element /GstPipeline:pipeline0/ffmux_mov:mux: Internal GStreamer error: negotiation problem.&nbsp; Please file a bug at <A HREF="http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer">http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer</A>.<BR>
Additional debug info:<BR>
gstffmpegmux.c(494): gst_ffmpegmux_collected (): /GstPipeline:pipeline0/ffmux_mov:mux:<BR>
no caps set on stream 0 (audio)<BR>
ERROR: pipeline doesn't want to preroll.<BR>
Setting pipeline to NULL ...<BR>
Freeing pipeline ...<BR>
<BR>
Regards<BR>
<BR>
</FONT>
</P>

<pre style="white-space:normal"><br></pre></BODY>
</HTML>