Hi, When I was reading the source code of "MultiFramedRTPSource::doGetNextFrame1" in MultiFramedRTPSource.cpp,I found that it will get data from the buffered packet(class ReorderingPacketBuffer) until get a complete frame(if the frame has been fragmented),but what if the RTP payload which cached in buffered packet is a multiframed packet?In that case,what we get from "MultiFramedRTPSource::doGetNextFrame1" will be more than one frames,for example,we received a RTP packet which contain 3 MPEG4ES video frames before and save it to the buffered packet,then how to pick out the single frames and their config information like timestamp,length or else from this multiframed data?As I know,both class MPEG4ESVideoRTPSource and MPEG4GenericRTPSource have not been completed,do they need something like multiframe split as in last question?
_______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel