How to download online streaming flash video file?
Linux - NewbieThis forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
When you play this file, does it buffer in /tmp ? If it does, then you can copy the entire file (once it has buffered completely)and copy it into another location. This works for video streams on youtube.
the output looks like this:
/tmp/FlashGBuKCp
And is the name and location of every flash file being executed by firefox at THIS time. You should do this BEFORE closing the tab that is playing the video because the file is deleted when the tab is closed.
then:
mplayer /tmp/FlashGBuKCp
would play the same video that firefox is playing in its corresponding tab.
before closing the tab you should cp /tmp/FlashGBuKCp <some dir>
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.