Hi all,<br>I create a subclass from H264VideoStreamFramer and I stream some nal units that I extract from a .264 file (that have RAW nal units separate by 00000001. My application send correctly all nal units with nal_unit_type = 5 (coded slice of an IDR picture) and 4, but it doesn&#39;t stream 1 (coded slice of a non-IDR picture), 6 (SEI) &amp; 7 (Sequence parameter set). Is there ay filter in H264RTPSink or in another class that does it by default?? I would like to send these types too.
<br><br>Thanks in advance,<br><br>Ramon<br>