<div dir="ltr">Ok, 10x Ross.<div style><br></div><div style>My initial implementation was a little simpler: </div><div style><pre style="white-space:pre-wrap;color:rgb(0,0,0)">    MPEG1or2VideoRTPSource --> 
        MPEG2TransportStreamFromESSource --> 
            <span style="font-family:arial">SimpleRTPSink</span></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><font face="arial">This produced valid TS video, but some of the frames were sent a little late (causing "frame may be too late to be displayed (0.0)" error in VLC and some jitter in the decoder appliance), so I decide to add the "Queue" and "Framer" objects to the chain.</font></pre>
<pre style="white-space:pre-wrap;color:rgb(0,0,0)"><font face="arial">I'll try debugging this a little more and post my findings.</font></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><span style="font-family:arial">Zvika</span><br>
</pre></div></div>