<div dir="ltr"><div><div><div><div><div><div><div>Hi, guys. I've noticed one interesting for me case of pipeline sending EOS.<br><br></div>I have such pipeline - gst-launch-1.0 multifilesrc location=%d.mp4 index=1 ! qtdemux name=demux ! queue ! h264parse ! flvmux streamable=true name=mux ! fakesink demux. ! queue ! aacparse ! mux.<br><br></div>In running folder I have like 15 video chunks. But the pipeline plays only 1st piece. I tried to get rid of some elements in this pipeline so I ended up with  -  gst-launch-1.0 multifilesrc location=%d.mp4 index=1 ! qtdemux ! fakesink. Which has the same issue as the 1st pipeline has.<br><br></div>If I remove qtdemux, then it goes fine - plays everything.<br><br></div>I've tried the pipeline with tsdemux - and it works just fine.<br><br></div>Have you encounter such issue?<br><br></div>Thx a lot,<br></div>AlexB<br></div>