Hi,
Le jeudi 24 mai 2007 11:21, Kannaiyan a écrit : > Hi, > > When I read rtp data with rtp_session_recvm_with_ts , i neeed to read > block by block as received from rtp not the accumulated rtp data with the > timestamp. How can I do the same? This function is ok for that: it will return each block separately, in the order of RTP sequence number. You just need to call it repeatedly with the same timestamp until no packet is returned. Simon > > Becoz, for H264, > For each packet there are special headers in the first two bytes of > payload, one payload data in the rtp packet cannot mix with the other. But > they will have the same timestamp. > Any help on this? > > Regards, > Kannaiyan > > > > > _______________________________________________ > Linphone-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/linphone-users _______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users
