rt2yrru / get-flash-videos

Automatically exported from code.google.com/p/get-flash-videos
0 stars 0 forks source link

rtmpdump requires host option #448

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Install rtmpdump on OSX (Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 
PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64)
git clone git://git.ffmpeg.org/rtmpdumpsudo 
make SYS=darwin

2. Install get_flash_videos, as per wiki instructions:
curl -o get_flash_videos 
http://get-flash-videos.googlecode.com/files/combined-get_flash_videos-1.24
chmod a+x get_flash_videos

3. Install LWP
sudo cpan LWP

4. Use get_flash_vidoes:
./get_flash_videos -p 
http://videolectures.net/ijcai2011_durrant_whyte_automation/

What is the expected output? What do you see instead?

I expect it to download the video, what I get instead is:
Downloading http://videolectures.net/ijcai2011_durrant_whyte_automation/
Using method 'videolectures' for 
http://videolectures.net/ijcai2011_durrant_whyte_automation/
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
rtmpdump: ERROR: You must specify a hostname (--host) or url (-r 
"rtmp://host[:port]/playpath") containing a hostname
Download failed, no valid file downloaded
Couldn't download any videos.

What version of the product are you using? On what operating system?
this version:
curl -o get_flash_videos 
http://get-flash-videos.googlecode.com/files/combined-get_flash_videos-1.24

OSX mountain lion (Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; 
root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64)

Please provide any additional information below.

get_flash_videos should specify the hostname to rtmpdump. 

Original issue reported on code.google.com by aboe...@gmail.com on 2 Nov 2012 at 3:16

GoogleCodeExporter commented 8 years ago
That's an old version, latest works for my OpenBSD machine....

$ get_flash_videos http://videolectures.net/ijcai2011_durrant_whyte_automation/
Using method 'videolectures' for 
http://videolectures.net/ijcai2011_durrant_whyte_automation/
Downloading http://videolectures.net/ijcai2011_durrant_whyte_automation/
RTMPDump 2.4pl2
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration              3035.00
INFO:   width                 500.00
INFO:   height                280.00
INFO:   videodatarate         350.00
INFO:   framerate             25.00
INFO:   videocodecid          4.00
INFO:   audiodatarate         128.00
INFO:   audiodelay            0.03
INFO:   audiocodecid          2.00
INFO:   canSeekToEnd          TRUE
Hugh_Durrant-Whyte_-_Sun,_Surf_and_Automation__A_Decade_of_Field_Robotics_in_Aus
tralia.flv: 0% (291.11 / 291109.00 KiB)^C

Try the latest version from here

https://github.com/njtaylor/get-flash-videos/downloads

Original comment by njtaylor...@gmail.com on 2 Nov 2012 at 3:23

GoogleCodeExporter commented 8 years ago
Yes, after installing cpan WWW::Mechanize the latest version beings the 
download, thanks!

Please close this issue.

Original comment by aboe...@gmail.com on 3 Nov 2012 at 1:06

GoogleCodeExporter commented 8 years ago

Original comment by zakflash...@gmail.com on 8 Nov 2012 at 7:33