Linked by Thom Holwerda on Fri 30th Sep 2011 20:19 UTC
Thread beginning with comment 491641
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[4]: Already works good here
by cheemosabe on Mon 3rd Oct 2011 07:47
in reply to "RE[3]: Already works good here"
The /tmp trick doesn't work anymore in recent versions. The file gets deleted as soon as it starts downloading but flash keeps it opened and it stays on the disk even though not on the filesystem. Easily bypassed:
ps aux | grep flash
cd /proc/<pid>/fd
ls -lh
The temporary files with "(deleted)" at the end and filesizes listed show up. Then you can just:
mplayer <nr>
cp <nr> ~/Downloads
Edited 2011-10-03 07:51 UTC
RE[5]: Already works good here
by sorpigal on Mon 3rd Oct 2011 12:08
in reply to "RE[4]: Already works good here"
RE[5]: Already works good here
by Neolander on Mon 3rd Oct 2011 16:54
in reply to "RE[4]: Already works good here"





Member since:
2010-03-08
Got a point, I forgot about that /tmp trick
Used FF extensions to get the files myself, but it took me some time to find a good FLV player/converter, that didn't randomly drop frames without keeping audio and video in sync.