how to capture flash, etc
JD
jd1008 at gmail.com
Sun May 27 21:04:07 UTC 2012
On 05/27/2012 11:29 AM, Peter Gueckel wrote:
> Michael Cronenworth wrote:
>
>> $ ps -ef | grep plugin
>> # copy the PID of flash ($PID)
>> $ ls -l /proc/$PID/fd
>> # find the /tmp/flashXXXXXX file symlink ($FD)
>> $ cp -p /proc/$PID/fd/$FD /home/foo/flash.flv
> Even this doesn't seem to always work anymore. Some videos on youtube seem to erase
> themselves as they play, so when you want to view it a second time, it has to download
> it again.
>
> As a result, I have found clive to be the most reliable solution.
>
I had meant to send this to the original post by Mike Wright, who
started this thread:
Don't know if this will help, but
how about using
youtube-dl (yum -y install youtube-dl)
to download the flash file?
After you download it, you can play it with any
of the linux media players like vlc and mplayer,
among others.
In addition, there is the firefox add-on called
"video downloadhelper", url
downloadhelper.net
More information about the users
mailing list