LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-15-2007, 04:32 AM   #1
linuxhippy
Senior Member
 
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Xubuntu, Mythbuntu, Lubuntu, Picuntu, Mint 18.1, Debian Jessie
Posts: 1,207

Rep: Reputation: 47
saving a streaming flash movie


I want to save a streaming flash movie and cannot find the location that streams it. Could I save the data that's being sent (I think it's flash) to a file that mplayer can open?
 
Old 10-15-2007, 04:48 AM   #2
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
its in your web browser cache probably
/home/yourname/. (dot = hidden file) webbrowser name eg mozilla or opera/cache
 
Old 10-15-2007, 05:05 AM   #3
linuxhippy
Senior Member
 
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Xubuntu, Mythbuntu, Lubuntu, Picuntu, Mint 18.1, Debian Jessie
Posts: 1,207

Original Poster
Rep: Reputation: 47
I have 2 directories in ~/.mozilla/firefox with cache directories:


kq5pulrn.default
za45zmg6.default

The files in both directories are from a couple months ago. How do I find out where today's files are being cached in firefox?
 
Old 10-15-2007, 05:55 AM   #4
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
There are Firefox addons that can download flash videos. Here is one of them:
https://addons.mozilla.org/en-US/firefox/addon/3006
There may be others also.
 
Old 10-15-2007, 06:47 AM   #5
linuxhippy
Senior Member
 
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Xubuntu, Mythbuntu, Lubuntu, Picuntu, Mint 18.1, Debian Jessie
Posts: 1,207

Original Poster
Rep: Reputation: 47
The video downloader extension usually works on other videos I want to save, but not this one. Here's the link of part 1 of the movie:

http://www.rbc.org/radio_and_tv/day_...ery/56796.aspx
 
Old 10-15-2007, 12:54 PM   #6
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Try this:

Go into your '/tmp' directory, then open the 'streaming' flash video. You should see a 'Flash??????' where the ? is just a random number or letter. When the stream is finished copy the flash file somewhere else and retitle it. That's your flash file.

Don't know if this works for all cases, but this saves me from having the buggy and sometimes worthless VideoDownloader extension.
 
Old 10-15-2007, 07:56 PM   #7
linuxhippy
Senior Member
 
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Xubuntu, Mythbuntu, Lubuntu, Picuntu, Mint 18.1, Debian Jessie
Posts: 1,207

Original Poster
Rep: Reputation: 47
Well, I tried download helper and got empty or 3.1 kb flv files. When I first opened /tmp and then started the video I didn't have a flash file or folder created. Maybe it's not flash?? Here's the link again:

http://www.rbc.org/radio_and_tv/day_...ry/56796.aspx#
 
Old 10-15-2007, 11:35 PM   #8
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
The video is flash. Ir you right-click on it while it's playing you see the flash options dialog box. I don't get it in my tmp or home directory either. I think a lot of websites use flash so you can't download their videos.
 
Old 10-16-2007, 12:46 AM   #9
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
Quote:
Originally Posted by tommcd View Post
The video is flash. Ir you right-click on it while it's playing you see the flash options dialog box. I don't get it in my tmp or home directory either. I think a lot of websites use flash so you can't download their videos.
The main concept of browsers is that you see only what you have already downloaded (either flash or any other file type). Same goes for streaming.
 
Old 10-16-2007, 01:45 AM   #10
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
Ok. I looked at it. At http://rbc.gospelcom.net/flashplayer/videoplayer.swf is a player which gets the stream data from http://rbc.edgeboss.net/flash/rbc/dod/programs/2045.flv where the stream comes from cp37423.edgefcs.net/ondemand/flash/dc/84/dc848f2ec1b3a9bdb5f0af83dcde7229-46e5677e. So actually you don't need to save stream (videoplayer.swf does it), but to look at the cache where videoplayer.swf made and browser cached swf file lies.

Last edited by Alien_Hominid; 10-20-2007 at 10:23 AM.
 
Old 10-16-2007, 04:32 AM   #11
linuxhippy
Senior Member
 
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Xubuntu, Mythbuntu, Lubuntu, Picuntu, Mint 18.1, Debian Jessie
Posts: 1,207

Original Poster
Rep: Reputation: 47
Quote:
Originally Posted by Alien_Hominid View Post
Ok. I looked at it. At http://rbc.gospelcom.net/flashplayer/videoplayer.swf is a player which gets the stream data from http://rbc.edgeboss.net/flash/rbc/dod/programs/2045.flv where the stream comes from cp37423.edgefcs.net/flash/dc/84/dc848f2ec1b3a9bdb5f0af83dcde7229-46e5677e. So actually you don't need to save stream (videoplayer.swf does it), but to look at the cache where videoplayer.swf made and browser cached swf file lies.
So what would I put into wget to download this?
 
Old 10-16-2007, 06:42 AM   #12
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
Don't need to wget. Check your cache after watching the movie.

Last edited by Alien_Hominid; 10-16-2007 at 06:46 AM.
 
Old 10-16-2007, 07:08 AM   #13
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
if you still having trouble with which cache? you could always open a terminal and use the find or locate command

eg
su (or sudo to get root powers)
find /home -name *.swf

2) if not found, make it / instead of /home
 
Old 10-16-2007, 07:39 AM   #14
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
http://all-streaming-media.com/recor...ware.htm#recmp
 
Old 10-16-2007, 05:32 PM   #15
linuxhippy
Senior Member
 
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Xubuntu, Mythbuntu, Lubuntu, Picuntu, Mint 18.1, Debian Jessie
Posts: 1,207

Original Poster
Rep: Reputation: 47
Quote:
Originally Posted by Alien_Hominid View Post
Don't need to wget. Check your cache after watching the movie.
What file do I search my computer for? I looked for 2 files and found nothing resembling a huge file. I searched for:

*.swf
and
dc848f2ec1b3a9bdb5f0af83dcde7229-46e5677e
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem {saving as} movie clip? Balarabay1 Linux - Software 1 12-05-2006 06:30 AM
Getting Flash Movie from a Website GavinX Linux - Software 2 09-28-2005 09:19 PM
i can't hear sound from flash movie. something with my flash plugin? Choey Slackware 2 11-02-2003 03:53 PM
Saving Flash/Converting Flash shooter Linux - General 1 09-13-2003 11:22 PM
Saving Streaming Video Program yamaduc Linux - Software 1 06-19-2003 04:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration