I am trying to download a video from this website.
I am using Firefox and I have tried using many types of downloaders, but they only get the player and other Shockwave components instead of the video.
browserdownloadflashvideo
I am trying to download a video from this website.
I am using Firefox and I have tried using many types of downloaders, but they only get the player and other Shockwave components instead of the video.
Best Answer
Some ideas:
if you have the stream URL, try VLC Player (it supports HTTP, RTSP, RTMP, MMS (e.g. WMV, ASF), FTP, RTP/UDP, etc.), you can output the stream to the file from GUI or command line
try Video DownloadHelper extension for Firefox
try Grab Any Media for Chrome browser,
on Windows, try RTMP Explorer, should work well (in *nix you can run it under wine)
download standalone Adobe Player and try there
on Windows, try StreamTransport
on Linux/Mac, Firefox stores the video in /tmp/. In example one of the youtube video is stored as /tmp/FlashllvkDZ Just copy the file to a safe place before rebooting erases it. Also Firefox often erases it when you go to the next video.
try gnash or ffplay
e.g.
gnash http://example.com/loader.swf?mediaId=53bb595914544ff2ae0d45a499b5dd23
try mplayer (only if the link is a flash movie)
e.g.:
mplayer -dumpstream -dumpfile test.swf "http://assets.espn.go.com/swf/espnradio/08/stations_stw1.swf?&callsign=WTEMAMAAC&mp3cs=WTEMAM"
try RTMPDumpHelper
you can use RTMPDump to dump it, command example:
rtmpdump -r "rtmpe://mbc2.csl.delvenetworks.com:1935/a6344/d1/" -a "a6344/d1/" -f "WIN 11,1,102,55" -W "http://s.delvenetworks.com/deployments/player/player-3.37.5.12.swf" -p "http://shahid.mbc.net/media/video/25857/59" -y "mp4:media/2fda1d3fd7ab453cad983544e8ed70e4/97077312a6ac4572892a4bfdba75b9a3-098cac003c11481db1ae72e974a7244f/style_s2012_e59_vod.mp4" -o "style_s2012_e59_vod.flv"
If you still can't figure it out, use swfdec or swftools (SWFExtract) to dump/debug the data from flash file directly. You can also debug the flash URL online with Show My Code and look for any direct links.
See more information at: