Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   get-flash-videos (http://stream-recorder.com/forum/forumdisplay.php?f=70)
-   -  

can't download from hulu anymore

(http://stream-recorder.com/forum/showthread.php?t=13533)

chanc 09-02-2012 07:05 AM

can't download from hulu anymore


 
F:\rtmpdump>perl get_flash_videos --proxy http://127.0.0.1:8087 --subtitles http
://www.hulu.com/watch/341145#s-p1-so-i0
Downloading http://www.hulu.com/watch/341145#s-p1-so-i0
Using method 'hulu' for http://www.hulu.com/watch/341145#s-p1-so-i0
Found Hulu CID: 6768293
Found Hulu EID: l5GqyEhYhBlmRKIlatDXyA
Hulu subtitles file: American_Dad_-S07E14-Stan_s_Best_Friend.srt
Subtitle file American_Dad_-S07E14-Stan_s_Best_Friend.srt already exists and has
stuff in it - not overwriting
Error: Couldn't get RTMP url at /loader/0x154ada4/FlashVideo/Site/Hulu.pm line 2
72.

Couldn't extract Flash movie URL. This site may need specific support adding,
or fixing.

Please confirm the site is using Flash video and if you have Flash available
check that the URL really works(!).

Check for updates by running: get_flash_videos --update

If the latest version does not support this please open a bug (or
contribute a patch!) at http://code.google.com/p/get-flash-videos/
make sure you include the output with --debug enabled.
Couldn't download any videos.

what's wrong ? please help me .

svnpenn 09-02-2012 08:26 AM

Re: can't download from hulu anymore


 
If you have Cygwin, you can use hulu.sh script

Code:

$ hulu.sh
Press enter after video starts

Printing results
 0      400_h264      limelight
 1      400_h264      level3
 2      400_h264      akamai
 3      1000_h264      limelight
 4      1000_h264      level3
 5      1000_h264      akamai
 6      650_h264      limelight
 7      650_h264      level3
 8      650_h264      akamai
 9        480_vp6      limelight
10        480_vp6      level3
11        480_vp6      akamai
12      400_h264      limelight
Make choice. Avoid level3.
3
+ rtmpdump -W http://download.hulu.com/huludesktop.swf -a 'a2461/o23?as=adobe-hm
ac-sha256&av=1&te=connect&mp=545/60050545&et=1346596092&fmta-token=9beaa1fa97598
a24e38866f046ea9d80bfd75d859630a5419679616ac032d5b3&hgt=OZU7Pvs7j27-nhteNno7wu65
AP_yBvVNgBi78q-N59r2HbjHI0TW6H4xqSkm4TtHMkGYTqSJlL3FF_plaFByexDSrUhgmx1ii4SVddbQ
Mu_8r3U4YqvHOXPThaZXlh6QS9p1cXZjLZvYXmcdjJS2oXXJZ4Nx1UzCIb9LKunHXdc8uLBn8BQ0vEN9
QW8ayDUI1Lpn-yX8C2x4yQa897_cmWWJKdInP3RD6SxMQub8K0tEMAUvGun3sAdos5EfwPeHkPWrxiCa
tOmoGfYXT5SgVjwMVXB9_UYOfJfxb048scg=&hgt_ver=331370278' -o out.flv -r rtmpe://hu
lu-545.fcod.llnwd.net/a2461/o23 -y mp4:545/60050545/agave50274698_9697355_H264_1
000.mp4
RTMPDump v2.4-35-ge0056c5
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:  duration              1313.46
INFO:  moovPosition          36.00
INFO:  width                720.00
INFO:  height                400.00
INFO:  videocodecid          avc1
INFO:  audiocodecid          mp4a
INFO:  avcprofile            100.00
INFO:  avclevel              30.00
INFO:  aacaot                2.00
INFO:  videoframerate        23.98
INFO:  audiosamplerate      22050.00
INFO:  audiochannels        2.00
INFO: tags:
INFO:  ┬⌐too                Hulu v1.10
INFO: trackinfo:
INFO:  length                31520489.00
INFO:  timescale            24000.00
INFO:  language              und
INFO: sampledescription:
INFO:  sampletype            avc1
INFO:  length                57923584.00
INFO:  timescale            44100.00
INFO:  language              und
INFO: sampledescription:
INFO:  sampletype            mp4a
15277.001 kB / 265.26 sec (20.1%)


chanc 09-04-2012 05:45 AM

Re: can't download from hulu anymore


 
it seems to be working well!
but i have never tried linux before.
can i make it ?

chanc 09-04-2012 07:40 AM

Re: can't download from hulu anymore


 
-bash-4.1$ hulu.sh
/opt/etc/hulu.sh: line 3: $'\r': command not found
/opt/etc/hulu.sh: line 4: syntax error near unexpected token `$'{\r''
'opt/etc/hulu.sh: line 4: `pidof(){
-bash-4.1$

after i copy the code from the web and paste it on txt, then rename it as .sh, run it , and get the response above.

on which step did i mess it up ?

chanc 09-04-2012 07:59 AM

Re: can't download from hulu anymore


 
-bash-4.1$ /cygdrive/c/cygwin/svnetc/hulu.sh
Press enter after video starts

Printing results
Usage: dumper [OPTION] FILENAME WIN32PID

Dump core from WIN32PID to FILENAME.core

-d, --verbose be verbose while dumping
-h, --help output help information and exit
-q, --quiet be quiet while dumping (default)
-V, --version output version information and exit

Make choice. Avoid level3.
-q
+ rtmpdump -W http://download.hulu.com/huludesktop.swf -a '?' -o out.flv -r '' -y ''
/cygdrive/c/cygwin/svnetc/hulu.sh: line 45: rtmpdump: command not found

it seems hulu.sh has met some problems.
help me , please.

svnpenn 09-04-2012 03:57 PM

Re: can't download from hulu anymore


 
I uploaded a fix for this problem, try it again.

evol 09-05-2012 01:24 AM

Re: can't download from hulu anymore


 
@ svnpenn quick question when downloading and installing Cygwin do we use the full or basic package ?

Just finally thinking to give your scripts ago on windows. :)

svnpenn 09-05-2012 04:46 AM

Re: can't download from hulu anymore


 
Quote:

Originally Posted by evol (Post 53796)
@ svnpenn quick question when downloading and installing Cygwin do we use the full or basic package ?

Just finally thinking to give your scripts ago on windows. :)

I installed Cygwin just now, as a test. I did not see any options for "full" or "basic"; so I'm not sure how to answer this.

evol 09-05-2012 07:12 AM

Re: can't download from hulu anymore


 
Sorry i meant packages :o

svnpenn 09-05-2012 07:40 AM

Re: can't download from hulu anymore


 
Quote:

Originally Posted by evol (Post 53807)
Sorry i meant packages :o

Mate, I have no idea what you are talking about. You simply download "setup.exe" and run the installation with default options. If you are having this much trouble installing Cygwin, then this script might not be for you.

chanc 09-05-2012 09:14 AM

Re: can't download from hulu anymore


 
thanks a lot for your generous help!
but when I went to http://github.com/svnpenn/etc/blob/master/hulu.sh
I got the version updated two months ago.I remember the latest hulu.sh was uploaded on Aug 31. where is the latest update ?
besides, after I ran cygwin for a while , I got a file named p.core on my desktop, and the code turns like this :

-sh-4.1$ /etc/hulu.sh
cygwin warning:
MS-DOS style path detected: C:\WINDOWS\system32/Macromed/Flash/mms.cfg
Preferred POSIX equivalent is: /cygdrive/c/WINDOWS/system32/Macromed/Flash/mms.cfg
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/usin...sing-pathnames
Press enter after video starts

Printing results
Usage: dumper [OPTION] FILENAME WIN32PID

Dump core from WIN32PID to FILENAME.core

-d, --verbose be verbose while dumping
-h, --help output help information and exit
-q, --quiet be quiet while dumping (default)
-V, --version output version information and exit

Make choice. Avoid level3.
-p
/etc/hulu.sh: line 37: plugin-container.exe: syntax error: invalid arithmetic operator (error token is ".exe")
+ rtmpdump -W http://download.hulu.com/huludesktop.swf -a '?' -o out.flv -r '' -y ''
/etc/hulu.sh: line 45: rtmpdump: command not found
-sh-4.1$

besides. where should I place rtmpdump ? Into the folder the same as hulu.sh and rtmpdump host.sh OR somewhere else ?
and which web browser should I use ? if I use firefox, after I run /etc/hulu.sh, the video just stops, and it says adobe flash player has collapsed.
i think i am foolish enough as to need a step by step tutorial, from the install of every necessary software to the code i need to type in .
Desperately need help.

evol 09-05-2012 01:17 PM

Re: can't download from hulu anymore


 
Quote:

Originally Posted by svnpenn (Post 53808)
Mate, I have no idea what you are talking about. You simply download "setup.exe" and run the installation with default options. If you are having this much trouble installing Cygwin, then this script might not be for you.

Forget it no the f*cking wonder people have a problem with you round here with a attitude like that. I asked a clear question all i wanted to know was if the standard install was sufficient or add a few more extra packages. I must of been seeing things when i installed it then and no im no noob at this kind of thing. Like ive told you before or have you forgot i can do what your script does quite easy under any Linux distro.

Next time ill not bother asking anything like many others in case big bad svnpenn bites their head off.

svnpenn 09-05-2012 02:01 PM

Re: can't download from hulu anymore


 
Quote:

Originally Posted by evol (Post 53816)
Forget it no the f*cking wonder people have a problem with you round here with a attitude like that. I asked a clear question all i wanted to know was if the standard install was sufficient or add a few more extra packages. I must of been seeing things when i installed it then and no im no noob at this kind of thing. Like ive told you before or have you forgot i can do what your script does quite easy under any Linux distro.

Next time ill not bother asking anything like many others in case big bad svnpenn bites their head off.

Apropos, I will quote Howard.

Quote:

Originally Posted by Howard Chu
Some folks may think responses like this are uncalled for. Think again. You would not walk into the kitchen of a gourmet restaurant and ask the head chef to teach you how to boil a pot of water. The question itself is rude; it's inconsiderate of you to waste people's time with such questions that you should have found the answer to long before. Every thing that I put out on the web is the result of intense thought. I expect the same of all of you. Think before you post.


chanc 09-05-2012 07:02 PM

Re: can't download from hulu anymore


 
I agree with what Howard Chu said.
As a help seeker, I am grateful for what I have got from here.

I got the latest hulu.sh.
The zip packet seems to be much smaller.
Unzipping it, I renamed the folder svnetc, and put it into the cygwin folder.
And I put rtmpdump.exe, rtmpsuck.exe, rtmpsrv.exe into svnetc.

Running a hulu video on firefox, I ran the cygwin code, then the video stopped immmediately. Firefox said the plugins of adobe flash player have collapsed.
I replayed the video, and pressed the enter key as the code told me, the video stopped right away again with adobe plugins collapsed.
I got these:(NO printing results at all.)

Administrator@pc ~
$ /svnetc/hulu.sh
Press enter after video starts

Printing results
Make choice. Avoid level3.
-q
+ rtmpdump -W http://download.hulu.com/huludesktop.swf -a '?' -o out.flv -r '' -y ''
/svnetc/hulu.sh: line 46: rtmpdump: command not found

Then I tried chrome.
The video went on smoothly.
but I got the following

Administrator@pc ~
$ /svnetc/hulu.sh
Press enter after video starts

Printing results
Usage: dumper [OPTION] FILENAME WIN32PID

Dump core from WIN32PID to FILENAME.core

-d, --verbose be verbose while dumping
-h, --help output help information and exit
-q, --quiet be quiet while dumping (default)
-V, --version output version information and exit

Make choice. Avoid level3.
-q
+ rtmpdump -W http://download.hulu.com/huludesktop.swf -a '?' -o out.flv -r '' -y ''
/svnetc/hulu.sh: line 46: rtmpdump: command not found


My operating system is XP
Firefox is the latest version from the official site , V15.
Adobe activex 11.4.402.265 with the plugins 11.2.202.235

Please help me .

chanc 09-06-2012 12:06 AM

Re: can't download from hulu anymore


 
I have tried rtmp-host.sh on cbs.com, using firefox .Video stopped.

Administrator@pc ~
$ /svnetc/rtmp-host.sh
Press enter after video starts

127.0.0.1 cp48590.edgefcs.net
Press enter to start RtmpSrv, then restart video.

/svnetc/rtmp-host.sh: line 29: rtmpsrv: command not found

chanc 09-06-2012 07:08 AM

Re: can't download from hulu anymore


 
After some search on the internet, I got to http://svnpenn.github.com/
and know I should put hulu.sh to usr/local/bin;and I also reinstall my firefox again.(still version 15).but the video being played still stopped if I ran any cygwin code.

the adobe flash plugin has crashed
no report available
reload the page to try again

code:

Administrator@pc ~
$ hulu.sh
Press enter after video starts

Printing results
Make choice. Avoid level3.
-q
+ rtmpdump -W http://download.hulu.com/huludesktop.swf -a '?' -o out.flv -r '' -y ''
RTMPDump v2.4 GIT-2011-07-11 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: RTMP URL: No :// in url!
WARNING: Couldn't parse the specified url ()!
ERROR: You must specify a hostname (--host) or url (-r "rtmp://host[:port]/playpath") containing a hostname

chanc 09-06-2012 07:18 AM

Re: can't download from hulu anymore


 
when run rtmp-host.sh, using IE8.I got this:

Administrator@pc ~
$ rtmp-host.sh
Press enter after video starts

Usage: dumper [OPTION] FILENAME WIN32PID

Dump core from WIN32PID to FILENAME.core

-d, --verbose be verbose while dumping
-h, --help output help information and exit
-q, --quiet be quiet while dumping (default)
-V, --version output version information and exit

127.0.0.1 hulufs.fplive.net
Press enter to start RtmpSrv, then restart video.

RTMP Server v2.4 GIT-2011-07-11 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
Live : NoClosing connection... done!

RTMPDump v2.4 GIT-2011-07-11 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
0
8
Exiting
ERROR: serverThread: accept failed
rtmpdump -r "rtmpe://hulufs.fplive.net:1935/hulu?sessionid=22FA0C98C61A0BE159D290D59FC66675&to ken=c3RhcnRfdGltZT0yMDEyMDkwNjEzMTMwNyZlbmRfdGltZT 0yMDEyMDkwNjEzMTYwNyZkaWdlc3Q9ZDgwYTk0MzIyNTFlY2Jk OGYwNDgxNzAyYzdhOTY4ODg=&mbr=1&hgt=OZU7Pvs7j27-nhteNno7wtBsAv6DVT45bZMkysw5pQMb1YIuoJfHR4IFybtvfg a8fv3EG8azzSfB_55ItMhZhQnAGiJMlcNxAWIeG0HknkwUQJ5N KuHp54Gyt1OSxnrFbpC9RQhQIZ3jb3POrYzxZtd006CZU9od_2 _3uJSSssE0SDvi013SdsEoXM35JY5kTpB51iYWehke3i2OaUTG KX-26F53ksUcOv-7X32BIsa1rFq7xHW_xo0lFtip4cFh&hgt_ver=331370278" -a "hulu?sessionid=22FA0C98C61A0BE159D290D59FC66675&t oken=c3RhcnRfdGltZT0yMDEyMDkwNjEzMTMwNyZlbmRfdGltZ T0yMDEyMDkwNjEzMTYwNyZkaWdlc3Q9ZDgwYTk0MzIyNTFlY2J kOGYwNDgxNzAyYzdhOTY4ODg=&mbr=1&hgt=OZU7Pvs7j27-nhteNno7wtBsAv6DVT45bZMkysw5pQMb1YIuoJfHR4IFybtvfg a8fv3EG8azzSfB_55ItMhZhQnAGiJMlcNxAWIeG0HknkwUQJ5N KuHp54Gyt1OSxnrFbpC9RQhQIZ3jb3POrYzxZtd006CZU9od_2 _3uJSSssE0SDvi013SdsEoXM35JY5kTpB51iYWehke3i2OaUTG KX-26F53ksUcOv-7X32BIsa1rFq7xHW_xo0lFtip4cFh&hgt_ver=331370278" -f "WIN 11,4,402,265" -W "http://www.hulu.com/site-player/204149/player.swf?cb=204149" -p "http://www.hulu.com/watch/363416" -C Z: -y "mp4:649/60075649/agave50299641_10327647_H264_400.mp4" -o agave50299641_10327647_H264_400.flv
RTMPDump v2.4 GIT-2011-07-11 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: RTMP_HashSWF: connection lost while downloading swfurl http://www.hulu.com/site-player/2041....swf?cb=204149
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
ERROR: HandleCtrl: SWFVerification Type 2 request not supported! Patches welcome...
ERROR: rtmp server sent error
ERROR: rtmp server requested close

svnpenn 09-06-2012 06:00 PM

Re: can't download from hulu anymore


 
Quote:

Originally Posted by chanc (Post 53853)
when run rtmp-host.sh, using IE8.I got this

It should be noted that my scripts require Firefox or Pale Moon browser.

Specifically they do not work with Internet Explorer.

I have added some error checking to this end

github.com/svnpenn/etc/commit/dce8
github.com/svnpenn/etc/commit/0410

chanc 09-07-2012 01:35 AM

Re: can't download from hulu anymore


 
Now the problem faces me is:whenever I run hulu.sh or rtmp-host.sh,the video being played will collapse immediately,no matter which browser I use, firefox or pale moon.


the screen shows:

the adobe flash plugin has crashed

Why is there a conflict between the browser and the code ?

svnpenn 09-07-2012 01:48 AM

Re: can't download from hulu anymore


 
Quote:

Originally Posted by chanc (Post 53888)
Now the problem faces me is:whenever I run hulu.sh or rtmp-host.sh,the video being played will collapse immediately,no matter which browser I use, firefox or pale moon.


the screen shows:

the adobe flash plugin has crashed

Why is there a conflict between the browser and the code ?

The script kills flash player, for a clean dump. I have updated the warnings to reflect that.

github.com/svnpenn/etc/commit/fa20

chanc 09-07-2012 03:03 AM

Re: can't download from hulu anymore


 
I have tried the new hulu.sh .
The code is like this now:


$ hulu.sh
cygwin warning:
MS-DOS style path detected: \windows/system32/macromed/flash/mms.cfg
Preferred POSIX equivalent is: /cygdrive/c/windows/system32/macromed/flash/mms.cfg
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/usin...sing-pathnames
Killed flash player for clean dump.
Restart video then press enter here

Make choice. Avoid level3.


the browser still states :adobe flash plugin crashed.

Is there a way to solve this ?
If the script kills adobe flash plugin, how can the script work on hulu.com ?

svnpenn 09-07-2012 09:56 AM

Re: can't download from hulu anymore


 
Quote:

Originally Posted by chanc
$ hulu.sh
cygwin warning:
MS-DOS style path detected: \windows/system32/macromed/flash/mms.cfg
Preferred POSIX equivalent is: /cygdrive/c/windows/system32/macromed/flash/mms.cfg
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/usin...sing-pathnames

This warning should be fixed now.

github.com/svnpenn/etc/commit/9c6f

Quote:

Originally Posted by chanc
Killed flash player for clean dump.
Restart video then press enter here

Make choice. Avoid level3.

the browser still states :adobe flash plugin crashed.

Is there a way to solve this ?
If the script kills adobe flash plugin, how can the script work on hulu.com ?

As I said before, the script purposely kills the flash player, in order to
perform a clean memory dump. After flash player is killed, you simply need to
restart the video before continuing.

chanc 09-08-2012 12:13 AM

Re: can't download from hulu anymore


 
It still does not work here.
It seems to me that the script kills the video too soon to get any rtmpe stream.

Administrator@pc ~
$ hulu.sh
Killed flash player for clean dump.
Restart video then press enter here

Make choice. Avoid level3.
-q
+ rtmpdump -W http://download.hulu.com/huludesktop.swf -a '?' -o out.flv -r '' -y ''
RTMPDump v2.4 GIT-2011-07-11 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: RTMP URL: No :// in url!
WARNING: Couldn't parse the specified url ()!
ERROR: You must specify a hostname (--host) or url (-r "rtmp://host[:port]/playpath") containing a hostname

Administrator@pc ~
$

As you can see, when the script reminds me to make a choice, it does not offer any choices at all.

The script doesn't catch anything before it stop the video.

I remember that when using rtmpsrv.exe, if it sniffed the stream ,the video was killed;If it didn't, the video kept going on smoothly.

Not like the case where I ran hulu.sh.It just directly ends the video with nothing collected.

svnpenn 09-08-2012 05:04 AM

Re: can't download from hulu anymore


 
Quote:

Originally Posted by chanc
It still does not work here.
It seems to me that the script kills the video too soon to get any rtmpe stream.

Ok, I am going to explain it a third time.

The script kills the video on purpose, to perform a clean memory dump.

After this happens, you need to restart the video.

After the video has restarted, you can continue the script by pressing enter.

chanc 09-08-2012 09:05 AM

Re: can't download from hulu anymore


 
Thank you very much for your kindness and great patience.I really appreciate it.

I list what I have been doing below.
please check the procedure .and tell me where is my mistake.I just can not make it.

The first try to download from this url :http://www.hulu.com/watch/399375

Administrator@pc ~
$ hulu.sh
Killed flash player for clean dump.
Restart video then press enter here

(the first crash,I restart the video, and after it plays, I press enter)

Make choice. Avoid level3.

(the 2nd crash,)

(I restart the video for the second time ,and don't make any choice but press the enter key, I get the code below)

+ rtmpdump -W http://download.hulu.com/huludesktop.swf -a '?' -o out.flv -r '' -y ''
RTMPDump v2.4 GIT-2011-07-11 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: RTMP URL: No :// in url!
WARNING: Couldn't parse the specified url ()!
ERROR: You must specify a hostname (--host) or url (-r "rtmp://host[:port]/playpath") containing a hostname

Administrator@pc ~
$

(see: After two crashes and restarts of the video, I just returned to the beginning.)


The second try:

Administrator@pc ~
$ hulu.sh
Killed flash player for clean dump.
Restart video then press enter here

(the Ist crash and restart and enter)

Make choice. Avoid level3.

(the 2nd crash and restart)
(this time ,I made a choice though there is no choice offered,after the video played , I pressed enter )

-q
+ rtmpdump -W http://download.hulu.com/huludesktop.swf -a '?' -o out.flv -r '' -y ''
RTMPDump v2.4 GIT-2011-07-11 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: RTMP URL: No :// in url!
WARNING: Couldn't parse the specified url ()!
ERROR: You must specify a hostname (--host) or url (-r "rtmp://host[:port]/playpath") containing a hostname

Administrator@pc ~
$

(Now I am back again at the beginning again. )

Please help. I have been working it all day , but can not get it done.

svnpenn 09-08-2012 11:22 AM

Re: can't download from hulu anymore


 
Quote:

Originally Posted by chanc (Post 53949)
Thank you very much for your kindness and great patience.I really appreciate it.

I am at work right now so I cant test it for a few hours. It seems like the problem might be the timeout. Try changing this line

Code:

timeout 1 dumper p $REPLY 2>/dev/null
to this

Code:

timeout 3 dumper p $REPLY 2>/dev/null

chanc 09-09-2012 12:28 AM

Re: can't download from hulu anymore


 
Thanks a lot , the problem partly solved ,though I still fail to download,here is the code I got :

Administrator@pc ~
$ hulu.sh
Killed flash player for clean dump.
Restart video then press enter here

0 400_h264 limelight
1 400_h264 level3
2 400_h264 akamai
3 1000_h264 limelight
4 1000_h264 level3
5 1000_h264 akamai
6 650_h264 limelight
7 650_h264 level3
8 650_h264 akamai
9 480_vp6 limelight
10 480_vp6 level3
11 480_vp6 akamai
Make choice. Avoid level3.
9
+ rtmpdump -W http://download.hulu.com/huludesktop.swf -a 'a2461/o23?as=adobe-hmac-sha256&av=1&te=connect&mp=900/60117900&et=1347171924&fmta-token=ca05b01c979e9dfac49e9b0224be2fd9e11596444538 6db065a73b85b604cb19&hgt=OZU7Pvs7j27-nhteNno7wjGoDnDXlAT-C8vz5FQm5Jt1L8H5HiA9Fe9h5BwNmtF9z2Gd52PiTcuJDMAwBy zVZKLE7DeIEoh5y31U0mdIP3bmdKv_NWtRMG4XxHnqwlOyRrki mm2EBOoOgnH_KUvxOOmlIpiKcrXIiNtp9E8L_mRSGEVxps_Fi8 on0LSWL1lYUnDZi9pDb4_ChCaDreHfVb2EpuuV3-mLWsn_jqtKhqEtSFN6n8c4xNCsXRpugh0a3fshgRfkTX-5WBS4TugWT04GBARCjZq7tYlg7AGKKCI=&hgt_ver=33137027 8' -o out.flv -r rtmpe://hulu-900.fcod.llnwd.net/a2461/o23 -y 900/60117900/agave50340275_11791509_FLV_400
RTMPDump v2.4 GIT-2011-07-11 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: RTMP_HashSWF: connection lost while downloading swfurl http://download.hulu.com/huludesktop.swf
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close

Administrator@pc ~
$


I am not in the US, so I have been using go agent to access to hulu.com. Does this contribute anything to the download failure ?

svnpenn 09-09-2012 12:41 AM

Re: can't download from hulu anymore


 
Quote:

Originally Posted by chanc (Post 53979)
ERROR: RTMP_HashSWF: connection lost while downloading swfurl http://download.hulu.com/huludesktop.swf
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close

Administrator@pc ~
$


I am not in the US, so I have been using go agent to access to hulu.com. Does this contribute anything to the download failure ?

You could try new rtmpdump from KSV, but that might not help

Code:

$ hulu.sh
Killed flash player for clean dump.
Restart video then press enter here

 0        480_vp6      akamai
 1      650_h264      akamai
 2      400_h264      akamai
 3      1000_h264      akamai
 4        480_vp6      limelight
 5      650_h264      limelight
 6      400_h264      limelight
 7      1000_h264      limelight
 8        480_vp6      level3
 9      650_h264      level3
10      400_h264      level3
11      1000_h264      level3
Make choice. Avoid level3.
7
+ rtmpdump -W http://download.hulu.com/huludesktop.swf -a 'a2461/o23?as=adobe-hm
ac-sha256&av=1&te=connect&mp=591/60118591&et=1347172971&fmta-token=684a4c4e3a641
f61c75560ed9f850d240da9ff1dcc158ddd054a02db56b0a887&hgt=OZU7Pvs7j27-nhteNno7wgna
5Rmg7A44YNDFEImJuG3wrIyeDvW02INIk2nDsVlb7S8-2oJu2-9VMD-G4fQCRt-OwF-3LPbAb5lxohxU
bNxtbQ0yOaZQpP0pWOEb9lptIK4T-cBTMruWNqmikQCFaPCO9L534LtWJD9FoWDEEVn5Epu9yqW89xGn
BsdF5vy12YQ2aKyOFNHs_v2gcQjwGZ35uluTMPpbHVRsiMhW7o0-IpfEycygsBc0C6CLPBoNFCo-EF4p
ajIkI3imRIAK9IOn_TJJn1244C5XBYuWKr0=&hgt_ver=331370278' -o out.flv -r rtmpe://hu
lu-591.fcod.llnwd.net/a2461/o23 -y mp4:591/60118591/agave50340963_11815132_H264_
1000.mp4
RTMPDump v2.4 GIT-2012-07-26 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:  duration                1092.10
INFO:  moovPosition            36.00
INFO:  width                  720.00
INFO:  height                  400.00
INFO:  videocodecid            avc1
INFO:  audiocodecid            mp4a
INFO:  avcprofile              100.00
INFO:  avclevel                30.00
INFO:  aacaot                  2.00
INFO:  videoframerate          29.97
INFO:  audiosamplerate        24000.00
INFO:  audiochannels          2.00
INFO: tags:
INFO:  ┬⌐too                  Hulu v1.12
INFO: trackinfo:
INFO:  length                  32757725.00
INFO:  timescale              30000.00
INFO:  language                und
INFO: sampledescription:
INFO:  sampletype              avc1
INFO:  length                  52420608.00
INFO:  timescale              48000.00
INFO:  language                und
INFO: sampledescription:
INFO:  sampletype              mp4a
4160.496 kB / 36.74 sec (3.3%)


chanc 09-09-2012 01:02 AM

Re: can't download from hulu anymore


 
After I tried several times, it works!!
How excited I am .Thank you a million !!!

Administrator@pc ~
$ hulu.sh
Killed flash player for clean dump.
Restart video then press enter here

0 400_h264 limelight
1 1000_h264 akamai
2 650_h264 limelight
3 650_h264 level3
4 650_h264 akamai
5 400_h264 level3
6 400_h264 akamai
7 1000_h264 limelight
8 1000_h264 level3
9 -▒o@<smil xmlns= -▒o@<smil xmlns=
10 <head> <head>
11 <meta base= <meta base=
12 </head> </head>
13 <body> <body>
14 <switch> <switch>
15 <ref src= <ref src=
16 </switch> </switch>
17 <switch> <switch>
18 400_h264 limelight
19 400_h264 level3
20 400_h264 akamai
21 1000_h264 limelight
22 1000_h264 level3
23 1000_h264 akamai
24 650_h264 limelight
25 650_h264 level3
26 650_h264 akamai
27 480_vp6 limelight
28 480_vp6 level3
29 480_vp6 akamai
30 <ref title= <ref title=
31 </switch> </switch>
32 </body> </body>
33 </smil>▒}C </smil>▒}C
34 480_vp6 limelight
35 480_vp6 level3
36 480_vp6 akamai
Make choice. Avoid level3.
26
+ rtmpdump -W http://download.hulu.com/huludesktop.swf -a 'ondemand?auth=daEbqdobXbBaQdkarbYcgdOajcedMbKcPcD-bqtd0W-c0-2qJCADuYCAm&aifp=sll02152008&slist=hulu1/900/60117900;.international=false&hgt=OZU7Pvs7j27-nhteNno7wvIWsJY1hkiaVDdALkcHHOO0QIitmyadz3nKQPROkQ fS69Rkw_QUyE1yv6BSiji8QHYrR4v5DtQSb6VL6DCmPKgV33Xn Ofh_QvXq5d6v4LBPpcl6YokaD_1r2p6jqhk_w-WZaXSYHvDs7xbZqa-f8z7lqOIJGqfbaPIEsTN3DY5B8U41YFkgT8P0J9zhb_BhNn2v-hlcG1G29S8PYKw_7_DtulyLB38ln0tfB1NH8-ip&hgt_ver=331370278' -o out.flv -r rtmpe://cp39466.edgefcs.net/ondemand -y mp4:hulu1/900/60117900/agave50340275_11791510_H264_650.mp4
RTMPDump v2.4 GIT-2011-07-11 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: RTMP_HashSWF: connection lost while downloading swfurl http://download.hulu.com/huludesktop.swf
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: duration 1027.84
INFO: moovPosition 36.00
INFO: width 640.00
INFO: height 360.00
INFO: videocodecid avc1
INFO: audiocodecid mp4a
INFO: avcprofile 100.00
INFO: avclevel 30.00
INFO: aacaot 2.00
INFO: videoframerate 29.97
INFO: audiosamplerate 24000.00
INFO: audiochannels 2.00
INFO: tags:
INFO: ©too Hulu v1.12
INFO: trackinfo:
INFO: length 30829799.00
INFO: timescale 30000.00
INFO: language und
INFO: sampledescription:
INFO: sampletype avc1
INFO: length 49336320.00
INFO: timescale 48000.00
INFO: language und
INFO: sampledescription:
INFO: sampletype mp4a
72932.869 kB / 1027.80 sec (99.9%)
Download complete


