PDA

View Full Version : Help for a dump


Barbapapa
05-04-2014, 09:00 AM
Hi everybody,

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

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

I've tried to use rtmpdump with the following command :
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.

Barbapapa
05-04-2014, 09:23 AM
I really don't understand, i've spend a lot of time on the options, adding some, removing some others and finally with just :

rtmpdump -r "rtmp://wakanim.flash.internapcdn.net/wakanim/_definst_" -y "mp4:video/BlackBullet01_720f" -T "##########" -o WAKANIM-videotest.mp4

it works !

Sorry that i've made a new thread about that and few time after i arrive to solve my own problem ^^"

Hope this will help somebody else at least :)