Hi
There is a mPlayer solution.
For Windows
use "youtube-dl.exe 2011.10.19" from here ---->
http://www.himili.com/blog/downloads...eo-downloader/
Pipe it through mPlayer.
Something like this:-
Code:
youtube-dl.exe -f 18 "http://www.youtube.com/watch?v=jE80W5xYbTI" -o - | mplayer.exe -cache 1024 -
youtube-dl is a command line downloader program originally written for Linux.
Use
"youtube-dl --help" for more info.
