- 05 Jun, 2008 14 commits
-
-
Pierre d'Herbemont authored
./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
-
Pierre d'Herbemont authored
stats: Initial import of a stat oriented module. Use with /vlc --ignore-config -I dummy -vvv movie.avi --sout="#transcode{aenc=dummy,venc=stats}:std{access=http,mux=dummy,dst=0.0.0.0:8080}"
-
Pierre d'Herbemont authored
It is much more efficient regarding latency as it doesn't bufferize more than needed, and let the module access take care of that eventually. Enable with --use-stream-immediate. We may want to default it. Note: --use-stream-immediate will be only effective on access that don't provide pf_block() for now. This is because I didn't benchmark against the Block method. Here the gain that I did measure is about 200ms (less latency) when using the http access on a loopback.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pavlov Konstantin authored
-
Pavlov Konstantin authored
-
Pavlov Konstantin authored
-
Vincent Penquerc'h authored
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Rafaël Carré authored
Better comment them fully, if you are too lazy to report upstream
-
Rafaël Carré authored
Regression introduced in [c75dafab] Bug spotted by Fabio Ritrovato
-
Pierre d'Herbemont authored
-
- 04 Jun, 2008 26 commits
-
-
Rafaël Carré authored
-
Antoine Cellerier authored
for in english code)
-
Antoine Cellerier authored
-
Rafaël Carré authored
-
Antoine Cellerier authored
a bit later ... but at least it gives a starting point for people wanting to have fun with transcode / audio / filter chains)
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
less than that of the planar version (uses nearest neighboor instead of interpolated colors)
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Fixes a bunch of crashes at exit.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It needs to be done by the parent (VLM or playlist)
-