<div dir="ltr">Hi<br>
I am trying to capture a live stream (which is MPEG2TS) via openRTSP and<br>
instead of recording it in &#39;video-MP2T-1&#39;, index the received video<br>
on-live.<br>
<br>
FramedSource* video1 = sources[0]; //I caught it from MediaSubsession<br>

MediaSink* outputIndexerSink = FileSink::createNew(*env, &quot;out.tsx&quot;);<br>
FramedSource* indexer = MPEG2IFrameIndexFromTransportS
<div dir="ltr">tream::createNew(*env, video1);<br><br>outputIndexerSink-&gt;startPlaying(*indexer, subsessionAfterPlaying, NULL);<br>
<br>when I run it, I get these errors:<br>MultiFramedRTPSource::doGetNextFrame1():
 The total received frame size exceeds the client&#39;s buffer size (188).  
940 bytes of trailing data will be dropped!<br><br>what seems to be the problem?<br>
<br>Regards<br>Mojtaba</div>
</div>