Author Topic: Way to download streaming video?  (Read 3404 times)

Offline scottws

  • Gold Member
  • *
  • Posts: 6,603
    • Facebook Me
Way to download streaming video?
« on: Sunday, November 04, 2007, 10:50:32 AM »
There is a video online that I want to save to my computer, but it's a streaming WMV.  Does anyone know any way to actually save it to your computer?  I can't seem to find an option in WMP to do that.

Offline nickclone

  • Veteran
  • ****
  • Posts: 1,272
Re: Way to download streaming video?
« Reply #1 on: Sunday, November 04, 2007, 10:54:10 AM »
You can try viewing the page source or viewing the properties of the video.

Offline scottws

  • Gold Member
  • *
  • Posts: 6,603
    • Facebook Me
Re: Way to download streaming video?
« Reply #2 on: Sunday, November 04, 2007, 11:08:43 AM »
Yeah I found the video in page source, but it's a streaming video, even in WMP.  Properties didn't help.

Offline Cobra951

  • Gold Member
  • *
  • Posts: 8,934
Re: Way to download streaming video?
« Reply #3 on: Sunday, November 04, 2007, 11:13:36 AM »
I'm curious about this too.  I can grab most videos except when streaming is a property of the video itself.  My feeling is that you're going to have to record it as it comes in, somehow.  If there's a better answer, I want to hear it too.

Offline nickclone

  • Veteran
  • ****
  • Posts: 1,272
Re: Way to download streaming video?
« Reply #4 on: Sunday, November 04, 2007, 11:18:51 AM »
You can try a site ripper, but I can promise you that its more trouble than its worth. I tried it once and gave up out of frustration.

Offline idolminds

  • ZOMG!
  • Administrator
  • Forum god
  • *
  • Posts: 11,940
Re: Way to download streaming video?
« Reply #5 on: Sunday, November 04, 2007, 11:29:21 AM »
I've used this in the past.

Offline scottws

  • Gold Member
  • *
  • Posts: 6,603
    • Facebook Me
Re: Way to download streaming video?
« Reply #6 on: Sunday, November 04, 2007, 01:14:48 PM »
This site suggests using wget.  Seems like a really good idea.  I didn't think of that.

Offline idolminds

  • ZOMG!
  • Administrator
  • Forum god
  • *
  • Posts: 11,940
Re: Way to download streaming video?
« Reply #7 on: Sunday, November 04, 2007, 01:19:22 PM »
I didnt know wget could do that. Awesome.

Offline WindAndConfusion

  • Veteran
  • ****
  • Posts: 1,336
Re: Way to download streaming video?
« Reply #8 on: Sunday, November 04, 2007, 03:34:30 PM »
So, did wget work?

Offline scottws

  • Gold Member
  • *
  • Posts: 6,603
    • Facebook Me
Re: Way to download streaming video?
« Reply #9 on: Sunday, November 04, 2007, 06:29:35 PM »
No, wget did not work.  It downloaded a 1kB file.  When I try to open in, WMP says "The file you are attempting to play has an extension (.WMV) that does not match the file format."

I opened the WMV file it downloaded in notepad and found this:

Code: [Select]
[Reference]
Ref1=http://70.61.148.132/WXOD/WCT%2016094.WMV?MSWMExt=.asf
Ref2=http://70.61.148.132:80/WXOD/WCT%2016094.WMV?MSWMExt=.asf

But I can't seem to do anything with that info.

Offline scottws

  • Gold Member
  • *
  • Posts: 6,603
    • Facebook Me
Re: Way to download streaming video?
« Reply #10 on: Sunday, November 04, 2007, 06:54:43 PM »
I tried using VLC player but it can't play the file at all.

One of the sucky things is that I can't even view the damn stream.  The audio is fine, but the video locks on a frame for 30-40 seconds at a time.

Offline WindAndConfusion

  • Veteran
  • ****
  • Posts: 1,336
Re: Way to download streaming video?
« Reply #11 on: Sunday, November 04, 2007, 10:18:50 PM »
VLC doesn't work, even if you try opening it as a network stream?

Offline nickclone

  • Veteran
  • ****
  • Posts: 1,272
Re: Way to download streaming video?
« Reply #12 on: Sunday, November 04, 2007, 11:10:45 PM »
Have you tried Media Played Classic?

Offline Xessive

  • Gold Member
  • *
  • Posts: 9,920
    • XSV @ deviantART
Re: Way to download streaming video?
« Reply #13 on: Monday, November 05, 2007, 04:56:23 AM »
VideoDownloader Firefox plugin works pretty well for me.

Offline Cobra951

  • Gold Member
  • *
  • Posts: 8,934
Re: Way to download streaming video?
« Reply #14 on: Monday, November 05, 2007, 08:07:00 AM »
That's for Flash video (FLV) which ironically is not a streaming video format.  (You can get at the whole file all at once.)  WMV9 can have streaming as a property of the video itself, meaning that when you download the video, you get something like a 1 KB file, to get the ball rolling.  Getting the streaming video data must be more than a passive download process (?).

This page claims to have the answers.  Check it out.

Edit:  The link to GAS there is dead.  After some frustration with Japanese sites, I found this link to an even newer version.  The UI is in English, although release notes and help are not.

Offline scottws

  • Gold Member
  • *
  • Posts: 6,603
    • Facebook Me
Re: Way to download streaming video?
« Reply #15 on: Monday, November 05, 2007, 08:51:06 AM »
VLC doesn't work, even if you try opening it as a network stream?
Nope.

Offline scottws

  • Gold Member
  • *
  • Posts: 6,603
    • Facebook Me
Re: Way to download streaming video?
« Reply #16 on: Monday, November 05, 2007, 09:46:00 AM »
This page claims to have the answers.  Check it out.

Edit:  The link to GAS there is dead.  After some frustration with Japanese sites, I found this link to an even newer version.  The UI is in English, although release notes and help are not.
That program seems to want files ending in ASX.  Mine ends in WMV and the file downloaded references ASF files.

Offline Cobra951

  • Gold Member
  • *
  • Posts: 8,934
Re: Way to download streaming video?
« Reply #17 on: Monday, November 05, 2007, 01:54:55 PM »
According to this page, the ASX is a metadata file which references the ASF, which is the actual media file.  It's supposed to be a short text file.  Don't know if that helps, but there it is.  Did you try the VLC method described after GAS in my first link?