View Single Post
  #25  
Old 07-27-2009, 07:56 PM
borboleta borboleta is offline
Member
 
Join Date: Jan 2008
Posts: 80
borboleta is on a distinguished road
Default

How do you use rtmp dump to download video stream from Hulu


I have followed all the steps described in the following thread
How do you use rtmp dump?
to download this stream from Hulu:
Code:
http://www.hulu.com/watch/48096/the-three-stooges-collection-tassels-in-the-air
The decompressed filesize is: 1147447 bytes.
The hash is :811b9cc694f0bcd141e59d026ad022433bd3b17c08482f3bb 2abf8b47bca79d2.

By using Jaksta, I chose this stream to download using RTMPDUMP:
Code:
rtmp://cp51756.hulu.com/ondemand/?auth=daEahdQaWbqaMd8dNaJcDacc_ahdqcrbOaM-bkBLtv-c0-3qHBzDtYIAm&aifp=NS20070910&slist=content/43829/12/1002/HuluTranscode_55220_49984_FLASH_700K_4x3_23_976__YPcPmrAE20WvgRJo0cvwuQ;.international=false<break>content/43829/12/1002/HuluTranscode_55220_49984_FLASH_700K_4x3_23_976__YPcPmrAE20WvgRJo0cvwuQ
The download file is: HuluTranscode_55220_49984_FLASH_700K_4x3_23_976__Y PcPmrAE20WvgRJo0cvwuQ.flv.

Now, I have to sort all of this out and try to assemble the correct info string to use with rtmpdump. I am stuck at this point, I know this is a RTMPE stream. I also know that
from the playerswf.swf information I get
Code:
http://www.hulu.com/player.swf
and this part needs to be part of the info string. If any member has come up with the right way to assemble the info string to download this stream using RTMPE, we all will be very thankful. Thanks in advance.
Reply With Quote