View Single Post
  #9  
Old 01-07-2010, 08:24 PM
hyc hyc is offline
RTMPdump team
 
Join Date: Dec 2009
Posts: 169
hyc will become famous soon enoughhyc will become famous soon enough
Default

Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPE


You seem to be using rtmpdump 1.6 or older, which had bugs in its RTMP decoder.

You should use the latest version instead. And noob2001204 is wrong, they are using SWF verification.

See here for a working example:

http://lists.mplayerhq.hu/pipermail/...er/000235.html
Quote:
ol kk wrote:
> It seems pretty hard
Code:
http://broadband.bigflix.com/home/Show/Ramayan/5610/-Ram-Takes-Vishnu-s-Form-
Nothing special. Looking at that page source:

Code:
// embed the Flash Content SWF when all tests are passed
										var 
playerflashvars="playlist=http://broadband.bigflix.com/BFDispatch.do?parameter=getPlaylistXml%26productid=5610&file=rtmpe://bigflicks.fcod.llnwd.net/a1728/o27/vault/videoclips/tvshows/Ramayan_300.mp4?e=1262150903%26h=2c0aef931b8e3269d111765eafa27683&autostart=true&title=Ramayan&AcudeoProgram=4adda463e65d6&roll="+roll;
										var 
playerSrc="http://broadband.bigflix.com/apache_file/flash/BIGFlix_Tremor.swf?f=" 
+ new Date().getTime();
Current SVN code works fine...

Code:
rtmpdump -r rtmpe://bigflicks.fcod.llnwd.net/a1728/o27 -a a1728/o27 -W 
"http://broadband.bigflix.com/apache_file/flash/BIGFlix_Tremor.swf?f=1262135847971" 
-p 
"http://broadband.bigflix.com/home/Show/Ramayan/5610/-Ram-Takes-Vishnu-s-Form-" -y 
"mp4:vault/videoclips/tvshows/Ramayan_300?e=1262150903&h=2c0aef931b8e3269d111765eafa27683" 
-o xx.flv -V
Reply With Quote