How to download MP4 file that plays through a video player using the curl command -
the following page automatically plays mp4 want download on video player: `
http://www.stylelife.com/phase2xl/media/videoplay.php?content_filename=136433981.mp4
however, when use curl command, doesn't download mp4
curl -o video.mp4 http://www.stylelife.com/phase2xl/media/videoplay.php?content_filename=136433981.mp4 % total % received % xferd average speed time time time current dload upload total spent left speed 100 3615 100 3615 0 0 27704 0 --:--:-- --:--:-- --:--:-- 60250
i've looked through source code on page , relevant part totally confuses me. is, don't know mp4 file located.
<a href="mp4:136433981.mp4%3fpolicy%3deyjtdgf0zw1lbnqiolt7iljlc291cmnlijoimtm2ndmzotgxlm1wncisiknvbmrpdglvbii6eyjjcefkzhjlc3mionsiqvdtolnvdxjjzulwijoimjqumjeyljiymy40ns8zmij9lcjeyxrltgvzc1royw4ionsiqvdtokvwb2novgltzsi6mtm2otexmzg4ox19fv19%26signature%3ddgkzwpp4x2g57lropt4df2rsm-ds29eyi9rqa6lauxbbzew6zn7xvqkzfbupm9mudnjibgayqnnwrwvk20oaeqqaufzu6dl6qbvfue9grljhaa0m9kpymqavgwymzsx1fx1wkxdlmac1feyhzg1dwuh9aqy6zj0xndw4wsgpqge_%26key-pair-id%3dapkajrm5jrjkf6j7yb3a" style="display:block;width:640px;height:360px;" id="player"> </a> <script language="javascript"> flowplayer("player", "http://www.stylelife.com/academy/player/flowplayer.commercial-3.2.10.swf", { key: '#$c38c5304eed2df48aaa', clip: { autoplay: true, autobuffering: false, provider: 'rtmp' }, plugins: { rtmp: { url: "http://www.stylelife.com/academy/player/flowplayer.rtmp-3.2.11.swf", netconnectionurl: 'rtmp://s2vyr5bshlkw52.cloudfront.net:1935/cfx/st' }, controls: { url: 'http://www.stylelife.com/academy/player/flowplayer.controls-3.2.10.swf', fullscreen: true } } }); </script>
any on appreciated. thanks.
Comments
Post a Comment