Thread: Help for a dump
View Single Post
  #1  
Old 05-04-2014, 09:00 AM
Barbapapa Barbapapa is offline
Junior Member
 
Join Date: May 2014
Posts: 4
Barbapapa is on a distinguished road
Default

Help for a dump


Hi everybody,

I'm trying to save a video file from this url : http://www.wakanim.tv/video/NQ/1-le-...r-black-bullet

After passing the ads, we are redirect to :
http://www.wakanim.tv/video-streamin...#######&Id=###

I've tried to use rtmpdump with the following command :
Code:
rtmpdump -r "rtmp://wakanim.flash.internapcdn.net/wakanim/_definst_/mp4:video/BlackBullet01_720f" -W "http://cdn1.wakanim.tv/player/flowplayer.commercial-3.2.15.swf" -y "mp4:video/BlackBullet01_720f.mp4" -o "video.mp4" -T "#########"
with the token1 value for key instead of ######

I don't see where could be the problem, everytime i have the following error:
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
and nothing is downloaded.

Any advice is welcome.
Reply With Quote