<!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] Best way to stream MPEG2 Program
Stream</title></head><body>
<blockquote type="cite" cite><font face="Arial" size="-1">We need to
stream MPEG2 Program Stream from a live source (encoder) to a client
over a LAN for client's recording. The requirement is that client
receives the original MPEG2 Program Stream from the encoder, nothing
more, nothing less. We can tolerate packet delay, but can *<b>not</b>*
tolerate packet loss. What's the best way to do this using Live555
library code? &nbsp;</font></blockquote>
<div><br></div>
<div>There really isn't a good way to do this - especially not in a
way that's standardized.&nbsp; (Using RTP, Program Stream data is
usually sent as two separate RTP streams - one for video, the other
for audio.)</div>
<div><br></div>
<div>Because you can tolerate packet delay, but not packet loss, you
should just transfer your Program Stream data using TCP rather than
RTP.&nbsp; I.e. just use &quot;scp&quot; or &quot;ftp&quot; - i.e.,
not using our software.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>