giavoni / get-flash-videos

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

always falls back on generic, can't find Hulu.pm #299

Closed GoogleCodeExporter closed 9 years ago

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

1.Download rtmpdump from git and install
2.Download get-flash-vidoes from git and install
3.get_flash_videos --add-plugin 
http://gitorious.org/get-flash-videos-plugins/gfv-plugins/blobs/raw/release/Hulu
.pm
4.Try to download any video from Hulu (here, I repeat the same request as given 
in issue 297)

get_flash_videos --debug 
http://www.hulu.com/watch/228902/surf-chronicles-surfing-in-sunny-california#x-0
,vepisode,1,0 2>&1 |tee log

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

I expected to see a file similar to posted in 297 --
instead it appears that the plugin isn't found but it is
there...

$ ls ~/.get_flash_videos/plugins/Hulu.pm
/home/dfc/.get_flash_videos/plugins/Hulu.pm

What version of the product are you using? On what operating system?

get_flash_videos version 1.25 (http://code.google.com/p/get-flash-videos/)

RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL

Please provide any additional information below.

Original issue reported on code.google.com by etcvar...@gmail.com on 15 Aug 2011 at 12:12

Attachments:

GoogleCodeExporter commented 9 years ago
The problem turns out to be that HMAC_MD5.pm was missing from my Fedora 14 
install. Running strace on get_flash_videos revealed that it silently skips the 
plugin when HMAC_MD5 is AWOL. When I installed perl-Digest-HMAC (and its 
dependencies) get_flash_videos worked in the same way as in 297. That is, it 
failed at the same point trying to carry out the handshake.

Original comment by etcvar...@gmail.com on 17 Aug 2011 at 1:08

GoogleCodeExporter commented 9 years ago
Thanks for this. I was curious as to why it was skipping too. FYI for any 
Ubuntu/Debian people reading this, the package name is libdigest-hmac-perl

Original comment by and...@andrewgee.net on 3 Sep 2011 at 1:56

GoogleCodeExporter commented 9 years ago
I've updated the installation instructions with details for Debian/Ubuntu users 
on the wiki page:
https://gitorious.org/get-flash-videos-plugins/pages/Hulu

Thanks

Original comment by zakflash...@gmail.com on 9 Apr 2012 at 4:04