I have a question about I,P,B frames and their time stamps.
I know that the timestamp of RTP packets suppose to be increased monotonically.
I also know (correct me if I'm wrong) that in h.264 B_5
frame can be transmitted before P_4
frame but displayed after (P_4 and then B_5) so the decoder will use the B frame to decode the P frame.
I have pcap capture of RTP\H.264 stream and I can see that the time stamps increases\decreases... and not monotonically increases.
So my question is what values the RTP packets (I,P,B frames) should get on h264 transmission?
I will be happy for some clarification about that matter.
Thanks.