[vlc-devel] [PATCH] Fix demuxdump to work with RTP input

jpd at videolan.org jpd at videolan.org
Tue Sep 8 09:28:12 CEST 2009


On Tue, Sep 08, 2009 at 08:53:26AM +0200, Marian ??urkovi?? wrote:
> On Fri, 4 Sep 2009 12:47:37 +0200, Marian ??urkovi?? wrote
> demuxdump with stream_Read: 1.79 s
> demuxdump with stream_Peek: 1.83 s

I'd say too close to call without knowing more.


> stream_Peek calls block_ChainGather() at the end, which is more CPU expensive
> than a simple memcopy.

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.




More information about the vlc-devel mailing list