<!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?
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 -> MPEG2TransportStreamFramer ->
FileSink</font></blockquote>
<div><br></div>
<div>Actually, you won't need to insert a
"MPEG2TransportStreamFramer", 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 "FileSink".</div>
<div><br></div>
<div>You can create a "RTPSource" for receiving a MPEG
Transport/RTP stream by calling</div>
<div><x-tab>
</x-tab>SimpleRTPSource::createNew(envir(), rtpGroupsock, 30,</div>
<div
> <span
></span
> <span
></span
> <span
></span
> <span
></span> <x-tab> </x-tab>90000,
"video/MP2T", 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>