Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
Help for a dumpHi 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 "#########" 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. |
#2
|
|||
|
|||
Re: Help for a dumpI really don't understand, i've spend a lot of time on the options, adding some, removing some others and finally with just :
Code:
rtmpdump -r "rtmp://wakanim.flash.internapcdn.net/wakanim/_definst_" -y "mp4:video/BlackBullet01_720f" -T "##########" -o WAKANIM-videotest.mp4 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 |
Tags: rtmpdump |
Thread Tools | |
Display Modes | |
|
|