[vlc-devel] Non-sequential frame arrivals?
    Rémi Denis-Courmont 
    remi at remlab.net
       
    Mon Nov 28 14:12:04 CET 2011
    
    
  
On Mon, 28 Nov 2011 07:33:08 -0500, John Zavgren <john at zavgren.com> wrote:
> Greetings:
> I'm developing a link aggregation system that distributes video frames
> (encapsulated in UDP) across multiple diverse network paths and the
> unpredictable per-path delays cause the frames arrivals to be shuffled.
> 
> Can VLC use the sequence numbers in RTP to correct out of order
arrivals?
For VLC itself, Within a certain delay that depends on the jitter
estimate, yes.
You should set the RTP timestamp correctly, not just the sequence number.
However, you may be using the live555 plugin instead. Then I don't know.
-- 
Rémi Denis-Courmont
http://www.remlab.net/
    
    
More information about the vlc-devel
mailing list