[vlc-devel] Re: How VLC deal with TS Packet Loss?

Christophe Massiot massiot at via.ecp.fr
Thu Feb 13 21:28:33 CET 2003


À (At) 12:12 -0500 13/02/03, Junfeng Bai écrivait (wrote) :

>Thanks for your kind reply!
>
>I made the following modification on the newest version of VLC (version
>5.0):
>
>  /* while( !p_vpar->picture.b_error && !p_vpar->p_fifo->b_die ) */
>    while( !p_vpar->p_fifo->b_die )
>{
>...
>}

As I said, you also need to reset p_vpar->picture.b_error = 0 on 
every loop. But however, I thought again about it, and I think you 
won't have good results, because when a PES is too bad, we discard 
the whole PES (instead of just one TS) and you lose a big chunk of 
the picture.

-- 
Christophe Massiot.
-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list