<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div>We are currently trying to make an small video player that receives rtp.</div></blockquote><div><br></div>Do 'we' not have our own domain name? :-)</div><div><br></div><div><br><blockquote type="cite"><div>We want to receive a streaming incoming from VLC in RTP/MPEG TS format using Live555 and inject the data to ffmpeg. Unfortunately we are not experts in this libs and we are having heavy problems with sps, pps, vols, and so on... </div></blockquote><div><br></div>Note that our library does not demultiplex Transport Stream data.  Therefore, you must pass this data to your decoder 'as is'; the LIVE555 code will not know anything about the audio/video contents of the Transport Stream</div><div><br></div><div><br><blockquote type="cite">

<div>Currently we are receiving the data using a SimpleRTPSource, with a MPEG1or2Demux</div></blockquote><div><br></div>No, this is completely wrong.  A "MPEG1or2Demux" is used only for MPEG Program Streams.</div><div><br></div><div>Because you're receiving Transport Stream data, you merely use a "SimpleRTPSource", and the feed the resulting (Transport Stream) data into your decoder.  After that, no LIVE555 code is involved (because we don't do decoding).</div><div><br></div><div>For an example, see the code for the "testMPEG2TransportReceiver" demo application.</div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>