<div dir="ltr">Hi,
<br>&nbsp; &nbsp;I am trying a similar gst pipeline to transcode a file in mp2ts
file format with h264 and aac as codecs. Using the following pipeline
<br><br>gst-launch -v filesrc location=/home/kgupta/testflv/limca.flv
! decodebin name=d ! queue ! videorate ! ffmpegcolorspace ! videoscale
! video/x-raw-yuv,height=144,width=176,framerate=\(fraction\)15/1 !
ffenc_h264 ! flutsmux name=mux ! filesink
location=limca_aac_h264_faacadts.ts d. ! queue ! audioconvert !
audioresample ! audio/x-raw-int, endianness=1234,
signed=\(boolean\)true, width=\(int\)16, depth=\(int\)16,
rate=\(int\)16000,channels=\(int\)1 ! faac bitrate=16000 ! mux. &nbsp; &nbsp;
<br><br>Now I am trying to play this file with vlc. &nbsp;The video plays
good but no audio. &nbsp;Are there some obvious mistakes in my approach ?? <br><br>I am using the following versions
<br>gst-fluendo-mpegmux-0.10.4
<br>libtsmux-0.3.0
<br><br>Thanx
<br>Kshitij
<br><br><div class="gmail_quote">On Fri, May 30, 2008 at 2:34 PM, Peter Maersk-Moller &lt;<a href="mailto:peter@maersk-moller.net">peter@maersk-moller.net</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Just a little remark for others wanting to test or hack. This command<br>
will get you the lot.<br>
<br>
 &nbsp; svn co <a href="https://core.fluendo.com/gstreamer/svn/trunk" target="_blank">https://core.fluendo.com/gstreamer/svn/trunk</a><br>
<br>
Thanks<br>
<font color="#888888"><br>
Peter Maersk-Moller<br>
</font><div><div></div><div class="Wj3C7c"><br>
Julien Moutte wrote:<br>
&gt; Fluendo has a MPEG TS muxer. We recently introduced support M2TS 192.<br>
&gt; <a href="https://core.fluendo.com/gstreamer/svn/trunk/gst-fluendo-mpegmux/" target="_blank">https://core.fluendo.com/gstreamer/svn/trunk/gst-fluendo-mpegmux/</a><br>
&gt;<br>
&gt; Best regards,<br>
&gt;<br>
&gt; Julien Moutte,<br>
&gt; FLUENDO S.A.<br>
&gt;<br>
&gt; Peter Maersk-Moller wrote:<br>
&gt;&gt; Hi<br>
&gt;&gt;<br>
&gt;&gt; Trying to see if I can get gstreamer to encode a a/v source into a<br>
&gt;&gt; H.264/aac MPEG-2 TS stream. A/V encoding seems to work well, but the TS<br>
&gt;&gt; encoding part seems not to be supported.<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m looking into copy some code from VLC to create a TS mux plugin, but<br>
&gt;&gt; would like to ask first, &nbsp;if anyone else is working on something like<br>
&gt;&gt; that ? As I see it, we need to convert the two ES streams into to PES<br>
&gt;&gt; packet stream into a TS packet stream, which then could use either a UDP<br>
&gt;&gt; output plugin, a http server plugin (when finished) or a RTSP server<br>
&gt;&gt; plugin (if planned). So ES in PES in TS is needed. ES in PES in TS in<br>
&gt;&gt; RTP seems not to be widely used, so thsi is skipped.<br>
&gt;&gt;<br>
&gt;&gt; However, we would also need to create PAT and PMT to make the stream<br>
&gt;&gt; useful for many applications (such as Set Top Boxes not quite as clever<br>
&gt;&gt; as Mplayer).<br>
&gt;&gt;<br>
&gt;&gt; Best regards<br>
&gt;&gt;<br>
&gt;&gt; Peter Maersk-Moller<br>
&gt;&gt;<br>
&gt;&gt; -------------------------------------------------------------------------<br>
&gt;&gt; This SF.net email is sponsored by: Microsoft<br>
&gt;&gt; Defy all challenges. Microsoft(R) Visual Studio 2008.<br>
&gt;&gt; <a href="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/" target="_blank">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</a><br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; gstreamer-devel mailing list<br>
&gt;&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt;&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br>
<br>
-------------------------------------------------------------------------<br>
This SF.net email is sponsored by: Microsoft<br>
Defy all challenges. Microsoft(R) Visual Studio 2008.<br>
<a href="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/" target="_blank">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br></div>