Could anyone help me rip this video using
rtmpdump? Obviously, I want the Medium resolution.
Code:
http://www.hulu.com/watch/117133/late-night-with-jimmy-fallon-julian-casablancas-out-of-the-blue
I got the stream from
Jaksta but it wouldn't download. It said I must use RTMPE or RTMPTE. I have the "record RTMP streams" selected too. But when Jaksta uses RTMPE, it errors out with "Access Denied".
It works with
GetFLV but I really don't want to use that program and subject my checking account to dubious practices from some shady company. The rtmp stream was also slightly different with GetFlv (it started with an IP address) but I couldn't copy it while in a free trial.
So, anyway, I tried to enter this into
rtmpdump but I get an error message saying that aifp/slist isn't a recognizable command.
Code:
rtmp://cp47346.edgefcs.net/ondemand/mp4:hulufms3/47311/396/50023396/HuluTranscode_134293_342076_315896_16x9_30fps_H264_Medium.flv?auth=daEavbgdFbXcua4cMbTadcebwcKcBdeadcz-blomG6-c0-XoLEsDw0Axs&aifp=sll02152008&slist=hulufms3/47311/396/50023396/HuluTranscode_134293_342076_315896_16x9_30fps_H264_Medium.flv
So, how exactly do I enter this whole thing correctly?
EDIT:
Okay, so I fooled around with it more and basically ended up at the same place Jaksta did. I entered the terms without "&" and rtmpdump went through the motions and said I needed to use RTMPE, so I did but then I got this error message:
ERROR: ReadN, RTMP recv error 10060
ERROR: ReadPacket, failed to read RTMP packet header
This is what I used for the latest example:
Code:
rtmp1.6.exe -s http://www.hulu.com/player.swf?v=AND71NS2_xcM1YNa4tIGjgVSaG4 -r rtmpe://cp47346.edgefcs.net/ondemand/mp4:hulufms3/47311/396/50023396/HuluTranscode_134293_342076_315896_16x9_30fps_H264_Medium.flv?auth=daEavbgdFbXcua4cMbTadcebwcKcBdeadcz-blomG6-c0-XoLEsDw0Axsaifp=sll02152008slist=hulufms3/47311/396/50023396/ -y HuluTranscode_134293_342076_315896_16x9_30fps_H264_Medium.flv -o test.flv
Any pointers?