LinuxQuestions.org
Go Job Hunting at the LQ Job Marketplace
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Newbie
User Name
Password
Linux - Newbie This 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

Tags used in this thread
Popular LQ Tags , , , , , ,

Reply
 
Thread Tools
Old 05-14-2009, 07:06 PM   #1
debhead
LQ Newbie
 
Registered: May 2009
Posts: 5
Thanked: 0
Post How to download online streaming flash video file?


[Log in to get rid of this advertisement]
Hello guys

Can you pls guide me through how to download the following file:

http://plus7.arte.tv/flash/artep7.sw...lNoCaption.swf

I tried mplayer ($mplayer-dumpstream -dumpfile blah.flv <above URL>).

I tried FlashGot and Unplug addons in my browser, Iceweasel.

I tried to track the file down in my temp file in mozilla cache.

Nothing worked! I'd appreciate a prompt reply. Thanks.

Ciao.

PS. I use debian. And prefer a solution devoid of mencoder.
debhead is offline  
Tag This Post , , , , , ,
Reply With Quote
Old 05-14-2009, 07:45 PM   #2
hoodooman
Member
 
Registered: Oct 2006
Location: Stirling in Scotland
Distribution: Slackware 13 64bit
Posts: 179
Thanked: 15
try this

https://addons.mozilla.org/en-US/firefox/addon/3006

I was able to download the file using this.
hoodooman is offline     Reply With Quote
Old 05-14-2009, 08:09 PM   #3
debhead
LQ Newbie
 
Registered: May 2009
Posts: 5
Thanked: 0

Original Poster
It only downloads part of the file. only 50 kB

Were you able to download the whole 26 mins?
debhead is offline     Reply With Quote
Old 05-15-2009, 02:46 AM   #4
hoodooman
Member
 
Registered: Oct 2006
Location: Stirling in Scotland
Distribution: Slackware 13 64bit
Posts: 179
Thanked: 15
Sorry.No I wasn't.Download appears to work and then fails.Just checked my download folder.
hoodooman is offline     Reply With Quote
Old 05-15-2009, 03:08 AM   #5
Libu
Member
 
Registered: Oct 2003
Location: Chennai
Distribution: Slackware 12.1
Posts: 165
Thanked: 11
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.
Libu is offline     Reply With Quote
Old 05-15-2009, 03:59 AM   #6
debhead
LQ Newbie
 
Registered: May 2009
Posts: 5
Thanked: 0

Original Poster
No, I tried the cache folder already. No luck! It doesn't buffer like the youtube flash videos.

I badly need this. Does anyone know how to use mencoder then (to download this file)?
debhead is offline     Reply With Quote
Old 05-15-2009, 04:27 AM   #7
H_TeXMeX_H
Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 6,739
Blog Entries: 2
Thanked: 216
looks like it's using the rtmp protocol:
rtmp://flashstreaming.plus7.arte.tv/ondemand/flash/arteprod/A7_SGT_ENC_10_040953-011-A_PG_MQ_DE.flv

http://en.wikipedia.org/wiki/Real_Ti...aging_Protocol

So try using something that supports rtmp to dump the video to a file. Not sure but maybe xbmc might work.
H_TeXMeX_H is offline     Reply With Quote
Old 05-15-2009, 05:12 AM   #8
Vit77
Member
 
Registered: Jun 2008
Location: Ukraine
Distribution: Mandriva, RHEL
Posts: 121
Thanked: 2
There's Online FLV Converter: http://vixy.net/
I can't check it out myself with your url because of strict policy
Give it a try.
Vit77 is offline     Reply With Quote
Old 05-15-2009, 07:00 AM   #9
debhead
LQ Newbie
 
Registered: May 2009
Posts: 5
Thanked: 0

Original Poster
http://vixy.net/ didn't work. gives the following error.

----------
Error: URL resolve error. (YouTube.com is down??)
----------

H_TeXMeX_H, i'm looking in to your suggestion. i also noted it earlier. but, didn't know how to deal with it.
debhead is offline     Reply With Quote
Old 05-15-2009, 07:52 AM   #10
debhead
LQ Newbie
 
Registered: May 2009
Posts: 5
Thanked: 0

Original Poster
RTMP protocol can be handled with Orbit Downloader. But, it's only available for windows.

I don't know how to handle XBMC for debian. Can someone advice me?

Any other ideas?
debhead is offline     Reply With Quote
Old 05-15-2009, 08:44 AM   #11
H_TeXMeX_H
Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 6,739
Blog Entries: 2
Thanked: 216
you could try running that program through wine:
http://appdb.winehq.org/objectManage...ation&iId=7045

I'm not even sure xbmc will work, but you could try downloading from svn and compiling it, they only have binaries for ubuntu.

Last edited by H_TeXMeX_H; 05-15-2009 at 08:46 AM..
H_TeXMeX_H is offline     Reply With Quote
Old 07-26-2009, 10:56 PM   #12
juanctes
Member
 
Registered: Dec 2004
Location: Argentina, corrientes (far from buenos aires, to the north)
Distribution: gentoo
Posts: 72
Thanked: 0
Hi, I do this by executing the following command:
Quote:
grep -l FLV `lsof | grep firefox | grep Flash | awk '{print $9}' `
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>
juanctes is offline     Reply With Quote
Old 08-23-2009, 11:34 AM   #13
H_TeXMeX_H
Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 6,739
Blog Entries: 2
Thanked: 216
If you check the news you'll see that recently Adobe$ sent a cease and desist order to a project that could dump rtmp video.
linux H_TeXMeX_H is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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
Firefox / Flash Player problem: Online video will play only audio, video is white. NOoBuntuLinux Linux - Software 1 03-28-2009 01:57 AM
Restricting bandwidth to streaming video and flash Histamine Linux - Networking 0 02-26-2008 10:44 PM
tomcat+apache with large flash or streaming video. a1danel Linux - Server 1 12-16-2007 07:13 PM
download streaming video Latem Linux - Software 3 01-27-2005 08:06 PM
download streaming video? sohmc Linux - Software 2 10-10-2004 04:03 PM


All times are GMT -5. The time now is 01:45 AM.

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration