On Fri 05 Aug 2011 03:50:51 PM PDT, Daniel Kowalski wrote:
> I usually download videos as MP4 files using 'MP4 Downloader'
> addon for firebloat and play them offline.
Adobe's flash player caches video streams in memory (and in the
past: on disk), so you can play them directly from that cache:
# see http://www.reddit.com/r/linux/comments/dky73/
lsof -p $(pgrep -f libflashplayer) | grep /tmp/Flash |
awk '{print "/proc/" $2 "/fd/" $4}' | sed 's/[rwu]$//' |
xargs mplayer -fs
-- I'm still waiting for the advent of the computer science groupie.
This archive was generated by hypermail 2.2.0 : Fri Aug 05 2011 - 18:36:03 CEST