<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 'video-MP2T-1', index the received video<br>
on-live.<br>
<br>
FramedSource* video1 = sources[0]; //I caught it from MediaSubsession<br>
MediaSink* outputIndexerSink = FileSink::createNew(*env, "out.tsx");<br>
FramedSource* indexer = MPEG2IFrameIndexFromTransportS
<div dir="ltr">tream::createNew(*env, video1);<br><br>outputIndexerSink->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'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>