<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I'm trying to play a bunch of mp4 files by using the multifilesrc element. However, once the first item is played, pipeline is stopped due to EOS most probably from the qtdemux element.<div><br></div><div></div><div>gst-launch-1.0 multifilesrc location=…/%04d.mp4 loop=true ! qtdemux ! h264parse ! avdec_h264 ! videoconvert ! videorate ! osxvideosink --gst-debug-level=5 --gst-debug-no-color</div><div><br></div><div>Part of the log:</div><div><div>0:00:10.102951000  8628 0x7fe27c0ba940 DEBUG                qtdemux qtdemux.c:4967:gst_qtdemux_chain:<qtdemux0> we reached the end of our segment.</div><div>0:00:10.102956000  8628 0x7fe27c0ba940 DEBUG                qtdemux qtdemux.c:4980:gst_qtdemux_chain:<qtdemux0> All streams are EOS, signal upstream</div><div>0:00:10.102962000  8628 0x7fe27c0ba940 DEBUG                qtdemux qtdemux.c:5041:gst_qtdemux_chain:<qtdemux0> no next entry, EOS</div></div><div><br></div><div>Is it even possible to use multifilesrc with video files? Because all examples I've seen use this element to turn a bunch of images into video file.</div><br><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  "><div>Best Regards,</div><div>Ilya Kulakov</div><div><br></div></span></div></body></html>