Hi Parshi,

I had a look at the video.arbitrageconspisracy.com site and the file
you're after is not publicly accessible. The Flash video player probably
authenticates itself to Amazon S3 to get the video.

Ie no, you can't simply download it from S3.

And it's got nothing to do with s3cmd / s3tools, by the way.

Michal

prashi_...@yahoo.com wrote:
> hi,
>  
> i'm trying to download a file whos URL looks something like this...
> amazons3/video.DOMAIN.com/course/week1/week-1-video-1.mp4
>  
> i got that link from the source-code...
>  
>     <script type="text/javascript">
> var so = new SWFObject('/flashfiles/player.swf','mpl','460px','327px','9');
> so.addParam('allownetworking','all');
> so.addParam('allowscriptaccess','always');
> so.addParam('allowfullscreen','true');
> so.addParam('flashvars','&file=amazons3/video.DOMAIN.com/course/week1/week-1-video-1.mp4&bufferlength=10&skin=/flashfiles/stijl.swf&width=800&playlistsize=0&playlist=right&streamer=rtmp://75.101.164.124/vods3&autostart=false&checkbandwidth=false&frontcolor=#000000&lightcolor=#000033&stretching=exactfit&image=../../images/Preview/week1/1.gif');
> so.useExpressInstall('/flashfiles/expressinstall.swf');
> so.write('video1');
>     </script>
>  
>  
> i'm not able to download that video file because when i try to download
> it, it says file doesnt exist.
>  
> i just did a couple search on google and found that amazons3 is
> somekinda new technology.
>  
> just wondering if i can download that file using some downloader which
> automatically determines the download location for that video?
>  
> PS: that video plays on the webpage. but when i try to download it says,
> no file!
> 
> 

------------------------------------------------------------------------------
_______________________________________________
S3tools-general mailing list
S3tools-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/s3tools-general

Reply via email to