Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#41
|
|||
|
|||
Re: hulu.sh, download from HuluQuote:
I decided to just keep letting the script run while I continually refreshed the page. Eventually after 30 or so attempts, I finally got past the ads and the real video started to play. There was then a very brief pause, like the script was getting data from the video (I think I've seen this happen in the past). And then Flash crashed. So it seems like even after getting to the real video, something is wrong. |
#42
|
|||
|
|||
Re: hulu.sh, download from HuluQuote:
1. You said the video is killed 2 seconds after restarted, each time. This should not be. The script should kill the video after 2 seconds the first time. Video should be killed after 3 seconds the second time, and so on. 2. The order of commands is this - Wait for video start - After video starts, wait 2 or more seconds before "dump start" - After dump start, wait 1 second before "search start" It is possible that "search start" is starting too soon. However I am not going to change that code until I confirm what I wrote in number 1, because if you are getting only 2 second delay each time after starting video, then either the code is wrong or something is wrong with your computer. |
#43
|
|||
|
|||
Re: hulu.sh, download from HuluQuote:
|
#44
|
|||
|
|||
Re: hulu.sh, download from HuluQuote:
|
#45
|
|||
|
|||
Re: hulu.sh, download from HuluQuote:
The video player isn't even getting to the point where the actual video (not the ad) starts playing. Could that be the problem? Though, during my earlier test described in post 41, I kept the script running while I continually refreshed the page in an attempt to get to the actual video. But even after there was a long enough delay (after around 30 attempts) and I got past the ad and the actual video began to play, the download options still didn't appear. Flash just continued to crash. Very odd..... |
#46
|
|||
|
|||
Re: hulu.sh, download from Huluhttp://www.hulu.com/watch/406882?utm..._term=10947797
Code:
Administrator@pc ~ $ hulu.sh This script requires Firefox. Killed flash player for clean dump. Attempt 1, Restart video. Cannot attach to process #3288, error 5kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec] Attempt 2, Restart video. Attempt 3, Restart video. Failed to open process #3100, error 87 kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec] Attempt 4, Restart video. Attempt 5, Restart video. Failed to open process #3952, error 87 kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec] Attempt 6, Restart video. Attempt 7, Restart video. Failed to open process #2144, error 87 kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec] Attempt 8, Restart video. Attempt 9, Restart video. Failed to open process #1840, error 87 kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec] Attempt 10, Restart video. 0 650_h264 akamai 1 400_h264 akamai 2 1000_h264 akamai 3 650_h264 limelight 4 400_h264 limelight 5 1000_h264 limelight 6 650_h264 level3 7 400_h264 level3 8 1000_h264 level3 Make choice. Avoid level3. 3 + rtmpdump -o a.flv -W http://download.hulu.com/huludesktop.swf -r rtmpe://hulu-243.fcod.llnwd.net/a2461/o23 -y mp4:243/60127243/agave50349659_12151792_H264_650.mp4 -a 'a2461/o23?as=adobe-hmac-sha256&av=1&te=connect&mp=243/60127243&et=1351414195&fmta-token=7b56a029ff8df997b68811ff8ca44436edb428a4810b05274209bc660056e57d&hgt=OZU7Pvs7j27-nhteNno7wj5LZZZ08ovPImyO2D2g1XJhyaMB6mRGBAYWlzm8CTsqUKQy8Kt7Nv2peyCl5xho1MB-x6F3INbzKmnTjP2XsYxHFrGPdvGkI8zGG1q9Zf7asUvD8ojLpZblESkBTcei58BDfPQVBDOaw0SqBWcZoBjzUQXOZa7FrtQJ8xx-4qwgzAB9zP83xuHoCEY8PDecCjgkgzVyAyER8hMwn4lHo8kE9ROWCGPip1O3tOStYUKmkrCARl3f16T6t4aQe_AbsJpu-nsIqevoPx0Ir3dyrrE=&hgt_ver=331370278' RTMPDump v2.4 GIT-2012-07-26 (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 ~ It continually kills the flash before the ad begins.Even though each time kills, it allows one more second, but it is far from enough. And all I had to do was to restart the video again and again and again, until there is enough time for real video starts playing. I prefer the old version which manually start the scripts. Is the old version still available ? It's a pity that I have not had any backups . I would like to have the previous version which allows the scripts not to kill the video until it catches the stream. Last edited by chanc : 10-28-2012 at 07:17 AM. Reason: add |
#47
|
|||
|
|||
Re: hulu.sh, download from HuluCan someone make detail tutorial how to download videos from hulu?
What do I do when I download RTMPexplorer and Cygwin? |
#48
|
|||
|
|||
Re: hulu.sh, download from HuluQuote:
And how are you able to get the real video to load after only 10 attempts? A short ad is about 20 seconds, so wouldn't you need to wait at least the script had 18 attempts (2 second initial wait, plus 1 second for each attempt)? Here's the script from Oct 16, before the changes: https://github.com/svnpenn/etc/blob/...890523/hulu.sh. As a test, I just replaced the new script with that old one and it still doesn't work for me. **sigh** I wonder if we are overlooking something outside the script. Does it matter which Flash version we are using? Or which FireFox? You don't need RTMPexplorer, only rtmpdump and FireFox. Put hulu.sh in the same folder as rtmpdump, then run the script. It should work.... it seems like I am alone here with my problems. |
#49
|
|||
|
|||
Re: hulu.sh, download from HuluHow to run the script? I am new in this so I don't understand.I have downloaded hulu.ph files and RTMPdump.I have runned RTMPsrv and I don't know what to do next?
|
#50
|
|||
|
|||
Re: hulu.sh, download from HuluQuote:
github.com/svnpenn/etc/tree/shamshel Quote:
|
Tags: rtmpdump |
Thread Tools | |
Display Modes | |
|
|