<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi all,<br>
<br>
I'm currently trying to test the decode performance of some hardware and have got up to 13 1080p30 videos decoding. However, when testing decodes for D1 resolution, the FPS I'm getting is great however the output from fakesink seems to keep hanging with greater
than 5 decodes and not complete the video.<br>
<br>
The pipeline below is an example of how I am decoding 6 streams:<br>
<br>
<i>gst-launch-1.0 -v filesrc location=/media/sdb1/H264_1080p30_test_video.avi typefind=true ! avidemux ! tee name=t ! queue ! vaapidecode ! fakesink silent=false \<br>
t. ! queue ! vaapidecode ! fakesink silent=true \<br>
t. ! queue ! vaapidecode ! fakesink silent=true \<br>
t. ! queue ! vaapidecode ! fakesink silent=true \<br>
t. ! queue ! vaapidecode ! fakesink silent=true \<br>
t. ! queue ! vaapidecode ! fakesink silent=true</i><br>
<br>
For the D1 clips, I'm just replacing the video file with a cropped version.<br>
<br>
When adding --gst-debug=5, I am seeing that every so often some of the queues are empty. Could it be that the rate of the decoder is becoming greater than that of the copy to each queue and hence this could be the cause of the hanging?
<br>
If anybody could clarify/verify this or offer another explanation it would be great and if there are any ideas on how to stop the hanging then it would be very much appreciated!
<br>
<br>
Best Regards,<br>
Stuart<br>
<br>
<br>
</div>
<br clear="both">
______________________________________________________________________<BR>
This email has been scanned by the Symantec Email Security.cloud service.<BR>
For more information please visit http://www.symanteccloud.com<BR>
______________________________________________________________________<BR>
</body>
</html>