[vlc-devel] [PATCH] Fix demuxdump to work with RTP input
Marian Ďurkovič
md at bts.sk
Tue Sep 8 10:38:23 CEST 2009
On Tue, Sep 08, 2009 at 09:28:12AM +0200, jpd at videolan.org wrote:
> Could you do a bit more testing and see what influence the peek size has?
> I'm using the same construct in the lua module, though presumably for
> smaller reads. So I'd like to know where the tipping point is, if any.
For smaller reads the difference is even higher:
DUMP_BLOCKSIZE 1024: stream_Read: 7.29 stream_Peek: 8.54
DUMP_BLOCKSIZE 2048: stream_Read: 5.97 stream_Peek: 6.58
DUMP_BLOCKSIZE 4096: stream_Read: 3.10 stream_Peek: 3.85
DUMP_BLOCKSIZE 8192: stream_Read: 2.21 stream_Peek: 2.58
With kind regards,
M.
More information about the vlc-devel
mailing list