<!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] Multi-frame and multi-packet
RTP</title></head><body>
<blockquote type="cite" cite>I receive an RTP-H264 stream from a Sony
camera. An RTP packet sometimes containes 2 completed&nbsp;NAL
units&nbsp;<br>
(of<font size="-1"> SEQ&nbsp;and PIC types) and the part of IDR or
NON-IDR slice frame. The next few packets contain the next parts of
this big frame. So from one side this stream is multi-framed, from
another side it's multi-packeted.</font><br>
&nbsp;<br>
Can<font size="-1"> MultiFramedRTPSource and H264VideoRTPSource
properly process this RTP stream?</font></blockquote>
<div><br></div>
<div>Yes, provided that the RTP packets are fragmented properly
(according to the standard defined in RFC 3984).</div>
<div><br></div>
<div><br></div>
<blockquote type="cite" cite><font size="-1">&nbsp;Do I need to create
them with some specific parameters?</font></blockquote>
<div><br></div>
<div>You need only create a &quot;H264VideoRTPSource&quot; (because
it's a subclass of &quot;MultiFramedRTPSource&quot;).&nbsp; No
specific parameters (whatever that means :-) are needed.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>