[vlc-devel] [PATCH] demux: ts: support get length for non fastseekable
    Francois Cartegnie 
    fcvlcdev at free.fr
       
    Fri Mar 18 12:15:38 CET 2016
    
    
  
Le 18/03/2016 15:12, Zhao Zhili a écrit :
> Some test results. Yes, for a TS with multiple programs, there are a lot of http 
> requests (14 in this test).
> 
> For TS with single program, four requests is enough, and one of the requests is 
> to check if file size has changed.
The issue being exactly to avoid a large number of HTTP requests which
could be slow (!canfastseek). A better option might be to increase the
number of packets, but which will also increase delay depending on
bandwidth, and multiplex.
Francois
    
    
More information about the vlc-devel
mailing list