[MPlayer-users] option to save cache in temporary directory instead of memory

Nicolas George nicolas.george at normalesup.org
Sat Jan 26 17:25:39 CET 2013


Le septidi 7 pluviôse, an CCXXI, houghi a écrit :
> This won't work if your download is not fast enough:
> youtube-dl "http://www.youtube.com/watch?v=yo36OOYf9cU" &
> mplayer yo36OOYf9cU.video.part
> 
> This is a 2 minute video in a pretty high resolution. The download for me
> is about 7 minutes. This means mplayer will get to the current end of the
> file on the HD before youtube-dl has gotten the whole file.

If that happens, you will get unbearably choppy playback anyway, unless you
wait the whole file is (almost) fully downloaded, whatever the method used.

You can emulate the "download | mplayer" behaviour using this:

tail -f -c +0 yo36OOYf9cU.mp4.part | mplayer -

But it will be choppy every time mplayer catches up with the download, that
is unavoidable.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-users/attachments/20130126/4d541521/attachment.asc>


More information about the MPlayer-users mailing list