<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [Live-devel] TS over UDP (or
RTP)</title></head><body>
<blockquote type="cite" cite><font face="Arial" size="-1">I would like
to use the live library to integrate the reliable sending function
into my DS filter but can't work out the right way to do this. Can
anyone give me an example or direction on the right way to do this.
The main thing I struggle with if how to determine the timing of
sending the data., Do I need to look at PTS and DTS timestamps? Or can
I do something simpler?</font></blockquote>
<div><br></div>
<div>Yes, you can feed your Transport Stream data (after you've
accumulated it into groups of 7 Transport Packets) into a
&quot;MPEG2TransportStreamFramer&quot; object.&nbsp; You can then feed
this into your &quot;RTPSink&quot; (a
&quot;SimpleRTPSink&quot;).</div>
<div><br></div>
<div>The &quot;MPEG2TransportStreamFramer&quot; will figure out a
proper duration for each chunk of data, so that it gets streamed at an
appropriate rate.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>