Dear All,
I want to make sure about RTP reordering packet in Audio Video Profile (using H264 packetizer, payload 96, and using SDP file).
If at VLC server the sequence number is in order but during transmission, if there is no order packet
(e.g server : 1,2,3,4,5 and during transmission the order is 4,1,5,2,3),
is it right that at VLC client, the packet will be reordered automatically so it will be 1,2,3,4,5 again?
and how long the threshold time for RTP packet reordering in VLC client before the packets are dropped? Is it right the threshold is 200 ms?
Thank you so much for the answers