<div>Hello all,</div>
<div>       Recently I was doing the demux function testing, and there is some issues I cannot solve, Would you please do me a favor, thank you!</div>
<div> </div>
<div>1.     gst-launch filesrc location=test.avi ! avidemux name=demux demux.video_00 ! filesink location=test.ves  demux.audio_00 ! filesink location=test.aes</div>
<div> </div>
<div>this command cannot get ves and aes one time. The pipeline is always prerolling.</div>
<div>I should use  two command:</div>
<div> </div>
<div>        gst-launch filesrc location=test.avi ! avidemux name=demux demux.video_00 ! filesink location=test.ves </div>
<div>        gst-launch filesrc location=test.avi ! avidemux name=demux demux.audio_00 ! filesink location=test.aes</div>
<div> </div>
<div>And I donot know why.</div>
<div> </div>
<div>2.</div>
<div>I want to demux a MPEG transport stream, and use mpegtsdumux which is a plugin in gst-plugins-bad.</div>
<div> </div>
<div>        gst-launch filesrc location=1415.ts ! mpegtsdumux  name=demux demux.video_00 ! filesink location=1415.ves </div>
<div> </div>
<div>But the pipeline is in prerolling state. If use </div>
<div> </div>
<div>        gst-launch filesrc location=1415.ts ! mpegtsdumux  ! filesink location=1415.ves </div>
<div> </div>
<div>It will demux video es to 1415.ves, but I couldnot get the audio es. How can i do it?</div>
<div> </div>
<div>3.mpegpsdumux has the some problems with mpegtsdumux.</div>
<div> </div>
<div>much thanks</div>
<div><br>2010-08-11<br clear="all"><br>-- <br>Best Regards<br>Hao Qiu<br>Multimedia Technology Center<br>BeiJing University of Posts and Telecommunications (BUPT)<br>China, 100876<br></div>