<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body><div style="text-align: left;"><br>The file which I get after trying mp3parse,why is it that it does not play with VLC.<br>&nbsp;My analyzer doesn't even detect any PMT section in the file.<br><br>gst-launch-0.10 filesrc location=c:/a.mp2 ! mp3parse ! flutsmux ! filesink location=c:/a.ts<br><br>Thnaks a lot for the help.<br></div><br>Anuj Mittal<br><br><br><br><hr id="stopSpelling">&gt; Date: Mon, 2 Apr 2007 11:22:39 +0200<br>&gt; From: thaytan@noraisin.net<br>&gt; To: anuj_nil@hotmail.com<br>&gt; CC: jan@fluendo.com; gstreamer-devel@lists.sourceforge.net<br>&gt; Subject: Re: [gst-devel] Fluendo plugin<br>&gt; <br>&gt; anuj mittal wrote:<br>&gt; &gt; Thanks, i tried it for a mp2 file.<br>&gt; &gt; <br>&gt; &gt; gst-launch-0.10 filesrc location = C:/a.mp2 ! mp3parse ! flutsmux !<br>&gt; &gt; filesink location = c:/b.ts<br>&gt; &gt; <br>&gt; &gt; It gives me the .ts file alright.But how do I mux two streams.<br>&gt; &gt; <br>&gt; <br>&gt; You feed multiple streams into the muxer by naming it and using the name<br>&gt; elsewhere in the pipeline:<br>&gt; <br>&gt; <br>&gt; gst-launch-0.10 filesrc location=C:/a.mp2 ! mp3parse ! flutsmux name=mux<br>&gt; ! filesink location=c:/b.ts filesrc location=C:/b.mpv ! mpegvideoparse !<br>&gt;  mux.<br>&gt; <br>&gt; J.<br><br /><hr />Check out some new online services at Windows Live Ideas—so new they haven’t even been officially released yet. <a href='http://www.msnspecials.in/windowslive/' target='_new'>Try it!</a></body>
</html>