Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 02-27-2013, 10:31 AM
gumby gumby is offline
Junior Member
 
Join Date: Feb 2013
Posts: 10
gumby is on a distinguished road
Unhappy

I can’t seem to download this video and I’ve tried many programs


Hi. I’ve been going mad the last two days trying to download this video:

http://www.hrc.utexas.edu/multimedia...ein_oscar.html

I’ve tried all my Firefox video download add-ons including Greasemonkey with the Unembed script and the Firefox Embedded Objects add-on, VideoCacheView, RealPlayer, Orbit and StreamTransport. None of them are able to detect the video and download it. It appears to be a JW Player flash video.

Can anyone help me find a tool to download this video? Thanks so much for any help.
Reply With Quote
  #2  
Old 02-27-2013, 10:55 AM
oelk oelk is offline
Member
 
Join Date: Nov 2011
Posts: 44
oelk is on a distinguished road
Default

Re: I can’t seem to download this video and I’ve tried many programs


I used rtmpsrv to get this for you:
Code:
rtmpdump -r "rtmp://128.83.227.182/vod/2008/wallace" -a "vod/2008/wallace" -f "LNX 11,6,602,167" -W "http://www.hrc.utexas.edu/images/flash/flvplayer.swf" -p "http://www.hrc.utexas.edu/multimedia/video/2008/wallace/hammerstein_oscar.html" -y "hammerstein_oscar" -o hammerstein_oscar.flv
Reply With Quote
  #3  
Old 02-27-2013, 11:56 AM
gumby gumby is offline
Junior Member
 
Join Date: Feb 2013
Posts: 10
gumby is on a distinguished road
Default

Re: I can’t seem to download this video and I’ve tried many programs


Quote:
Originally Posted by oelk View Post
I used rtmpsrv to get this for you:
Code:
rtmpdump -r "rtmp://128.83.227.182/vod/2008/wallace" -a "vod/2008/wallace" -f "LNX 11,6,602,167" -W "http://www.hrc.utexas.edu/images/flash/flvplayer.swf" -p "http://www.hrc.utexas.edu/multimedia/video/2008/wallace/hammerstein_oscar.html" -y "hammerstein_oscar" -o hammerstein_oscar.flv
Thanks so much oelk. But how do I get the file? I tried entering your code into Firefox URL field but that didn't work. Do I have to install rtmpsrv? I've heard that's a difficult program to use.
Reply With Quote
  #4  
Old 02-27-2013, 12:32 PM
evol evol is offline
Senior Member
 
Join Date: Jun 2011
Posts: 228
evol is on a distinguished road
Default

Re: I can’t seem to download this video and I’ve tried many programs


Quote:
Originally Posted by gumby View Post
Thanks so much oelk. But how do I get the file? I tried entering your code into Firefox URL field but that didn't work. Do I have to install rtmpsrv? I've heard that's a difficult program to use.
Download to a folder on your desktop - http://www.mediafire.com/?a2u20kc21bi4idc

Right click the folder while pressing the shift key and choose "Open command window here"

Copy & paste this in the cmd window that opens
Code:
rtmpdump -r "rtmp://128.83.227.182/vod/2008/wallace" -a "vod/2008/wallace" -f "LNX 11,6,602,167" -W "http://www.hrc.utexas.edu/images/flash/flvplayer.swf" -p "http://www.hrc.utexas.edu/multimedia/video/2008/wallace/hammerstein_oscar.html" -y "hammerstein_oscar" -o hammerstein_oscar.flv
Reply With Quote
  #5  
Old 02-27-2013, 12:36 PM
gumby gumby is offline
Junior Member
 
Join Date: Feb 2013
Posts: 10
gumby is on a distinguished road
Default

Re: I can’t seem to download this video and I’ve tried many programs


I downloaded RTMP Explorer, which seems to contain the files for rmptsrv and rmptdump in its zip file. I entered your code in the Explorer field and clicked Go, and got the message,

"This program cannot display the webpage
Most likely causes:
You are not connected to the Internet.
The website is encountering problems.
There might be a typing error in the address.