One more problem:
I also want the subtitles of the video, what can I do to get it ?

svnpenn 09-09-2012 01:15 AM

Re: can't download from hulu anymore


 
Quote:

Originally Posted by chanc (Post 53985)
0 400_h264 limelight
1 1000_h264 akamai
2 650_h264 limelight
3 650_h264 level3
4 650_h264 akamai
5 400_h264 level3
6 400_h264 akamai
7 1000_h264 limelight
8 1000_h264 level3
9 -¦o@<smil xmlns= -¦o@<smil xmlns=
10 <head> <head>
11 <meta base= <meta base=
12 </head> </head>
13 <body> <body>
14 <switch> <switch>
15 <ref src= <ref src=
16 </switch> </switch>
17 <switch> <switch>
18 400_h264 limelight
19 400_h264 level3
20 400_h264 akamai
21 1000_h264 limelight
22 1000_h264 level3
23 1000_h264 akamai
24 650_h264 limelight
25 650_h264 level3
26 650_h264 akamai
27 480_vp6 limelight
28 480_vp6 level3
29 480_vp6 akamai
30 <ref title= <ref title=
31 </switch> </switch>
32 </body> </body>
33 </smil>¦}C </smil>¦}C
34 480_vp6 limelight
35 480_vp6 level3
36 480_vp6 akamai

You have several duplicates here, and some junk. Download new hulu.sh to fix
this.


Quote:

Originally Posted by chanc (Post 53985)
One more problem:
I also want the subtitles of the video, what can I do to get it ?

Sorry, cant help with that. Maybe make new thread in rtmpdump forum.

chanc 09-09-2012 01:41 AM

Re: can't download from hulu anymore


 
Thank you so much ,SVNPENN
Without your help these days, I can't do anything .

samparker 09-25-2012 06:57 AM

Re: can't download from hulu anymore


 
i have a site which is totally free and giving high definition video quality without any interruption without any buffering. you can easily watch free movies online without any distortion of video quality or download also the site name is movies100.biz. try it really cool


All times are GMT -6. The time now is 11:57 PM.