<div dir="ltr"><div><div><div><div><div><div>Hello all,<br><br></div>Following is my pipeline,<br><br>gst-launch-1.0 filesrc location=test.mp4 ! queue max-size-buffers=100 min-threshold-buffers=80 ! qtdemux name=d d.audio_0 ! queue ! avdec_aac ! alsasink d.video_0 ! queue ! avdec_h264 ! xvimagesink <br>
<br></div>Here this pipeline does not play anything. Here my agenda is to set max buffers to 100 and min buffers to 80 so that when ever there are less then 80 buffers filesrc should be abled to send the buffers and whenever there 80 buffers filesrc should be blocked to send the buffers.<br>
<br></div>But this is not working, if set max-buffers=100 and min buffers=10 then only some 15-30 seconds of video is played there after it stops.<br><br></div>Please suggest any solution.<br><br></div>Thanks & Regards<br>
</div>Jyoti<br></div>