<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<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><p><font size=2 color=navy face=Arial>
Can I do this as soon as I get a block and as fast as a for loop will pass off the 7xTS packets. In other words will the Framer buffer until it needs to go?<br><br>Thanks<br><br>Jon</font></p>
<p><hr size=2 width="100%" align=center tabindex=-1>
<font face=Tahoma size=2>
<b>From</b>: live-devel-bounces@ns.live555.com <live-devel-bounces@ns.live555.com> <br><b>To</b>: LIVE555 Streaming Media - development & use <live-devel@ns.live555.com> <br><b>Sent</b>: Thu Oct 01 00:47:49 2009<br><b>Subject</b>: Re: [Live-devel] TS over UDP (or RTP) <br></font></p>

<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>
<br>
<hr>
<font face="Arial" color="Green" size="2">Please consider the environment before printing this e-mail.<br>
</font>
</body>
</html>