Search found 24 matches
- Wed May 15, 2013 3:25 pm
- Forum: Stream Recording
- Topic: failed to download from hulu with hulu.sh
- Replies: 89
- Views: 50599
Re: failed to download from hulu with hulu.sh
What's going on with baby-cygwin-35? As you can see it timed about because "rtmp://foo.com" does not exist. However in your case I cannot see the bad command to test because it is cut off on your screenshot. The two screenshots show everything between the RTMPDump timing out at "connecting..." to F...
- Tue May 14, 2013 5:27 pm
- Forum: Stream Recording
- Topic: failed to download from hulu with hulu.sh
- Replies: 89
- Views: 50599
Re: failed to download from hulu with hulu.sh
I copied previous scripts from baby-cygwin-25 (worked great w/ hulu-xp.sh) over to baby-cygwin-35 to try the latest hulu.sh and it kept getting this connection error after the dump However, if I copy the latest hulu.sh along with cut, date, d2u, and awk back to baby-cygwin-25 , then it works. What'...
- Tue May 14, 2013 4:56 pm
- Forum: Stream Recording
- Topic: failed to download from hulu with hulu.sh
- Replies: 89
- Views: 50599
Re: failed to download from hulu with hulu.sh
I'm using baby-cygwin-34 and the latest hulu.sh Fixed. I copied previous scripts from baby-cygwin-25 (worked great w/ hulu-xp.sh) over to baby-cygwin-35 to try the latest hulu.sh and it kept getting this connection error after the dump RTMP (Custom).jpg RTMP-2 (Custom).jpg However, if I copy the la...
- Tue May 14, 2013 4:23 am
- Forum: Stream Recording
- Topic: failed to download from hulu with hulu.sh
- Replies: 89
- Views: 50599
Re: failed to download from hulu with hulu.sh
I'm using baby-cygwin-34 and the latest hulu.sh
- Tue May 14, 2013 12:11 am
- Forum: Stream Recording
- Topic: hulu.sh
- Replies: 52
- Views: 37115
Re: hulu.sh
Does hulu.sh work on other sites similar to Hulu? I tried it at EpixHD.com (used a 14-day Free Trial)
Pretty sure the CND and FILETYPE params are entirely different
- Thu Mar 28, 2013 4:05 pm
- Forum: Stream Recording
- Topic: hulu.sh
- Replies: 52
- Views: 37115
Re: hulu.sh
I'm getting this when I try to run the script: Since I didn't see a download from hulu.sh, I just copied all of it into a new file and named it hulu.sh, here is what's in it: GitHub has been around for 5 years now, cmon raw.github.com/svnpenn/a/master/hulu.sh I must be missing something here, I'm n...
- Wed Mar 27, 2013 3:47 pm
- Forum: Stream Recording
- Topic: How to dump youtube live TV stream to file using commandline
- Replies: 6
- Views: 5275
Re: How to dump youtube live TV stream to file using command
Is it possible for Youtube.sh to support titles similar to Hulu.sh's episode titles?svnpenn wrote:
Try new version baby-cygwin-25
also the ITAG value does not need brackets. The brackets symbolize that it is an optional parameter. I have updated the script to more clearly show this.
- Wed Mar 27, 2013 7:36 am
- Forum: Stream Recording
- Topic: hulu.sh
- Replies: 52
- Views: 37115
Re: hulu.sh
Wouldn't have been possible without cygwin-25 (tried cygwin-19 earlier to no avail)svnpenn wrote:Yes.kitana wrote: I would assume hulu-xp.sh also includes support for episode titles?
- Wed Mar 27, 2013 7:07 am
- Forum: Stream Recording
- Topic: hulu.sh
- Replies: 52
- Views: 37115
Re: hulu.sh
Script now has preliminary support for episode titles. github.com/svnpenn/a/commit/63ab It will save in this format Frasier 6x1 Good Grief.flv However you will need "jq" in your /usr/local/bin stedolan.github.com/jq If you do not have "jq" it will be saved in this format 441362.flv I would assume h...
- Wed Mar 27, 2013 6:39 am
- Forum: Stream Recording
- Topic: hulu.sh
- Replies: 52
- Views: 37115
Re: hulu.sh
Add MP4 support If FFmpeg is found at /usr/local/bin, then remux to MP4 from FLV github.com/svnpenn/a/commit/18e0 Is it possible to do this (auto?) remux with the previous hulu-xp.sh you were working on? I had to manually run the below command on every FLV ffmpeg -i file.flv -vcodec copy -acodec co...