Download videos from Delve Player

5

1

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.

Coupon22

Posted 2013-01-20T22:19:37.307

Reputation: 151

Example of such video: http://assets.delvenetworks.com/player/loader.swf?mediaId=611d2f750bb546fda515cdb4b9701b29

– kenorb – 2013-03-05T14:04:17.057

WARNING: *StreamTransport* installs A LOT of adware. I tried the suggested downloads above and got an adware attack because of StreamTransport. – Trinity – 2014-02-19T03:41:53.840

I haven't gotten any adware from StreamTransport and it worked, but I was probably an exception. I haven't used it sense though. – Coupon22 – 2014-03-22T22:11:17.470

Answers

4

Some ideas:

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:

kenorb

Posted 2013-01-20T22:19:37.307

Reputation: 16 795

1

Thanks, that's a really comprehensive list :) The only other option which comes spontaneously to mind is to use Wireshark (http://www.wireshark.org) to capture the TCP stream directly. However that's only feasible for not too big videos and has to fail if the stream is encrypted (e.g. rtmpe://).

– mpy – 2013-03-05T15:50:36.997

3

Some great suggestions in the other post. I can confirm that RTMP Explorer works great.

  1. Download the RTMP Explorer ZIP file
  2. Extract the ZIP file and then run rtmpExplorer.exe
  3. When the application window opens, put the URL of the webpage in the box and hit "Go" enter image description here
  4. Right click the video player and select the resolution you want to download enter image description here
  5. Hit play
  6. Wait for the download to complete and reach 100% enter image description here
  7. The video file has now been saved in the same folder as the EXE enter image description here

Simon East

Posted 2013-01-20T22:19:37.307

Reputation: 2 414

That... didn't work for flash videos. Explorer just asks me to download flash and doesn't offer any right-click functionality. – some1 – 2014-10-21T06:46:25.697