[streaming] Q: what does CPU do when just streaming?

Rémi Denis-Courmont rem at videolan.org
Fri Aug 22 17:25:27 CEST 2008


Le jeudi 21 août 2008 22:17:26 Anthony Loiseau, vous avez écrit :
> Since ages, I thought streaming was just read a file and provide it to
> an UDP socket. In this case, it should not be CPU intensive at all.

UDP is not a streaming protocol to start with. VLC needs to demultiplex the 
input file, which takes time and memory, then remultiplex it (same). And then 
the IP stack is not exactly sparing the CPU either.

-- 
Rémi Denis-Courmont
http://git.remlab.net/cgi-bin/gitweb.cgi?p=vlc-courmisch.git;a=summary


More information about the streaming mailing list