<html dir="ltr"><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body style="text-align:left; direction:ltr;"><div>Le vendredi 22 février 2019 à 21:22 +0100, Duchassin Frederic a écrit :</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex">
    <p>OK i understand.</p>
    <p>As I'm working on Yocto release, I have gstreamer1.0 package
      validate and it's not always easy to update to a newer version of
      plugins.</p>
    <p>I believe that tsdemux is very well suited for my application
      but, on my embedded device, this tsdemux should add jitter and
      that's why decoder doesn't accept always the stream at the output
      or gives glitches.<br>
    </p>
    <p>Personally, i would prefer using tsdemux...if the version and the
      hardware i used were ok.<br></p></blockquote><div><br></div><div>tsdemux does not do any pacing. The jitter though should be less then the 700ms latency that was declared by element in accordance to the MPEG TS specification to ensure proper timestamp calculation. What is likely the issue is that your sink element does not honour the pipeline latency (or you have explicitly set sync=FALSE) which result in a lot of jitter.</div><div><br></div><div>regards,</div><div>Nicolas</div><div><br></div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><p>
    </p>
    <p>BR</p>
    <p><br>
    </p>
    <p>Frédéric</p>
    <p><br>
    </p>
    <div class="moz-cite-prefix">Le 22/02/2019 à 19:42, Nicolas Dufresne
      a écrit :<br>
    </div>
    <blockquote type="cite" cite="mid:9d040914f752fbe8c205d5993eef15b297ad3510.camel@ndufresne.ca" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex">
      <pre>Le vendredi 22 février 2019 à 19:13 +0100, Duchassin Frederic a écrit :</pre>
      <blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex">
        <pre>Hello,</pre><pre>Yes, aiurdemux is ported on gstreamer1.0.</pre><pre>On my imx8m, Tsdemux is not adviced  as it doesn't work very well. I always get glitches on my video sink using tsdemux.</pre>
      </blockquote>
      <pre>You should clarify that you are likely using an ancient version of this</pre><pre>element (as provided by the HW vendor). This comment should not reflect</pre><pre>upstream status of tsdemux, and if it is, please file bugs for that.</pre><pre><br></pre><pre>regards,</pre><pre>Nicolas</pre><pre><br></pre>
    </blockquote>
  

<pre>_______________________________________________</pre><pre>gstreamer-devel mailing list</pre><a href="mailto:gstreamer-devel@lists.freedesktop.org"><pre>gstreamer-devel@lists.freedesktop.org</pre></a><pre><br></pre><a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel"><pre>https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</pre></a></blockquote></body></html>