<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>RE: [vlc-devel] [RFC] stream quality indicator on qt4</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>The ts demuxer doesn't set BLOCK_FLAG_DISCONTINUITY but flags BLOCK_FLAG_CORRUPTED instead (modules/demux/ts.c line: 1993) to indicate corrupted data. Even this won't tell you how much exactly is lost. It only tells you how many times the demux noticed it.<BR>
<BR>
-----Original Message-----<BR>
From: vlc-devel-bounces@videolan.org on behalf of Rémi Denis-Courmont<BR>
Sent: Fri 2/20/2009 6:32 PM<BR>
To: vlc-devel@videolan.org<BR>
Subject: Re: [vlc-devel] [RFC] stream quality indicator on qt4<BR>
<BR>
Le vendredi 20 février 2009 19:26:32 jean-paul.saman@planet.nl, vous avez<BR>
écrit :<BR>
> A client of mine is interested in having an indication on the quality of<BR>
> the input stream displayed in the Statistics dialog window. I cooked up the<BR>
> attached patch to count the number of BLOCK_FLAG_CORRUPTED occurrences<BR>
> which should be an indication of missing data and thus also 'quality'.<BR>
<BR>
What if you just loose packets? There is BLOCK_FLAG_DISCONTINUITY, however it<BR>
won't tell you how many packets were lost.<BR>
<BR>
--<BR>
Rémi Denis-Courmont<BR>
<A HREF="http://git.remlab.net/cgi-bin/gitweb.cgi?p=vlc-courmisch.git;a=summary">http://git.remlab.net/cgi-bin/gitweb.cgi?p=vlc-courmisch.git;a=summary</A><BR>
_______________________________________________<BR>
vlc-devel mailing list<BR>
To unsubscribe or modify your subscription options:<BR>
<A HREF="http://mailman.videolan.org/listinfo/vlc-devel">http://mailman.videolan.org/listinfo/vlc-devel</A><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>