[vlc-devel] commit: stats: Add vout stats module. (Pierre d'Herbemont )

Pierre d'Herbemont pdherbemont at free.fr
Thu Jun 5 21:24:13 CEST 2008


On Jun 5, 2008, at 9:18 PM, git version control wrote:

> vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org>  
> | Sat May 24 01:06:48 2008 +0200|  
> [70d5f8682bdcff58d50e5aac649e0e47be893374]
>
> stats: Add vout stats module.
>
> ./vlc movie.avi -- 
> sout 
> = 
> "#transcode 
> {aenc=dummy,venc=stats}:std{access=http,mux=dummy,dst=0.0.0.0:8081}"
> ./vlc -vvv http://127.0.0.1:8081 --demux=stats --vout=stats -- 
> codec=stats

This one is interesting because it shows the 200ms->30ms latency that  
you can save with --use-stream-immediate.

The 30ms latency is believed to come from the http access_out module,  
and its long msleep()-ing thread.

Pierre.



More information about the vlc-devel mailing list