What you can try:
Check your Internet connection. Try visiting another website to make sure you are connected.

Retype the address.

Go back to the previous page.

More information

This problem can be caused by a variety of issues, including:

Internet connectivity has been lost.
The website is temporarily unavailable.
The Domain Name Server (DNS) is not reachable.
The Domain Name Server (DNS) does not have a listing for the website's domain."

Am I doing something wrong?
Reply With Quote
  #6  
Old 02-27-2013, 12:49 PM
gumby gumby is offline
Junior Member
 
Join Date: Feb 2013
Posts: 10
gumby is on a distinguished road
Default

Re: I can’t seem to download this video and I’ve tried many programs


Quote:
Originally Posted by evol View Post
Download to a folder on your desktop - http://www.mediafire.com/?a2u20kc21bi4idc

Right click the folder while pressing the shift key and choose "Open command window here"

Copy & paste this in the cmd window that opens
Code:
rtmpdump -r "rtmp://128.83.227.182/vod/2008/wallace" -a "vod/2008/wallace" -f "LNX 11,6,602,167" -W "http://www.hrc.utexas.edu/images/flash/flvplayer.swf" -p "http://www.hrc.utexas.edu/multimedia/video/2008/wallace/hammerstein_oscar.html" -y "hammerstein_oscar" -o hammerstein_oscar.flv
Thanks evol, but when I downloaded that file, Avira said it contains a virus "BDS/Backdoor.Gen". Is this a false positive?
Reply With Quote
  #7  
Old 02-27-2013, 01:00 PM
evol evol is offline
Senior Member
 
Join Date: Jun 2011
Posts: 228
evol is on a distinguished road
Default

Re: I can’t seem to download this video and I’ve tried many programs


Quote:
Originally Posted by gumby View Post
Thanks evol, but when I downloaded that file, Avira said it contains a virus "BDS/Backdoor.Gen". Is this a false positive?
Yes of course its a false positive its the latest rtmpdump compiled by KSV
Reply With Quote
  #8  
Old 02-27-2013, 01:00 PM
gumby gumby is offline
Junior Member
 
Join Date: Feb 2013
Posts: 10
gumby is on a distinguished road
Default

Re: I can’t seem to download this video and I’ve tried many programs


I tried your instructions using the version of RTMP Dump that came with RTMP Explorer. Right click-shift gave no "Open Command Window Here" option--I'm running XP. I did try to just "Open" and a command prompt screen opened momentarily then disappeared every time I tried it.
Reply With Quote
  #9  
Old 02-27-2013, 01:06 PM
gumby gumby is offline
Junior Member
 
Join Date: Feb 2013
Posts: 10
gumby is on a distinguished road
Default

Re: I can’t seem to download this video and I’ve tried many programs


Quote:
Originally Posted by evol View Post
Download to a folder on your desktop - http://www.mediafire.com/?a2u20kc21bi4idc

Right click the folder while pressing the shift key and choose "Open command window here"
That link is a zip file, which I unzipped to a folder. Do you mean right click the FOLDER that contains the unzipped files or the rtmpdump.exe file? Right clicking the folder + Shift doesn't give an "open command window here" menu item, nor does the file.
Reply With Quote
  #10  
Old 02-27-2013, 01:19 PM
gumby gumby is offline
Junior Member
 
Join Date: Feb 2013
Posts: 10
gumby is on a distinguished road
Default

Re: I can’t seem to download this video and I’ve tried many programs


Okay, I am using the file that you linked for me. RTMPdump.exe only opens a command window for 1/10 of a second, then it disappears. But RTMPsrv.exe and RTMPsuck.exe both open command windows that stay there and let me enter the code. So I entered the code in rtmpsrv.exe and rtmpsuck.exe and pressed Enter. In both windows I got a long list of "Unknown Command, Ignoring" results. I have no idea if any file is downloading, as it doesn't tell me.

So I guess I need more specific instructions. Thanks.
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 12:57 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons