Hi <br>I am trying to get 2 separate mpeg elementary audio and video stream by setting the following pipeline. <br><br>
&nbsp;gst-launch filesrc location=/home/gajel/mediaFormats/rtpi.ts !
decodebin name=decode ! ffmpegcolorspace !&nbsp; ffenc_mpeg2video ! filesink
location=/home/gajel/mediaFormats/rtpi.vid &nbsp; decode.&nbsp; ! audioconvert !&nbsp;
ffenc_mp2 ! filesink ocation=/home/gajel/mediaFormats/rtpi.aud <br><br>
This generates the two elementary files rtpi.aud and rtpi.vid. <br>
I can play these files separately in Xine or Vlc player..<br><br>Now I am trying to mux these&nbsp; separate mpeg elementary audio and video files to a TS file. <br>I have set up the pipeline as :<br>gst-launch-0.10 filesrc location=/home/gajel/mediaFormats/rtpi.vid ! mpegdemux ! mux. filesrc location=/home/gajel/mediaFormats/rtpi.aud ! mp3parse ! mux.&nbsp; flutsmux&nbsp; name=mux ! filesink location=/home/gajel/mediaFormats/test2.ts
<br><br>when i play /home/gajel/mediaFormats/test2.ts&nbsp; i can hear only audio. I can&#39;t see the video part.<br>Is the pipeline correct? What might be the cause that i can&#39;t see the video part ?<br><br>Looking forward for your help..
<br><br>Regards<br>Gajel<br><br><br><br>