<!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] MPEG2TransportStreamRTPSource and
testMPE</title></head><body>
<blockquote type="cite" cite><font size="-1">Do you have a specific
reason to not use openRTSP to receive transport streams?
&nbsp;testMPEG2TransportStreamer has an optional RTSP server in
it.</font><br>
<br>
<font size="-1">I think instead of making
MPEG2TransportStreamRTPSource, you should set up the chain like
this:</font><br>
<br>
<font size="-1">SimpleRTPSource -&gt; MPEG2TransportStreamFramer -&gt;
FileSink</font></blockquote>
<div><br></div>
<div>Actually, you won't need to insert a
&quot;MPEG2TransportStreamFramer&quot;, because its main purpose is to
extract presentation times from the transport stream, and you won't
need those if you're just outputting to a &quot;FileSink&quot;.</div>
<div><br></div>
<div>You can create a &quot;RTPSource&quot; for receiving a MPEG
Transport/RTP stream by calling</div>
<div><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>SimpleRTPSource::createNew(envir(), rtpGroupsock, 30,</div>
<div
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
></span
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
></span
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
></span
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
></span>&nbsp;&nbsp;&nbsp;<x-tab> </x-tab>90000,
&quot;video/MP2T&quot;, 0, False);</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>